CMS 3D CMS Logo

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 {
10 public:
11  explicit SensitiveTkDetector(const std::string & iname, const DDCompactView & cpv,
12  const SensitiveDetectorCatalog & clg,
13  edm::ParameterSet const & p) :
14  SensitiveDetector(iname, cpv, clg, p, false) {}
15  virtual void fillHits(edm::PSimHitContainer &, const std::string& hname) = 0;
16 
17 };
18 
19 #endif
20 
21 
22 
23 
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
std::vector< PSimHit > PSimHitContainer
virtual void fillHits(edm::PSimHitContainer &, const std::string &hname)=0
SensitiveTkDetector(const std::string &iname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p)