5#ifndef MCTRUTHSIMALGS_MERGECALIBHITSTOOL_H
6#define MCTRUTHSIMALGS_MERGECALIBHITSTOOL_H
10#include "GaudiKernel/ServiceHandle.h"
28 const std::string& name,
29 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;
53 Gaudi::Property<bool>
m_oldFormat{
this,
"OldFormat",
false,
""};
the preferred mechanism to access information from the different event stores in a pileup job.