CMS 3D CMS Logo

TrackerTreeVariables.h
Go to the documentation of this file.
1 #ifndef TrackerTreeVariables_h
2 #define TrackerTreeVariables_h
3 
4 // For ROOT types with '_t':
5 #include <Rtypes.h>
6 
7 // container to hold all static module parameters, determined with ideal geometry
9  TrackerTreeVariables() { this->clear(); }
10 
11  void clear() {
13  isDoubleSide = isRPhi = isStereo = false;
15  posR = posPhi = posEta = posX = posY = posZ = -999.F;
16  }
17 
21  Float_t posR, posPhi, posEta, posX, posY, posZ;
22 };
23 
24 #endif