#include <jJetSelectAlgTool.h>
Definition at line 21 of file jJetSelectAlgTool.h.
◆ jJetSelectAlgTool()
GlobalSim::jJetSelectAlgTool::jJetSelectAlgTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~jJetSelectAlgTool()
virtual GlobalSim::jJetSelectAlgTool::~jJetSelectAlgTool |
( |
| ) |
|
|
virtualdefault |
◆ initialize()
StatusCode GlobalSim::jJetSelectAlgTool::initialize |
( |
| ) |
|
|
override |
◆ run()
StatusCode GlobalSim::jJetSelectAlgTool::run |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Definition at line 25 of file jJetSelectAlgTool.cxx.
31 auto outTOBArray = std::make_unique<GenericTOBArray>(
"jJetSelectTOBArray");
44 CHECK(h_write.record(std::move(outTOBArray)));
48 return StatusCode::SUCCESS;
◆ toString()
std::string GlobalSim::jJetSelectAlgTool::toString |
( |
| ) |
const |
|
overridevirtual |
◆ m_algInstanceName
Gaudi::Property<std::string> GlobalSim::jJetSelectAlgTool::m_algInstanceName |
|
private |
Initial value:{
this,
"alg_instance_name",
{},
"instance name of concrete L1Topo Algorithm"}
Definition at line 38 of file jJetSelectAlgTool.h.
◆ m_InputWidth
Gaudi::Property<unsigned int> GlobalSim::jJetSelectAlgTool::m_InputWidth |
|
private |
Initial value:{
this,
"InputWidth",
{0},
"Maximum number of TOBS to output"
}
Definition at line 45 of file jJetSelectAlgTool.h.
◆ m_jJetTOBArrayReadKey
Initial value:{this, "TOBArrayReadKey", "",
"key to read in an jJetTOBArray"}
Definition at line 76 of file jJetSelectAlgTool.h.
◆ m_MaxEta
Gaudi::Property<unsigned int> GlobalSim::jJetSelectAlgTool::m_MaxEta |
|
private |
Initial value:{
this,
"MaxEta",
{0},
"jJetSelect construction parameter"
}
Definition at line 67 of file jJetSelectAlgTool.h.
◆ m_MinET
Gaudi::Property<unsigned int> GlobalSim::jJetSelectAlgTool::m_MinET |
|
private |
Initial value:{
this,
"MinET",
{0},
"jJetSelect construction parameter"
}
Definition at line 52 of file jJetSelectAlgTool.h.
◆ m_MinEta
Gaudi::Property<unsigned int> GlobalSim::jJetSelectAlgTool::m_MinEta |
|
private |
Initial value:{
this,
"MinEta",
{0},
"jJetSelect construction parameter"
}
Definition at line 59 of file jJetSelectAlgTool.h.
◆ m_TOBArrayWriteKey
Initial value:{this, "TOBArrayWriteKey", "",
"key to write out selected generic TOBs"}
Definition at line 81 of file jJetSelectAlgTool.h.
The documentation for this class was generated from the following files: