#include <jJetInputAlgTool.h>
Definition at line 24 of file jJetInputAlgTool.h.
◆ jJetInputAlgTool()
GlobalSim::jJetInputAlgTool::jJetInputAlgTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~jJetInputAlgTool()
virtual GlobalSim::jJetInputAlgTool::~jJetInputAlgTool |
( |
| ) |
|
|
virtualdefault |
◆ initialize()
StatusCode GlobalSim::jJetInputAlgTool::initialize |
( |
| ) |
|
|
override |
◆ run()
StatusCode GlobalSim::jJetInputAlgTool::run |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Definition at line 28 of file jJetInputAlgTool.cxx.
32 CHECK(jJetRoIContainer.isValid());
34 auto jJets = std::make_unique<GlobalSim::jJetTOBArray>(
"InputjJets", 60);
51 << +jFexRoI->jFexNumber()
57 << jFexRoI->globalEta()
59 << jFexRoI->globalPhi()
67 if (EtTopo==0)
continue;
74 jJets-> push_back(
jet);
79 CHECK(h_write.record(std::move(jJets)));
82 return StatusCode::SUCCESS;
◆ toString()
std::string GlobalSim::jJetInputAlgTool::toString |
( |
| ) |
const |
|
overridevirtual |
◆ m_jJetRoIKey
Initial value:{this,
"jFexSRJetRoIKey", "L1_jFexSRJetRoI", "jFEX Jet EDM"}
Definition at line 44 of file jJetInputAlgTool.h.
◆ m_jJetTOBArrayWriteKey
Initial value:{this, "TOBArrayWriteKey", "",
"key to write out an jJetTOBArray"}
Definition at line 48 of file jJetInputAlgTool.h.
◆ s_Et_conversion
constexpr int GlobalSim::jJetInputAlgTool::s_Et_conversion {2} |
|
staticconstexprprivate |
◆ s_etaDouble_conversion
constexpr double GlobalSim::jJetInputAlgTool::s_etaDouble_conversion {0.025} |
|
staticconstexprprivate |
◆ s_EtDouble_conversion
constexpr double GlobalSim::jJetInputAlgTool::s_EtDouble_conversion {0.1} |
|
staticconstexprprivate |
◆ s_phiDouble_conversion
constexpr double GlobalSim::jJetInputAlgTool::s_phiDouble_conversion {0.05} |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: