Skip to content

Commit 94b4025

Browse files
chiarazampollishahor02
authored andcommitted
Removing protection for 22c, d, fixed in O2-3684
1 parent 830e4a5 commit 94b4025

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Detectors/Calibration/testMacros/getRunParameters.cxx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,6 @@ int main(int argc, char* argv[])
150150
writeDetListToFile(dets);
151151

152152
LOGP(info, "Checking IR and duration");
153-
if (run < 519041) {
154-
// LHC22c, d
155-
LOGP(info, "Run number < 519041 --> we are in 22c, or 22d, so IR is < 100 kHz, writing 0.f");
156-
LOGP(info, "In addition, the duration for these runs is O2end - O2start: if the run was short, this might overestimate the duration");
157-
// In these runs, sometimes the CCDB does not contain correct scalers, so we use 0 as a placeholder
158-
writeIRtoFile(ir);
159-
writeDurationToFile(run_O2duration);
160-
return 0;
161-
}
162153

163154
// Extract CTP info
164155
ccdb_inst.setFatalWhenNull(false);

0 commit comments

Comments
 (0)