Public Member Functions | |
virtual CP::CorrectionCode | getFsrPhoton (const xAOD::IParticle *part, FsrCandidate &candidate, const xAOD::PhotonContainer *photons=0, const xAOD::ElectronContainer *electrons=0)=0 |
Declare the interface that the class provides. | |
virtual std::vector < FsrCandidate > * | getFsrCandidateList (const xAOD::IParticle *part, const xAOD::PhotonContainer *photons=0, const xAOD::ElectronContainer *electrons=0)=0 |
virtual std::vector < FsrCandidate > * | getFarFsrCandidateList (const xAOD::IParticle *part, const xAOD::PhotonContainer *photons)=0 |
virtual std::vector < FsrCandidate > * | getNearFsrCandidateList (const xAOD::Muon *part, const xAOD::PhotonContainer *photons, const xAOD::ElectronContainer *electrons)=0 |
virtual CP::CorrectionCode FSR::IFsrPhotonTool::getFsrPhoton | ( | const xAOD::IParticle * | part, | |
FsrCandidate & | candidate, | |||
const xAOD::PhotonContainer * | photons = 0 , |
|||
const xAOD::ElectronContainer * | electrons = 0 | |||
) | [pure virtual] |
Declare the interface that the class provides.
Get the Ok/Error as a return value
Implemented in FSR::FsrPhotonTool.