CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerTreeVariables.h
Go to the documentation of this file.
1 #ifndef TrackerTreeVariables_h
2 #define TrackerTreeVariables_h
3 
4 
5 // For ROOT types with '_t':
6 #include <Rtypes.h>
7 
8 
9 // container to hold all static module parameters, determined with ideal geometry
11 
13 
14  void clear(){
16  isDoubleSide = isRPhi = false;
18  posR = posPhi = posEta = posX = posY = posZ = -999.F;
19  }
20 
24  Float_t posR, posPhi, posEta, posX, posY, posZ;
25 };
26 
27 
28 #endif
Definition: vlib.h:208