CMS 3D CMS Logo

DebugInfo.h
Go to the documentation of this file.
1 #ifndef CalibrationIsolatedParticlesDebugInfo_h
2 #define CalibrationIsolatedParticlesDebugInfo_h
3 
4 #include <vector>
7 
8 namespace spr {
9 
10  void debugEcalDets(unsigned int, const DetId&, bool);
11  void debugEcalDets(unsigned int, std::vector<DetId>&);
12  void debugEcalDets(unsigned int, std::vector<DetId>&, std::vector<CaloDirection>&);
13  void debugHcalDets(unsigned int, std::vector<DetId>&);
14 } // namespace spr
15 
16 #endif
void debugEcalDets(unsigned int, const DetId &, bool)
Definition: DebugInfo.cc:11
void debugHcalDets(unsigned int, std::vector< DetId > &)
Definition: DebugInfo.cc:39
Definition: DetId.h:17