8#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_SHALLOW_COPY_ALG_H
9#define ASG_ANALYSIS_ALGORITHMS__ASG_SHALLOW_COPY_ALG_H
32 ISvcLocator* pSvcLocator);
49 this,
"input",
"",
"the input collection to run on"};
54 this,
"output",
"",
"the output view container to produce"};
58 template<
typename Type> StatusCode
StatusCode(AsgShallowCopyAlg::* m_function)(const CP::SystematicSet &sys)
StatusCode initialize() override
SysWriteHandle< xAOD::IParticleContainer > m_outputHandle
the output view container we produce
StatusCode executeTemplate(const CP::SystematicSet &sys)
the templated version of execute for a single systematic
StatusCode executeFindType(const CP::SystematicSet &sys)
the version of execute to find the type
AsgShallowCopyAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
StatusCode execute() override
SysListHandle m_systematicsList
the systematics list we run
SysReadHandle< xAOD::IParticleContainer > m_inputHandle
the input collection we run on
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for writing systematics varied input data
Class to wrap a set of SystematicVariations.
the (new) base class for EventLoop algorithms
Select isolated Photons, Electrons and Muons.