|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ISF_INTERFACES_BASESIMULATORTOOL_H
6 #define ISF_INTERFACES_BASESIMULATORTOOL_H 1
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
14 #include "GaudiKernel/IChronoStatSvc.h"
53 return StatusCode::SUCCESS;
59 return StatusCode::SUCCESS;
64 {
return StatusCode::FAILURE; }
68 {
return setupEvent(Gaudi::Hive::currentContext()); }
72 {
return StatusCode::FAILURE; }
85 return StatusCode::SUCCESS;
91 {
return StatusCode::FAILURE; }
122 #endif //> !ISF_INTERFACES_BASESIMULATORTOOL_H
std::list< ISF::ISFParticle * > ISFParticleContainer
generic ISFParticle container (not necessarily a std::list!)
#define ATH_MSG_VERBOSE(x)
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< ISF::ISFParticle * > ISFParticleVector
ISFParticle vector.
This defines the McEventCollection, which is really just an ObjectVector of McEvent objects.
virtual StatusCode sysInitialize() override
Perform system initialization for an algorithm.
defines and typedefs for IOVSvc