![]() |
ATLAS Offline Software
|
Simple interface for searching the FSR candidate. More...
#include <IFsrPhotonTool.h>
Public Types | |
| enum | FsrType { FsrNear , FsrFar , FsrUnknown } |
Public Member Functions | |
| FsrCandidate () | |
| bool | operator< (const FsrCandidate &c) const |
Public Attributes | |
| std::string | container |
| const xAOD::IParticle * | particle |
| double | deltaR |
| double | Et |
| double | f1 |
| double | eta |
| double | phi |
| double | phIso |
| FsrType | type |
Simple interface for searching the FSR candidate.
Definition at line 27 of file IFsrPhotonTool.h.
|
inline |
Definition at line 31 of file IFsrPhotonTool.h.
|
inline |
Definition at line 42 of file IFsrPhotonTool.h.
| std::string FSR::FsrCandidate::container |
Definition at line 33 of file IFsrPhotonTool.h.
| double FSR::FsrCandidate::deltaR |
Definition at line 35 of file IFsrPhotonTool.h.
| double FSR::FsrCandidate::Et |
Definition at line 36 of file IFsrPhotonTool.h.
| double FSR::FsrCandidate::eta |
Definition at line 38 of file IFsrPhotonTool.h.
| double FSR::FsrCandidate::f1 |
Definition at line 37 of file IFsrPhotonTool.h.
| const xAOD::IParticle* FSR::FsrCandidate::particle |
Definition at line 34 of file IFsrPhotonTool.h.
| double FSR::FsrCandidate::phi |
Definition at line 39 of file IFsrPhotonTool.h.
| double FSR::FsrCandidate::phIso |
Definition at line 40 of file IFsrPhotonTool.h.
| FsrType FSR::FsrCandidate::type |
Definition at line 41 of file IFsrPhotonTool.h.