CMS 3D CMS Logo

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  this->clear();
14  }
15 
16  void clear(){
18  isDoubleSide = isRPhi = isStereo = false;
20  posR = posPhi = posEta = posX = posY = posZ = -999.F;
21  }
22 
26  Float_t posR, posPhi, posEta, posX, posY, posZ;
27 };
28 
29 
30 #endif
Definition: vlib.h:208