CMS 3D CMS Logo

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