Skip to content

Commit 3981d1f

Browse files
author
Sunanda
committed
Define debug
1 parent 97a067e commit 3981d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimG4CMS/Calo/src/HGCalNumberingScheme.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ uint32_t HGCalNumberingScheme::getUnitID(int layer, int module, int cell, int iz
168168
detId.setSiPM(typm.second);
169169
}
170170
index = detId.rawId();
171-
bool debug(fallse);
171+
bool debug(false);
172172
if (!indices_.empty()) {
173173
int indx = HGCalTileIndex::tileIndex(layer, id[0], id[1]);
174174
if (std::find(indices_.begin(), indices_.end(), indx) != indices_.end())

0 commit comments

Comments
 (0)