CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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>&,
13  std::vector<CaloDirection>&);
14  void debugHcalDets(unsigned int, std::vector<DetId>&);
15 }
16 
17 #endif
void debugEcalDets(unsigned int, const DetId &, bool)
Definition: DebugInfo.cc:11
void debugHcalDets(unsigned int, std::vector< DetId > &)
Definition: DebugInfo.cc:42
Definition: DetId.h:20