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; |