CMS 3D CMS Logo

BHMSD.h
Go to the documentation of this file.
1 #ifndef SimG4CMSForward_BHMSD_h
2 #define SimG4CMSForward_BHMSD_h
3 
5 
8 #include <string>
9 
10 class SimTrackManager;
11 class G4Step;
12 
13 //-------------------------------------------------------------------
14 
15 class BHMSD : public TimingSD {
16 public:
18 
19  ~BHMSD() override;
20 
21  uint32_t setDetUnitId(const G4Step *) override;
22 };
23 
24 #endif
BHMSD(const std::string &, const SensitiveDetectorCatalog &, edm::ParameterSet const &, const SimTrackManager *)
Definition: BHMSD.cc:12
~BHMSD() override
Definition: BHMSD.cc:28
uint32_t setDetUnitId(const G4Step *) override
Definition: BHMSD.cc:30
Definition: BHMSD.h:15