CMS 3D CMS Logo

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