ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LJMet/MultivariateAnalysis/interface/TtLJetsAnalyzer.h
(Generate patch)

Comparing UserCode/LJMet/MultivariateAnalysis/interface/TtLJetsAnalyzer.h (file contents):
Revision 1.1 by kukartse, Tue Nov 11 23:01:21 2008 UTC vs.
Revision 1.2 by kukartse, Thu Nov 20 17:27:21 2008 UTC

# Line 72 | Line 72 | private:
72    Double_t _lepton_eta;
73    Double_t _lepton_phi;
74    Double_t _lepton_energy;
75 +  Double_t _lepton_track_chi2;
76 +  Double_t _lepton_track_ndof;
77 +  Double_t _lepton_track_nChi2;
78    Double_t _lepton_track_iso;
79    Double_t _lepton_calo_iso;
80 +  Double_t _lepton_ecal_iso;
81 +  Double_t _lepton_hcal_iso;
82 +  Double_t _lepton_user_iso;
83    Double_t _met_pt;
84    Double_t _met_et;
85    Double_t _met_eta;
# Line 190 | Line 196 | private:
196    TBranch * b_lepton_eta;
197    TBranch * b_lepton_phi;
198    TBranch * b_lepton_energy;
199 +  TBranch * b_lepton_track_chi2;
200 +  TBranch * b_lepton_track_ndof;
201 +  TBranch * b_lepton_track_nChi2;
202    TBranch * b_lepton_track_iso;
203    TBranch * b_lepton_calo_iso;
204 +  TBranch * b_lepton_ecal_iso;
205 +  TBranch * b_lepton_hcal_iso;
206 +  TBranch * b_lepton_user_iso;
207    TBranch * b_met_pt;
208    TBranch * b_met_et;
209    TBranch * b_met_eta;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines