TRootJet Class Reference
#include <ExRootClasses.h>
Inheritance diagram for TRootJet:
Collaboration diagram for TRootJet:
Public Member Functions | |
| const TCompare * | GetCompare () const |
Public Member Functions inherited from TSortableObject | |
| Bool_t | IsSortable () const |
| Int_t | Compare (const TObject *obj) const |
Public Attributes | |
| Double_t | PT |
| Double_t | Eta |
| Double_t | Phi |
| Double_t | Mass |
| Double_t | Ntrk |
| Double_t | BTag |
| Double_t | EhadOverEem |
| Int_t | Index |
Static Public Attributes | |
| static TCompare * | fgCompare = TComparePT<TRootJet>::Instance() |
Member Function Documentation
|
inlinevirtual |
Implements TSortableObject.
Member Data Documentation
| Double_t TRootJet::BTag |
| Double_t TRootJet::EhadOverEem |
| Double_t TRootJet::Eta |
|
static |
| Int_t TRootJet::Index |
| Double_t TRootJet::Mass |
| Double_t TRootJet::Ntrk |
| Double_t TRootJet::Phi |
| Double_t TRootJet::PT |
The documentation for this class was generated from the following files:
- external/exroot/exroot/ExRootClasses.h
- external/exroot/source/ExRootClasses.cc

Public Member Functions inherited from