#include <L2J7Jet.hh>
Public Member Functions | |
L2J7Jet () | |
double | eta () const |
double | theta () const |
double | phi () const |
double | ET () const |
double | PT () const |
double | E () const |
double | mass () const |
double | px () const |
x component of momentum | |
double | py () const |
y compontent of momentum | |
double | pz () const |
z component of momentum | |
double | EHad () const |
double | EEM () const |
unsigned int | L1ROIWord () const |
Friends | |
class | DataConverter |
Definition at line 13 of file L2J7Jet.hh.
ForIA::L2J7Jet::L2J7Jet | ( | ) |
Definition at line 7 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::E | ( | ) | const [virtual] |
Implements ForIA::IFourMomentum.
Definition at line 28 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::EEM | ( | ) | const |
Definition at line 92 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::EHad | ( | ) | const |
Definition at line 88 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::ET | ( | ) | const [virtual] |
Implements ForIA::IFourMomentum.
Definition at line 32 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::eta | ( | ) | const [virtual] |
Implements ForIA::IFourMomentum.
Definition at line 12 of file L2J7Jet.cxx.
unsigned int ForIA::L2J7Jet::L1ROIWord | ( | ) | const |
Definition at line 96 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::mass | ( | ) | const |
Definition at line 42 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::phi | ( | ) | const [virtual] |
Implements ForIA::IFourMomentum.
Definition at line 24 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::PT | ( | ) | const [virtual] |
Implements ForIA::IFourMomentum.
Definition at line 78 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::px | ( | ) | const [virtual] |
double ForIA::L2J7Jet::py | ( | ) | const [virtual] |
y compontent of momentum
Implements ForIA::IFourMomentum.
Definition at line 54 of file L2J7Jet.cxx.
double ForIA::L2J7Jet::pz | ( | ) | const [virtual] |
double ForIA::L2J7Jet::theta | ( | ) | const [virtual] |
Implements ForIA::IFourMomentum.
Definition at line 16 of file L2J7Jet.cxx.
friend class DataConverter [friend] |
Definition at line 48 of file L2J7Jet.hh.