7#ifndef ISF_FATRASSIMTOOL_h
8#define ISF_FATRASSIMTOOL_h
11#include "GaudiKernel/ServiceHandle.h"
12#include "GaudiKernel/ToolHandle.h"
24 FatrasSimTool(
const std::string&
type,
const std::string& name,
const IInterface* parent);
32 virtual StatusCode
setupEvent(
const EventContext&)
override {
return StatusCode::SUCCESS; };
34 virtual StatusCode
releaseEvent(
const EventContext&)
override {
return StatusCode::SUCCESS; };
43 PublicToolHandle<ISF::IParticleProcessor>
m_simulationTool{
this,
"SimulationTool",
"",
""};
44 PublicToolHandle<ISF::IParticleFilter>
m_particleFilter{
this,
"ParticleFilter",
"",
""};
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
The generic ISF particle definition,.
This defines the McEventCollection, which is really just an ObjectVector of McEvent objectsFile: Gene...
int SimulationFlavor
Identifier type for simulation flavor.
std::list< ISF::ISFParticle * > ISFParticleContainer
generic ISFParticle container (not necessarily a std::list!)