CMS 3D CMS Logo

TotemVDetectorOrganization.h
Go to the documentation of this file.
1 // File: TotemVDetectorOrganization.h
3 // Description: Base class for numbering scheme of Totem
5 #ifndef Forward_TotemVDetectorOrganization_h
6 #define Forward_TotemVDetectorOrganization_h
7 
8 #include "G4Step.hh"
9 #include <cstdint>
10 
12 public:
15  virtual uint32_t getUnitID(const G4Step* aStep) const = 0;
16 };
17 
18 #endif
virtual uint32_t getUnitID(const G4Step *aStep) const =0