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.15 by pellicci, Wed Apr 6 12:49:23 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines