CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ReducedTrackerTreeVariables.h
Go to the documentation of this file.
1 #ifndef ReducedTrackerTreeVariables_h
2 #define ReducedTrackerTreeVariables_h
3 
4 
5 // For ROOT types with '_t':
6 #include <Rtypes.h>
7 
8 
9 
10 // container to hold those static module parameters needed for correct xPrime-Residual calculation (and others), determined with ideal geometry
12 
14 
15  void clear(){
16  subdetId = 0;
17  nStrips = 0;
19  }
20 
21  UInt_t subdetId,
22  nStrips;
24 };
25 
26 
27 
28 #endif