ATLAS Offline Software
IFastSimulationMasterTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef G4ATLASINTERFACES_IFASTSIMULATIONMASTERTOOL_H
6 #define G4ATLASINTERFACES_IFASTSIMULATIONMASTERTOOL_H
7 
8 #include "GaudiKernel/IAlgTool.h"
9 
18 class IFastSimulationMasterTool : virtual public IAlgTool {
19  public:
28 
31 
37 };
38 
39 #endif
IFastSimulationMasterTool::initializeFastSims
virtual StatusCode initializeFastSims()=0
Method for initializing the fast simulation models of each tool.
IFastSimulationMasterTool::BeginOfAthenaEvent
virtual StatusCode BeginOfAthenaEvent()=0
Begin of athena event method.
IFastSimulationMasterTool::EndOfAthenaEvent
virtual StatusCode EndOfAthenaEvent()=0
End of athena event method.
IFastSimulationMasterTool::~IFastSimulationMasterTool
virtual ~IFastSimulationMasterTool()
Definition: IFastSimulationMasterTool.h:21
IFastSimulationMasterTool::DeclareInterfaceID
DeclareInterfaceID(IFastSimulationMasterTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IFastSimulationMasterTool
Definition: IFastSimulationMasterTool.h:18
IFastSimulationMasterTool::IFastSimulationMasterTool
IFastSimulationMasterTool()
Definition: IFastSimulationMasterTool.h:20