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.15 by pellicci, Wed Apr 6 12:49:23 2011 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;
# Line 112 | 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 185 | 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