Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-09-10 02:59:07

0001 #ifndef TotemRPVDetectorOrganization_h
0002 #define TotemRPVDetectorOrganization_h
0003 
0004 #include "G4Step.hh"
0005 
0006 class TotemRPVDetectorOrganization {
0007 public:
0008   TotemRPVDetectorOrganization() {}
0009   virtual ~TotemRPVDetectorOrganization() {}
0010   virtual uint32_t unitID(const G4Step* aStep) = 0;
0011 };
0012 
0013 #endif  //TotemRPVDetectorOrganization_h