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 // $Id: TotemRPOrganization.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $
21 //
22 
23 // system include files
24 
25 // user include files
26 
28 #include "globals.hh"
29 
31 
32 public:
33 
34  // ---------- Constructor and destructor -----------------
36  virtual ~TotemRPOrganization();
37 
38  // ---------- member functions ---------------------------
39  uint32_t GetUnitID(const G4Step* aStep);
40  uint32_t GetUnitID(const G4Step* aStep) const;
41 
42 private:
43 
44  // ---------- member data --------------------------------
47 
53 
54 };
55 #endif
uint32_t GetUnitID(const G4Step *aStep)