#include <JetMatching.h>
Public Member Functions | |
bool | hasJet () const |
bool | hasParton () const |
bool | isMatch () const |
JetPartonMatch (const HepMC::FourVector &parton, const HepMC::FourVector &jet, double delta, int pdgId) | |
JetPartonMatch (const HepMC::FourVector &parton, int pdgId) | |
JetPartonMatch (const HepMC::FourVector &jet) | |
Public Attributes | |
double | delta |
HepMC::FourVector | jet |
HepMC::FourVector | parton |
int | pdgId |
Definition at line 29 of file JetMatching.h.
|
inline |
Definition at line 30 of file JetMatching.h.
|
inline |
Definition at line 37 of file JetMatching.h.
|
inline |
Definition at line 41 of file JetMatching.h.
|
inline |
Definition at line 46 of file JetMatching.h.
|
inline |
|
inline |
Definition at line 44 of file JetMatching.h.
double lhef::JetMatching::JetPartonMatch::delta |
Definition at line 50 of file JetMatching.h.
HepMC::FourVector lhef::JetMatching::JetPartonMatch::jet |
Definition at line 49 of file JetMatching.h.
HepMC::FourVector lhef::JetMatching::JetPartonMatch::parton |
Definition at line 48 of file JetMatching.h.
int lhef::JetMatching::JetPartonMatch::pdgId |
Definition at line 51 of file JetMatching.h.
Referenced by hasJet(), hasParton(), and isMatch().