CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TotemT2OrganizationGem.h
Go to the documentation of this file.
1 #ifndef Forward_TotemT2OrganizationGem_h
2 #define Forward_TotemT2OrganizationGem_h 1
3 // -*- C++ -*-
4 //
5 // Package: Forward
6 // Class : TotemT2OrganizationGem
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
27 
28 public:
29 
30  // ---------- Constructor and destructor -----------------
32  virtual ~TotemT2OrganizationGem();
33 
34  // ---------- member functions ---------------------------
35  uint32_t GetUnitID(const G4Step* aStep);
36  uint32_t GetUnitID(const G4Step* aStep) const;
37 
38 private:
39 
40  // ---------- member data --------------------------------
48 
49 };
50 
51 #endif
uint32_t GetUnitID(const G4Step *aStep)