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.14 by pellicci, Wed Mar 23 16:24:40 2011 UTC

# Line 25 | Line 25 | float PV_yzE;
25  
26   float PV_normchi2;
27  
28 + //luminosity
29 + float lumiperblock;
30 +
31   // HLT
32   std::vector<TString> hlt_path;
33  
# Line 68 | Line 71 | std::vector<float> segm4D_znormchi2;
71   std::vector<short> segm4D_znhits;
72  
73   TClonesArray *segm4D_phiHits_Pos;
74 + TClonesArray *segm4D_phiHits_PosCh;
75   TClonesArray *segm4D_phiHits_PosErr;
76   TClonesArray *segm4D_phiHits_Side;
77 + TClonesArray *segm4D_phiHits_Wire;
78 + TClonesArray *segm4D_phiHits_Layer;
79  
80   TClonesArray *segm4D_zHits_Pos;
81 + TClonesArray *segm4D_zHits_PosCh;
82   TClonesArray *segm4D_zHits_PosErr;
83   TClonesArray *segm4D_zHits_Side;
84 + TClonesArray *segm4D_zHits_Wire;
85 + TClonesArray *segm4D_zHits_Layer;
86  
87   //CSC segment variables
88   std::vector<short> cscsegm_ring;
# Line 116 | Line 125 | std::vector<short> ltDDU_thQual;
125   std::vector<short> ltDDU_is2nd;
126  
127   //muon variables
128 < std::vector<short>    STAMu_isMuGlobal;
129 < std::vector<short>    STAMu_isMuTracker;
130 < std::vector<int>      STAMu_numberOfChambers;
131 < std::vector<int>      STAMu_numberOfMatches;
132 < std::vector<int>      STAMu_numberOfHits;
133 < std::vector<Long64_t> STAMu_segmIndex;
128 > std::vector<short> STAMu_isMuGlobal;
129 > std::vector<short> STAMu_isMuTracker;
130 > std::vector<int>   STAMu_numberOfChambers;
131 > std::vector<int>   STAMu_numberOfMatches;
132 > std::vector<int>   STAMu_numberOfHits;
133 > std::vector<int>   STAMu_segmIndex;
134  
135   std::vector<float> Mu_px_mu;
136   std::vector<float> Mu_py_mu;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines