ATLAS Offline Software
MakeInputDataHeader.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MAKEINPUTDATAHEADER_H
6 #define MAKEINPUTDATAHEADER_H
7 
16 #include <string>
17 
31 public:
33  MakeInputDataHeader(const std::string& name, ISvcLocator* pSvcLocator);
35  virtual StatusCode initialize() override;
36  virtual StatusCode execute(const EventContext& ctx) const override;
37 
38 private:
42 
44  BooleanProperty m_keepInput { this, "KeepCurrentInput", false, };
45 };
46 
47 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
MakeInputDataHeader::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: MakeInputDataHeader.cxx:33
SG::ReadHandleKey< DataHeader >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
MakeInputDataHeader
This class provides an algorithm to make an OutputDataHeader the InputDataHeader.
Definition: MakeInputDataHeader.h:30
SG::WriteHandleKey< DataHeader >
MakeInputDataHeader::MakeInputDataHeader
MakeInputDataHeader(const std::string &name, ISvcLocator *pSvcLocator)
Standard Algorithm Constructor.
Definition: MakeInputDataHeader.cxx:16
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MakeInputDataHeader::initialize
virtual StatusCode initialize() override
AthAlgorithm Interface method implementations:
Definition: MakeInputDataHeader.cxx:21
DataHeader.h
This file contains the class definition for the DataHeader and DataHeaderElement classes.
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MakeInputDataHeader::m_streamName
SG::ReadHandleKey< DataHeader > m_streamName
StreamName, name of Stream to be made Input.
Definition: MakeInputDataHeader.h:40
MakeInputDataHeader::m_keepInput
BooleanProperty m_keepInput
KeepCurrentInput, keep the original InputDataHeader: default = false.
Definition: MakeInputDataHeader.h:44
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
MakeInputDataHeader::m_aliasName
SG::WriteHandleKey< DataHeader > m_aliasName
Definition: MakeInputDataHeader.h:41