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.12 by pellicci, Thu Dec 16 14:29:55 2010 UTC vs.
Revision 1.19 by guiducci, Mon May 28 14:28:49 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;
# Line 105 | 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;
# Line 178 | Line 201 | std::vector<short> gt_algo_bx;
201   std::vector<short> gt_algo_bit;
202   std::vector<short> gt_tt_bx;
203   std::vector<short> gt_tt_bit;
204 +
205 + //RPC
206 + std::vector<int>   rpc_clusterSize;
207 + std::vector<int>   rpc_strip;
208 + std::vector<int>   rpc_bx;
209 + std::vector<int>   rpc_station;
210 + std::vector<int>   rpc_sector;
211 + std::vector<int>   rpc_layer;
212 + std::vector<int>   rpc_subsector;
213 + std::vector<int>   rpc_roll;
214 + std::vector<int>   rpc_ring;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines