Skip to content

Commit 97a067e

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SimG4CMS/Calo/src/HGCalNumberingScheme.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +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-
#ifdef EDM_ML_DEBUG
172-
bool debug(true);
173-
#else
174171
bool debug(fallse);
175-
#endif
176172
if (!indices_.empty()) {
177173
int indx = HGCalTileIndex::tileIndex(layer, id[0], id[1]);
178174
if (std::find(indices_.begin(), indices_.end(), indx) != indices_.end())

0 commit comments

Comments
 (0)