|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ASG_ANALYSIS_ALGORITHMS__ASG_SHALLOW_COPY_ALG_H
10 #define ASG_ANALYSIS_ALGORITHMS__ASG_SHALLOW_COPY_ALG_H
33 ISvcLocator* pSvcLocator);
50 this,
"input",
"",
"the input collection to run on"};
55 this,
"output",
"",
"the output view container to produce"};
a class managing the property to configure the list of systematics to process
StatusCode execute() override
a data handle for writing systematics varied input data
StatusCode executeTemplate(const CP::SystematicSet &sys)
the templated version of execute for a single systematic
Class to wrap a set of SystematicVariations.
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
SysWriteHandle< xAOD::IParticleContainer > m_outputHandle
the output view container we produce
StatusCode(AsgShallowCopyAlg::* m_function)(const CP::SystematicSet &sys)
SysListHandle m_systematicsList
the systematics list we run
create a shallow copy of an input contsainer
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
AsgShallowCopyAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
StatusCode initialize() override
StatusCode executeFindType(const CP::SystematicSet &sys)
the version of execute to find the type
SysReadHandle< xAOD::IParticleContainer > m_inputHandle
the input collection we run on