Skip to content

Commit 32ecd75

Browse files
shahor02chiarazampolli
authored andcommitted
Suppress breaks breaking CorrectionMapsLoader init
1 parent b1931fb commit 32ecd75

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Detectors/TPC/calibration/src/CorrectionMapsLoader.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,10 @@ void CorrectionMapsLoader::init(o2::framework::InitContext& ic)
221221
if (getLumiScaleType() != 1) {
222222
LOGP(fatal, "Lumi scaling source CTP is not compatible with TPC correction lumi scaler type {}", getLumiScaleType());
223223
}
224-
break;
225224
} else if (route.matcher == InputSpec{"tpcscaler", o2::header::gDataOriginTPC, "TPCSCALER", 0, Lifetime::Timeframe}) {
226225
if (getLumiScaleType() != 2) {
227226
LOGP(fatal, "Lumi scaling source TPCScaler is not compatible with TPC correction lumi scaler type {}", getLumiScaleType());
228227
}
229-
break;
230228
setLumiScaleType(2);
231229
} else if (route.matcher == InputSpec{"mshape", o2::header::gDataOriginTPC, "TPCMSHAPE", 0, Lifetime::Timeframe}) {
232230
enableMShapeCorrection(true);

0 commit comments

Comments
 (0)