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.10 by kukartse, Mon Apr 6 18:22:33 2009 UTC vs.
Revision 1.11 by kukartse, Tue Apr 7 08:43:48 2009 UTC

# Line 87 | Line 87 | private:
87    Double_t _lepton_pt;
88    Double_t _lepton_eta;
89    Double_t _lepton_phi;
90 +  Double_t _lepton_jet_min_dr;
91    Double_t _lepton_ptrel; // relative to the nearest jet
92    Double_t _lepton_d0;    // relative to the beam spot
93    Double_t _lepton_d0_err;    // relative to the beam spot
# Line 245 | Line 246 | private:
246    TBranch * b_lepton_et;
247    TBranch * b_lepton_energy;
248    TBranch * b_lepton_flavor;
249 +  TBranch * b_lepton_jet_min_dr;
250 +  TBranch * b_lepton_ptrel;
251 +  TBranch * b_lepton_d0;
252 +  TBranch * b_lepton_d0_err;
253 +  TBranch * b_lepton_d0_significance;
254    //
255    vector<string> * _b_tagger_label;
256    vector<float> * _b_tagger_discr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines