CMS 3D CMS Logo

SensitiveCaloDetector.h
Go to the documentation of this file.
1 #ifndef SimG4Core_SensitiveDetector_SensitiveCaloDetector_H
2 #define SimG4Core_SensitiveDetector_SensitiveCaloDetector_H
3 
6 
7 #include <vector>
8 #include <string>
9 
11 public:
12  explicit SensitiveCaloDetector(const std::string& iname, const SensitiveDetectorCatalog& clg)
13  : SensitiveDetector(iname, clg, true){};
14 
15  virtual void fillHits(edm::PCaloHitContainer&, const std::string& hname) = 0;
16  virtual void reset(){};
17 };
18 
19 #endif
SensitiveDetector
Definition: SensitiveDetector.h:19
SensitiveCaloDetector
Definition: SensitiveCaloDetector.h:10
SensitiveDetectorCatalog
Definition: SensitiveDetectorCatalog.h:10
funct::true
true
Definition: Factorize.h:173
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
SensitiveCaloDetector::SensitiveCaloDetector
SensitiveCaloDetector(const std::string &iname, const SensitiveDetectorCatalog &clg)
Definition: SensitiveCaloDetector.h:12
SensitiveDetector.h
SensitiveCaloDetector::fillHits
virtual void fillHits(edm::PCaloHitContainer &, const std::string &hname)=0
edm::PCaloHitContainer
std::vector< PCaloHit > PCaloHitContainer
Definition: PCaloHitContainer.h:8
PCaloHitContainer.h
SensitiveCaloDetector::reset
virtual void reset()
Definition: SensitiveCaloDetector.h:16