ATLAS Offline Software
JetPseudojetCopier.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // JetPseudojetCopier.h
6 
7 #ifndef JETREC_JetPseudojetCopier_H
8 #define JETREC_JetPseudojetCopier_H
9 
25 
26 #include <string>
27 #include "AsgTools/AsgTool.h"
28 #include "AsgTools/ToolHandle.h"
31 
33 : public asg::AsgTool,
34  virtual public IJetConsumer {
35 
37 
38 public:
39 
41  JetPseudojetCopier(const std::string& myname);
42 
45 
47  int copy(const xAOD::JetContainer& srcjets,
48  const xAOD::JetContainer& dstjets,
49  const std::string& label ="PseudojetMap") const;
50 
52  int copy(const xAOD::JetContainer& srcjets,
53  const std::string& dstname, const std::string& label ="PseudojetMap") const;
54 
55  // Process the input jets using the
56  int process(const xAOD::JetContainer& srcjets) const;
57 
58 private:
59 
61  std::string m_dstname;
62  std::string m_label;
63  ToolHandle<IJetPseudojetRetriever> m_hpjr;
64 
65 };
66 
67 #endif
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition: AsgTool.h:47
JetPseudojetCopier::process
int process(const xAOD::JetContainer &srcjets) const
Copy the pseudojets from srcjets to dstjets.
Definition: JetPseudojetCopier.cxx:163
JetPseudojetCopier::JetPseudojetCopier
JetPseudojetCopier(const std::string &myname)
Ctor from tool name.
Definition: JetPseudojetCopier.cxx:57
JetPseudojetCopier::m_label
std::string m_label
Definition: JetPseudojetCopier.h:62
PlotCalibFromCool.label
label
Definition: PlotCalibFromCool.py:78
JetPseudojetCopier::copy
int copy(const xAOD::JetContainer &srcjets, const std::string &dstname, const std::string &label="PseudojetMap") const
Copy the pseudojets from srcjets to container with name dstname.
IJetPseudojetRetriever.h
IJetConsumer
Definition: IJetConsumer.h:21
JetPseudojetCopier::m_dstname
std::string m_dstname
Properties.
Definition: JetPseudojetCopier.h:61
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
JetPseudojetCopier::m_hpjr
ToolHandle< IJetPseudojetRetriever > m_hpjr
Definition: JetPseudojetCopier.h:63
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
JetPseudojetCopier
Definition: JetPseudojetCopier.h:34
IJetConsumer.h
JetPseudojetCopier::initialize
StatusCode initialize()
Intialization.
Definition: JetPseudojetCopier.cxx:66
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition: AsgToolMacros.h:68
JetPseudojetCopier::copy
int copy(const xAOD::JetContainer &srcjets, const xAOD::JetContainer &dstjets, const std::string &label="PseudojetMap") const
Copy pseudojets from srcjets to dstjets.
ToolHandle.h
AsgTool.h