Photon Class Reference
#include <DelphesClasses.h>
Inheritance diagram for Photon:
Collaboration diagram for Photon:
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 | PT |
| Float_t | Eta |
| Float_t | Phi |
| Float_t | E |
| Float_t | T |
| Float_t | EhadOverEem |
| TRefArray | Particles |
| Float_t | IsolationVar |
| Float_t | IsolationVarRhoCorr |
| Float_t | SumPtCharged |
| Float_t | SumPtNeutral |
| Float_t | SumPtChargedPU |
| Float_t | SumPt |
Static Public Attributes | |
| static CompBase * | fgCompare = CompPT<Photon>::Instance() |
Member Function Documentation
|
inlinevirtual |
Implements SortableObject.
| TLorentzVector Photon::P4 | ( | ) | const |
Member Data Documentation
| Float_t Photon::E |
| Float_t Photon::EhadOverEem |
| Float_t Photon::Eta |
| Float_t Photon::IsolationVar |
| Float_t Photon::IsolationVarRhoCorr |
| TRefArray Photon::Particles |
| Float_t Photon::Phi |
| Float_t Photon::PT |
| Float_t Photon::SumPt |
| Float_t Photon::SumPtCharged |
| Float_t Photon::SumPtChargedPU |
| Float_t Photon::SumPtNeutral |
| Float_t Photon::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