Skip to content

Commit d48aad5

Browse files
author
Michael Carrigan
committed
remove custom fcl files, update mc runs in NormalizeTPCSQL
1 parent 60bb959 commit d48aad5

File tree

3 files changed

+4
-206
lines changed

3 files changed

+4
-206
lines changed

fcl/reco/Stage1/data/stage1_run2_shwcal_icarus.fcl

Lines changed: 0 additions & 28 deletions
This file was deleted.

fcl/reco/Stage1/mc/stage1_run2_shwcal_mc_icarus.fcl

Lines changed: 0 additions & 171 deletions
This file was deleted.

icaruscode/TPC/Calorimetry/NormalizeTPCSQL_tool.cc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,16 @@ double icarus::calo::NormalizeTPCSQL::Normalize(double dQdx, const art::Event &e
110110
uint64_t runID = -1;
111111
switch (fMC) {
112112
case 1:
113-
runID = 1;
113+
runID = 8460;
114114
break;
115115
case 2:
116-
runID = 9400;
116+
runID = 9301;
117117
break;
118118
case 3:
119-
runID = 3;
119+
runID = 11806;
120120
break;
121121
case 4:
122-
runID = 4;
123-
break;
124-
case 5:
125-
runID = 5;
122+
runID = 12960;
126123
break;
127124
default:
128125
runID = e.id().runID().run();

0 commit comments

Comments
 (0)