ATLAS Offline Software
AsgOriginalObjectLinkAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 #ifndef ASG_ANALYSIS_ALGORITHMS__ASG_ORIGINAL_OBJECT_LINK_ALG_H
9 #define ASG_ANALYSIS_ALGORITHMS__ASG_ORIGINAL_OBJECT_LINK_ALG_H
10 
18 
19 namespace CP
20 {
27 
29  {
31  public:
33  StatusCode initialize () override;
34  StatusCode execute () override;
35 
37  private:
38  SG::ReadHandleKey<xAOD::IParticleContainer> m_baseContainerName {this, "baseContainerName", "", "base particle container name"};
39 
41  private:
43 
45  private:
47  this, "particles", "", "the particle container to run on"};
48  };
49 }
50 
51 #endif
PropertyWrapper.h
CP::AsgOriginalObjectLinkAlg::initialize
StatusCode initialize() override
Definition: AsgOriginalObjectLinkAlg.cxx:22
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition: SysListHandle.h:33
SysListHandle.h
CP::AsgOriginalObjectLinkAlg::m_particleHandle
SysCopyHandle< xAOD::IParticleContainer > m_particleHandle
the particle container we run on
Definition: AsgOriginalObjectLinkAlg.h:46
SysCopyHandle.h
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
CP::AsgOriginalObjectLinkAlg::execute
StatusCode execute() override
Definition: AsgOriginalObjectLinkAlg.cxx:39
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:48
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaAlgorithm.cxx:40
CP::AsgOriginalObjectLinkAlg::m_baseContainerName
SG::ReadHandleKey< xAOD::IParticleContainer > m_baseContainerName
base container name
Definition: AsgOriginalObjectLinkAlg.h:38
AnaAlgorithm.h
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
CP::AsgOriginalObjectLinkAlg
an algorithm for relinking a shallow copy with it's base container when this was not done originally
Definition: AsgOriginalObjectLinkAlg.h:29
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
IParticleContainer.h
ReadHandle.h
Handle class for reading from StoreGate.
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition: SysCopyHandle.h:62
CP::AsgOriginalObjectLinkAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition: AsgOriginalObjectLinkAlg.h:42