CMS 3D CMS Logo

ReducedTrackerTreeVariables.h
Go to the documentation of this file.
1 #ifndef ReducedTrackerTreeVariables_h
2 #define ReducedTrackerTreeVariables_h
3 
4 // For ROOT types with '_t':
5 #include <Rtypes.h>
6 
7 // container to hold those static module parameters needed for correct xPrime-Residual calculation (and others), determined with ideal geometry
10 
11  void clear() {
12  subdetId = 0;
13  nStrips = 0;
15  }
16 
17  UInt_t subdetId, nStrips;
19 };
20 
21 #endif