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 // $Id: TotemT2OrganizationGem.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $
21 //
22 
23 // system include files
24 
25 // user include files
28 
29 public:
30 
31  // ---------- Constructor and destructor -----------------
33  virtual ~TotemT2OrganizationGem();
34 
35  // ---------- member functions ---------------------------
36  uint32_t GetUnitID(const G4Step* aStep);
37  uint32_t GetUnitID(const G4Step* aStep) const;
38 
39 private:
40 
41  // ---------- member data --------------------------------
49 
50 };
51 
52 #endif
uint32_t GetUnitID(const G4Step *aStep)