Skip to content

Commit f1b31a2

Browse files
author
Sunanda
committed
Take Andrea's comments
1 parent b5b047b commit f1b31a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Calibration/HcalCalibAlgos/macros/CalibCorr.C

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ unsigned int truncateId(unsigned int detId, int truncateFlag, bool debug = false
149149
if (depth > 1)
150150
depth = 2;
151151
} else if (truncate0 == 6) {
152-
//Ignore depth index for depth > 1 in HB and HE
152+
//Ignore depth index for depth > 2 in HB and HE and
153+
// depthe 1, 2 are considered as depth 1
153154
if (depth <= 2)
154155
depth = 1;
155156
else

Calibration/HcalCalibAlgos/macros/CalibPlotProperties.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
// HB with values > 1 as depth 2 (4), all depths
7777
// in HB and HE with values > 1 as depth 2 (5),
7878
// for depth = 1 and 2, depth = 1, else depth
79-
// = 2. (Default 0)
79+
// = 2 (6). (Default 0)
8080
// useGen (bool) = true/false to use generator level momentum
8181
// or reconstruction level momentum (def false)
8282
// scale (double) = energy scale if correction factor to be used

0 commit comments

Comments
 (0)