CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TotemRPOrganization.h
Go to the documentation of this file.
1 #ifndef Forward_TotemRPOrganization_h
2 #define Forward_TotemRPOrganization_h 1
3 // -*- C++ -*-
4 //
5 // Package: Forward
6 // Class : TotemRPOrganization
7 //
17 //
18 // Original Author:
19 // Created: Tue May 16 10:14:34 CEST 2006
20 //
21 
22 // system include files
23 
24 // user include files
25 
27 #include "globals.hh"
28 
30 
31 public:
32 
33  // ---------- Constructor and destructor -----------------
35  virtual ~TotemRPOrganization();
36 
37  // ---------- member functions ---------------------------
38  uint32_t GetUnitID(const G4Step* aStep);
39  uint32_t GetUnitID(const G4Step* aStep) const;
40 
41 private:
42 
43  // ---------- member data --------------------------------
46 
52 
53 };
54 #endif
uint32_t GetUnitID(const G4Step *aStep)