|
ATLAS Offline Software
|
Go to the documentation of this file.
20 #ifndef JETREC_PSEUDOJETMERGER_H
21 #define JETREC_PSEUDOJETMERGER_H
26 #include "fastjet/PseudoJet.hh"
61 Gaudi::Property<std::string>
m_label = {this ,
"Label",
"merged",
"Label of the collection"};
virtual StatusCode execute(const EventContext &ctx) const override final
PseudoJetMerger collects a list of PseudoJetContainers into a single PseudoJetContainers.
std::vector< fastjet::PseudoJet > PseudoJetVector
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKeyArray< PseudoJetContainer > m_inputPJC
SG::WriteHandleKey< PseudoJetContainer > m_outcoll
Output collection name.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Gaudi::Property< std::string > m_label
Label for the collection. Set from the 1st input collection.
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the base class for EventLoop reentrant algorithms
virtual StatusCode initialize() override
Initialization.
PseudoJetMerger(const std::string &n, ISvcLocator *l)
jet::PseudoJetVector PseudoJetVector