ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DTDPGAnalysis/interface/DefineTreeVariables.h
(Generate patch)

Comparing UserCode/DTDPGAnalysis/interface/DefineTreeVariables.h (file contents):
Revision 1.11 by dtdqm, Tue Oct 19 14:54:09 2010 UTC vs.
Revision 1.18 by guiducci, Wed Apr 18 12:46:20 2012 UTC

# Line 24 | Line 24 | float PV_xzE;
24   float PV_yzE;
25  
26   float PV_normchi2;
27 + float PV_Nvtx;
28 +
29 + //luminosity
30 + float lumiperblock;
31 + float beam1Intensity;
32 + float beam2Intensity;
33  
34   // HLT
35   std::vector<TString> hlt_path;
# Line 68 | Line 74 | std::vector<float> segm4D_znormchi2;
74   std::vector<short> segm4D_znhits;
75  
76   TClonesArray *segm4D_phiHits_Pos;
77 + TClonesArray *segm4D_phiHits_PosCh;
78   TClonesArray *segm4D_phiHits_PosErr;
79   TClonesArray *segm4D_phiHits_Side;
80 + TClonesArray *segm4D_phiHits_Wire;
81 + TClonesArray *segm4D_phiHits_Layer;
82  
83   TClonesArray *segm4D_zHits_Pos;
84 + TClonesArray *segm4D_zHits_PosCh;
85   TClonesArray *segm4D_zHits_PosErr;
86   TClonesArray *segm4D_zHits_Side;
87 + TClonesArray *segm4D_zHits_Wire;
88 + TClonesArray *segm4D_zHits_Layer;
89  
90   //CSC segment variables
91   std::vector<short> cscsegm_ring;
# Line 101 | Line 113 | std::vector<short> ltDCC_thBx;
113   std::vector<short> ltDCC_thWheel;
114   std::vector<short> ltDCC_thSector;
115   std::vector<short> ltDCC_thStation;
116 < // std::vector<float> ltDCC_thX;
117 < // std::vector<float> ltDCC_thY;
118 < // TMatrixD ltDCC_thTheta;
119 < // TMatrixD ltDCC_thCode;
116 > std::vector<short> ltDCC_thHits;
117 >
118 >
119 > // Simuation (emulator) DCC variables
120 > std::vector<short> ltDCCemu_wheel;
121 > std::vector<short> ltDCCemu_sector;
122 > std::vector<short> ltDCCemu_station;
123 > std::vector<short> ltDCCemu_quality;
124 > std::vector<short> ltDCCemu_bx;
125 > std::vector<float> ltDCCemu_phi;
126 > std::vector<float> ltDCCemu_phiB;
127 > std::vector<short> ltDCCemu_is2nd;
128 >
129 > std::vector<short> ltDCCemu_thBx;
130 > std::vector<short> ltDCCemu_thWheel;
131 > std::vector<short> ltDCCemu_thSector;
132 > std::vector<short> ltDCCemu_thStation;
133 > std::vector<short> ltDCCemu_thHits;
134 >
135  
136   //DDU variables
137   std::vector<short> ltDDU_wheel;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines