CMS 3D CMS Logo

TrackerDetectorStruct.h
Go to the documentation of this file.
1 #ifndef Alignment_APEEstimation_TrackerDetectorStruct_h
2 #define Alignment_APEEstimation_TrackerDetectorStruct_h
3 
4 #include "TH1.h"
5 #include "TH2.h"
6 #include "TProfile.h"
7 
10  : TrkSize(nullptr),
11  TrkSizeGood(nullptr),
12  HitsSize(nullptr),
13  HitsValid(nullptr),
14  HitsInvalid(nullptr),
15  Hits2D(nullptr),
16  HitsGood(nullptr),
17  LayersMissed(nullptr),
18  HitsPixel(nullptr),
19  HitsStrip(nullptr),
20  Charge(nullptr),
21  Chi2(nullptr),
22  Ndof(nullptr),
23  NorChi2(nullptr),
24  Prob(nullptr),
25  Eta(nullptr),
26  EtaErr(nullptr),
27  EtaSig(nullptr),
28  Theta(nullptr),
29  Phi(nullptr),
30  PhiErr(nullptr),
31  PhiSig(nullptr),
32  D0Beamspot(nullptr),
33  D0BeamspotErr(nullptr),
34  D0BeamspotSig(nullptr),
35  Dz(nullptr),
36  DzErr(nullptr),
37  DzSig(nullptr),
38  P(nullptr),
39  Pt(nullptr),
40  PtErr(nullptr),
41  PtSig(nullptr),
42  MeanAngle(nullptr),
43  HitsGoodVsHitsValid(nullptr),
44  MeanAngleVsHits(nullptr),
45  HitsPixelVsEta(nullptr),
46  HitsPixelVsTheta(nullptr),
47  HitsStripVsEta(nullptr),
48  HitsStripVsTheta(nullptr),
49  PtVsEta(nullptr),
50  PtVsTheta(nullptr),
51  PHitsGoodVsHitsValid(nullptr),
52  PMeanAngleVsHits(nullptr),
53  PHitsPixelVsEta(nullptr),
54  PHitsPixelVsTheta(nullptr),
55  PHitsStripVsEta(nullptr),
56  PHitsStripVsTheta(nullptr),
57  PPtVsEta(nullptr),
58  PPtVsTheta(nullptr) {}
59 
63 
65  *PtVsEta, *PtVsTheta;
66 
69 };
70 
71 #endif
std::pair< OmniClusterRef, TrackingParticleRef > P
Definition: Chi2.h:15