ATLAS Offline Software
Loading...
Searching...
No Matches
AsgShallowCopyAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef ASG_ANALYSIS_ALGORITHMS__ASG_SHALLOW_COPY_ALG_H
9#define ASG_ANALYSIS_ALGORITHMS__ASG_SHALLOW_COPY_ALG_H
10
16
17
18namespace CP
19{
26
28 {
30 public:
31 AsgShallowCopyAlg (const std::string& name,
32 ISvcLocator* pSvcLocator);
33
34
35 public:
36 StatusCode initialize () override;
37
38 public:
39 StatusCode execute () override;
40
41
43 private:
45
47 private:
49 this, "input", "", "the input collection to run on"};
50
52 private:
54 this, "output", "", "the output view container to produce"};
55
57 private:
58 template<typename Type> StatusCode
60
62 private:
63 StatusCode executeFindType (const CP::SystematicSet& sys);
64
65 private:
67 };
68}
69
70#endif
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.