![]() |
ATLAS Offline Software
|
#include "BaseSimulationSelector.h"#include "ISF_Interfaces/SimulationFlavor.h"#include "ISF_Event/ISFParticle.h"Go to the source code of this file.
Functions | |
| ServiceHandle< ISF::ISimulationSvc > *ISF::BaseSimulationSelector::simulator | ATLAS_NOT_THREAD_SAFE () |
| return a handle on the simulator | |
| void ISF::BaseSimulationSelector::update | ATLAS_NOT_THREAD_SAFE (const ISFParticle &) |
| update internal event representation | |
|
inline |
return a handle on the simulator
Install fatal handler with default options.
called at the end of each athena event (can be used for eg.
called at the beginning of each athena event (can be used for eg.
return the simulation service ID
resetting dynamic selectors)
This is meant to be easy to call from python via ctypes.
Definition at line 63 of file BaseSimulationSelector.cxx.
| void ISF::BaseSimulationSelector::update ATLAS_NOT_THREAD_SAFE | ( | const ISFParticle & | ) |
update internal event representation
Definition at line 95 of file BaseSimulationSelector.cxx.