Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:09

0001 #ifndef CalibrationIsolatedParticlesDebugInfo_h
0002 #define CalibrationIsolatedParticlesDebugInfo_h
0003 
0004 #include <sstream>
0005 #include <vector>
0006 #include "DataFormats/DetId/interface/DetId.h"
0007 #include "Geometry/CaloTopology/interface/CaloDirection.h"
0008 
0009 namespace spr {
0010 
0011   std::ostringstream debugEcalDet(unsigned int, const DetId&);
0012   void debugEcalDets(unsigned int, std::vector<DetId>&);
0013   void debugEcalDets(unsigned int, std::vector<DetId>&, std::vector<CaloDirection>&);
0014   void debugHcalDets(unsigned int, std::vector<DetId>&);
0015 }  // namespace spr
0016 
0017 #endif