5#ifndef MCTRUTHSIMALGS_MERGETRUTHJETSTOOL_H
6#define MCTRUTHSIMALGS_MERGETRUTHJETSTOOL_H
13#include "Gaudi/Property.h"
14#include "GaudiKernel/ServiceHandle.h"
15#include "GaudiKernel/ToolHandle.h"
17#include "GaudiKernel/SystemOfUnits.h"
27 const std::string& name,
28 const IInterface* parent);
33 virtual StatusCode
prepareEvent(
const EventContext& ctx,
unsigned int nInputEvents)
override final;
36 virtual StatusCode
mergeEvent(
const EventContext& ctx)
override final;
55 Gaudi::Property<std::string>
m_inputJetCollKey{
this,
"InputTruthJetCollKey",
"AntiKt4TruthJets",
""};
58 Gaudi::Property<double>
m_inTimePtCut{
this,
"InTimePtCut", 10.0*Gaudi::Units::GeV,
""};
59 Gaudi::Property<double>
m_outOfTimePtCut{
this,
"OutOfTimePtCut", 15.0*Gaudi::Units::GeV,
""};
the preferred mechanism to access information from the different event stores in a pileup job.
JetContainer_v1 JetContainer
Definition of the current "jet container version".