39 |
|
_mtOK( false) |
40 |
|
{}; |
41 |
|
|
42 |
< |
//void setEvent(const cafe::Event& event); |
43 |
< |
void setEvent(const edm::Event& event); |
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); |
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); //4 jets |
55 |
> |
int setEventMetFixed(TLorentzVector&, TLorentzVector&, TLorentzVector&, TLorentzVector&, TLorentzVector&,double min_dr_jet_lepton=-0.01); //3 jets |
56 |
> |
int setEventMetFixed(TLorentzVector&, TLorentzVector&, TLorentzVector&, TLorentzVector&,double min_dr_jet_lepton=-0.01); //2 jets |
57 |
> |
int setEventMetFixed(TLorentzVector&, TLorentzVector&, TLorentzVector&,double min_dr_jet_lepton=-0.01); //1 jet |
58 |
> |
int setEventMetFixed(TLorentzVector&, TLorentzVector&,double min_dr_jet_lepton=-0.01); //0 jet |
59 |
> |
int setEvent(const edm::Event& event, double, double min_dr_jet_lepton=-0.01); //This is for corrected MET |
60 |
> |
|
61 |
> |
|
62 |
> |
|
63 |
> |
|
64 |
|
|
65 |
|
double aplanarity() const; |
66 |
|
double centrality() const; |