CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerDetectorStruct.h
Go to the documentation of this file.
1 #ifndef Alignment_APEEstimation_TrackerDetectorStruct_h
2 #define Alignment_APEEstimation_TrackerDetectorStruct_h
3 
4 
5 //#include "TH1.h"
6 
8 
10  HitsSize(0), HitsValid(0), HitsInvalid(0), Hits2D(0),
11  HitsGood(0), LayersMissed(0),
12  HitsPixel(0), HitsStrip(0),
13  Charge(0),
14  Chi2(0), Ndof(0), NorChi2(0), Prob(0),
15  Eta(0), EtaErr(0), EtaSig(0), Theta(0),
16  Phi(0), PhiErr(0), PhiSig(0),
18  Dz(0), DzErr(0), DzSig(0),
19  P(0), Pt(0), PtErr(0), PtSig(0),
20  MeanAngle(0),
24  PtVsEta(0), PtVsTheta(0),
28  PPtVsEta(0), PPtVsTheta(0){}
29 
34  *Charge,
35  *Chi2, *Ndof, *NorChi2, *Prob,
36  *Eta, *EtaErr, *EtaSig, *Theta,
37  *Phi,*PhiErr, *PhiSig,
39  *Dz, *DzErr, *DzSig,
40  *P, *Pt, *PtErr, *PtSig,
41  *MeanAngle;
42 
46  *PtVsEta, *PtVsTheta;
47 
52 
53 };
54 
55 #endif
Definition: Chi2.h:17