Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:59

0001 #ifndef SimG4CMSForward_BscSD_h
0002 #define SimG4CMSForward_BscSD_h
0003 
0004 #include "SimG4CMS/Forward/interface/TimingSD.h"
0005 #include "FWCore/Framework/interface/Frameworkfwd.h"
0006 #include "FWCore/ParameterSet/interface/ParameterSetfwd.h"
0007 
0008 #include <string>
0009 
0010 class SimTrackManager;
0011 
0012 //-------------------------------------------------------------------
0013 
0014 class BscSD : public TimingSD {
0015 public:
0016   BscSD(const std::string &, const SensitiveDetectorCatalog &, edm::ParameterSet const &, const SimTrackManager *);
0017 
0018   ~BscSD() override;
0019 
0020   uint32_t setDetUnitId(const G4Step *) override;
0021 };
0022 
0023 #endif  // BscSD_h