ATLAS Offline Software
|
#include <IPhotonPointingTool.h>
Public Member Functions | |
virtual StatusCode | updatePointingAuxdata (const xAOD::EgammaContainer &egammas) const =0 |
Declare the interface that the class provides. More... | |
virtual std::pair< float, float > | getCaloPointing (const xAOD::Egamma *egamma) const =0 |
Return calo pointing variables. More... | |
virtual std::pair< float, float > | getConvPointing (const xAOD::Photon *photon) const =0 |
Return conversion (HPV) pointing variables. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Definition at line 18 of file IPhotonPointingTool.h.
|
pure virtual |
Return calo pointing variables.
Implemented in CP::PhotonPointingTool.
|
pure virtual |
Return conversion (HPV) pointing variables.
Implemented in CP::PhotonPointingTool.
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
|
pure virtual |
Declare the interface that the class provides.
Add calo and conversion (HPV) pointing variables
Implemented in CP::PhotonPointingTool.