CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SensitiveTkDetector.h
Go to the documentation of this file.
1 #ifndef SimG4Core_SensitiveDetector_SensitiveTkDetector_H
2 #define SimG4Core_SensitiveDetector_SensitiveTkDetector_H
3 
6 #include <string>
7 
9 public:
10  explicit SensitiveTkDetector(const std::string& iname, const SensitiveDetectorCatalog& clg)
11  : SensitiveDetector(iname, clg, false) {}
12  virtual void fillHits(edm::PSimHitContainer&, const std::string& hname) = 0;
13 };
14 
15 #endif
std::vector< PSimHit > PSimHitContainer
SensitiveTkDetector(const std::string &iname, const SensitiveDetectorCatalog &clg)
virtual void fillHits(edm::PSimHitContainer &, const std::string &hname)=0