5#ifndef MCTRUTHSIMALGS_SIMPLEMERGEMCEVENTCOLLTOOL_H
6#define MCTRUTHSIMALGS_SIMPLEMERGEMCEVENTCOLLTOOL_H
10#include "Gaudi/Property.h"
11#include "GaudiKernel/ServiceHandle.h"
29 const std::string& name,
30 const IInterface* parent);
31 virtual StatusCode
initialize()
override final;
34 virtual StatusCode
prepareEvent(
const EventContext& ctx,
unsigned int nInputEvents)
override final;
37 virtual StatusCode
mergeEvent(
const EventContext& ctx)
override final;
59 StringProperty
m_truthCollOutputKey{
this,
"TruthCollOutputKey",
"TruthEvent",
"Name of output McEventCollection"};
This defines the McEventCollection, which is really just an ObjectVector of McEvent objectsFile: Gene...