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.10 by battilan, Wed Sep 15 10:00:59 2010 UTC vs.
Revision 1.16 by pellicci, Wed Sep 21 15:16:19 2011 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 116 | Line 128 | std::vector<short> ltDDU_thQual;
128   std::vector<short> ltDDU_is2nd;
129  
130   //muon variables
131 < std::vector<short>    STAMu_isMuGlobal;
132 < std::vector<short>    STAMu_isMuTracker;
133 < std::vector<int>      STAMu_numberOfChambers;
134 < std::vector<int>      STAMu_numberOfMatches;
135 < std::vector<int>      STAMu_numberOfHits;
136 < std::vector<Long64_t> STAMu_segmIndex;
131 > std::vector<short> STAMu_isMuGlobal;
132 > std::vector<short> STAMu_isMuTracker;
133 > std::vector<int>   STAMu_numberOfChambers;
134 > std::vector<int>   STAMu_numberOfMatches;
135 > std::vector<int>   STAMu_numberOfHits;
136 > std::vector<int>   STAMu_segmIndex;
137  
138   std::vector<float> Mu_px_mu;
139   std::vector<float> Mu_py_mu;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines