![]() |
ATLAS Offline Software
|
#include <IHIEventShapeFiller.h>
Public Member Functions | |
| virtual | ~IHIEventShapeFiller () |
| virtual StatusCode | initializeIndex ()=0 |
| virtual StatusCode | initializeEventShapeContainer (std::unique_ptr< xAOD::HIEventShapeContainer > &evtShape) const =0 |
| virtual StatusCode | fillCollectionFromTowers (std::unique_ptr< xAOD::HIEventShapeContainer > &evtShape, const SG::ReadHandleKey< xAOD::CaloClusterContainer > &m_tower_container_key, const SG::ReadHandleKey< INavigable4MomentumCollection > &m_navi_container_key, const EventContext &ctx) const =0 |
| virtual StatusCode | fillCollectionFromCells (std::unique_ptr< xAOD::HIEventShapeContainer > &evtShape, const SG::ReadHandleKey< CaloCellContainer > &m_cell_container_key, const EventContext &ctx) const =0 |
| const std::string & | getContainerName () const |
| void | setContainerName (const std::string &cname) |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Private Attributes | |
| std::string | m_outputContainerName |
Definition at line 24 of file IHIEventShapeFiller.h.
|
inlinevirtual |
Definition at line 28 of file IHIEventShapeFiller.h.
|
pure virtual |
Implemented in HIEventShapeFillerTool.
|
pure virtual |
Implemented in HIEventShapeFillerTool.
|
inline |
Definition at line 37 of file IHIEventShapeFiller.h.
|
pure virtual |
Implemented in HIEventShapeFillerTool.
|
pure virtual |
Implemented in HIEventShapeFillerTool.
|
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, and KtDeltaRTool.
|
inline |
Definition at line 38 of file IHIEventShapeFiller.h.
|
private |
Definition at line 42 of file IHIEventShapeFiller.h.