![]() |
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. | |
| virtual std::pair< float, float > | getCaloPointing (const xAOD::Egamma *egamma) const =0 |
| Return calo pointing variables. | |
| virtual std::pair< float, float > | getConvPointing (const xAOD::Photon *photon) const =0 |
| Return conversion (HPV) pointing variables. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
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 asg::AsgTool, AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.
|
pure virtual |
Declare the interface that the class provides.
Add calo and conversion (HPV) pointing variables
Implemented in CP::PhotonPointingTool.