Skip to content

Commit

Permalink
remove debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Dec 11, 2023
1 parent 21d6e59 commit adb67a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RecFCCeeCalorimeter/src/components/CaloTopoClusterFCCee.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ CaloTopoClusterFCCee::CaloTopoClusterFCCee(const std::string& name, ISvcLocator*
declareProperty("neigboursTool", m_neighboursTool, "Handle for tool to retrieve cell neighbours");
declareProperty("positionsECalBarrelTool", m_cellPositionsECalBarrelTool,
"Handle for tool to retrieve cell positions in ECal Barrel");
declareProperty("positionsHCalBarrelTool", m_cellPositionsHCalBarrelTool,
declareProperty("positionsHCalBarrelTool", m_cellPositionsHCalBarrelTool=0,
"Handle for tool to retrieve cell positions in HCal Barrel");
declareProperty("positionsHCalBarrelNoSegTool", m_cellPositionsHCalBarrelNoSegTool,
declareProperty("positionsHCalBarrelNoSegTool", m_cellPositionsHCalBarrelNoSegTool=0,
"Handle for tool to retrieve cell positions in HCal Barrel without DD4hep segmentation");
declareProperty("positionsHCalExtBarrelTool", m_cellPositionsHCalExtBarrelTool,
declareProperty("positionsHCalExtBarrelTool", m_cellPositionsHCalExtBarrelTool=0,
"Handle for tool to retrieve cell positions in HCal ext Barrel");
//declareProperty("positionsEMECTool", m_cellPositionsEMECTool, "Handle for tool to retrieve cell positions in EMEC");
//declareProperty("positionsHECTool", m_cellPositionsHECTool, "Handle for tool to retrieve cell positions in HEC");
Expand Down

0 comments on commit adb67a6

Please sign in to comment.