|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #include "GaudiKernel/ToolHandle.h"
37 "PFClusterSelectorTool",
38 "PFClusterSelectorTool",
39 "ToolHandle for the PFClusterSelectorTool which creates the set of "
40 "eflowRecCluster to be used"
52 "eflowRecTracksInputName",
54 "ReadHandleKey for the eflowRecTrackContainer to be read in"
60 "eflowRecClustersOutputName",
62 "WriteHandleKey for the eflowRecClusterContainer to write out"
68 "PFCaloClustersOutputName",
70 "WriteHandleKey for CaloClusterContainer to be written out"
76 "eflowCaloObjectsOutputName",
78 "WriteHandleKey for eflowCaloObjectContainer to be written out"
SG::WriteHandleKey< eflowRecClusterContainer > m_eflowRecClustersWriteHandleKey
WriteHandleKey for the eflowRecClusterContainer to write out.
StatusCode initialize() override
An algorithm that can be simultaneously executed in multiple threads.
StatusCode finalize() override
SG::WriteHandleKey< xAOD::CaloClusterContainer > m_caloClustersWriteHandleKey
WriteHandleKey for CaloClusterContainer to be written out.
::StatusCode StatusCode
StatusCode definition for legacy code.
PFAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< IPFBaseTool > m_IPFBaseTools
List of PFBaseAlgTool, which will be executed by this algorithm.
void printTools()
Funciton to print out list of tools if in VERBOSE mode.
Header file to be included by clients of the Monitored infrastructure.
SG::ReadHandleKey< eflowRecTrackContainer > m_eflowRecTracksReadHandleKey
ReadHandleKey for the eflowRecTrackContainer to be read in.
StatusCode execute(const EventContext &ctx) const override
ToolHandle< GenericMonitoringTool > m_monTool
Online monitoring tool for recording histograms of the alg in action.
ToolHandle< IPFClusterSelectorTool > m_IPFClusterSelectorTool
ToolHandle for the PFClusterSelectorTool which creates the set of eflowRecCluster to be used.
SG::WriteHandleKey< eflowCaloObjectContainer > m_eflowCaloObjectsWriteHandleKey
WriteHandleKey for eflowCaloObjectContainer to be written out.
ToolHandleArray< IPFSubtractionTool > m_IPFSubtractionTools
List of IPFSubtractionTool, which will be executed by this algorithm.