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

Comparing UserCode/LJMet/MultivariateAnalysis/interface/LJetsTopoVars.h (file contents):
Revision 1.2 by kukartse, Tue Feb 24 23:33:21 2009 UTC vs.
Revision 1.3 by msegala, Fri Jan 15 23:34:23 2010 UTC

# Line 41 | Line 41 | public:
41  
42      // returns # of removed jets due to insufficient isolation from lepton
43      //void setEvent(const edm::Event& event);
44 <    int setEvent(const edm::Event& event, double min_dr_jet_lepton=-0.01);
44 >    //int setEvent(const edm::Event& event, double min_dr_jet_lepton=-0.01);
45 >
46 >
47 >    //###################################################################################################
48 >    //##
49 >    //## Initiate LJetsTopoVars using one lepton, one MET and 4 leading jets momentum. This initiation is
50 >    //## used when one of the leptons is converted to a neutrino.
51 >    //##
52 >    //###################################################################################################
53 >
54 >    int setEventMetFixed(TLorentzVector&,TLorentzVector&, TLorentzVector&, TLorentzVector&, TLorentzVector&, TLorentzVector&,double min_dr_jet_lepton=-0.01);
55 >    int setEvent(const edm::Event& event, double, double min_dr_jet_lepton=-0.01); //This is for corrected MET
56 >
57 >
58 >
59  
60    double aplanarity() const;
61    double centrality() const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines