Tower Class Reference
#include <DelphesClasses.h>
Inheritance diagram for Tower:
Collaboration diagram for Tower:
Public Member Functions | |
| const CompBase * | GetCompare () const |
| TLorentzVector | P4 () const |
Public Member Functions inherited from SortableObject | |
| Bool_t | IsSortable () const |
| Int_t | Compare (const TObject *obj) const |
Public Attributes | |
| Float_t | ET |
| Float_t | Eta |
| Float_t | Phi |
| Float_t | E |
| Float_t | T |
| Int_t | NTimeHits |
| Float_t | Eem |
| Float_t | Ehad |
| Float_t | Edges [4] |
| TRefArray | Particles |
Static Public Attributes | |
| static CompBase * | fgCompare = CompE<Tower>::Instance() |
Member Function Documentation
|
inlinevirtual |
Implements SortableObject.
| TLorentzVector Tower::P4 | ( | ) | const |
Member Data Documentation
| Float_t Tower::E |
| Float_t Tower::Edges[4] |
| Float_t Tower::Eem |
| Float_t Tower::Ehad |
| Float_t Tower::ET |
| Float_t Tower::Eta |
| Int_t Tower::NTimeHits |
| TRefArray Tower::Particles |
| Float_t Tower::Phi |
| Float_t Tower::T |
The documentation for this class was generated from the following files:
- external/delphes/delphes/DelphesClasses.h
- external/delphes/source/DelphesClasses.cc

Public Member Functions inherited from