Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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