#include <eEmSelectAlgTool.h>
Definition at line 21 of file eEmSelectAlgTool.h.
◆ eEmSelectAlgTool()
GlobalSim::eEmSelectAlgTool::eEmSelectAlgTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~eEmSelectAlgTool()
virtual GlobalSim::eEmSelectAlgTool::~eEmSelectAlgTool |
( |
| ) |
|
|
virtualdefault |
◆ initialize()
StatusCode GlobalSim::eEmSelectAlgTool::initialize |
( |
| ) |
|
|
override |
◆ run()
StatusCode GlobalSim::eEmSelectAlgTool::run |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Definition at line 24 of file eEmSelectAlgTool.cxx.
27 CHECK(eems.isValid());
29 auto outTOBArray = std::make_unique<GenericTOBArray>(
"eEmSelectTOBArray");
43 CHECK(h_write.record(std::move(outTOBArray)));
45 return StatusCode::SUCCESS;
◆ toString()
std::string GlobalSim::eEmSelectAlgTool::toString |
( |
| ) |
const |
|
overridevirtual |
◆ m_algInstanceName
Gaudi::Property<std::string> GlobalSim::eEmSelectAlgTool::m_algInstanceName |
|
private |
Initial value:{
this,
"alg_instance_name",
{},
"instance name of concrete L1Topo Algorithm"}
Definition at line 38 of file eEmSelectAlgTool.h.
◆ m_eEmTOBArrayReadKey
Initial value:{this, "TOBArrayReadKey", "",
"key to read in an eEmTOBArray"}
Definition at line 82 of file eEmSelectAlgTool.h.
◆ m_InputWidth
Gaudi::Property<unsigned int> GlobalSim::eEmSelectAlgTool::m_InputWidth |
|
private |
Initial value:{
this,
"InputWidth",
{0},
"Maximum number of TOBS to output"
}
Definition at line 45 of file eEmSelectAlgTool.h.
◆ m_MinET
Gaudi::Property<unsigned int> GlobalSim::eEmSelectAlgTool::m_MinET |
|
private |
Initial value:{
this,
"MinET",
{0},
"eEmSelect construction parameter"
}
Definition at line 52 of file eEmSelectAlgTool.h.
◆ m_REtaMin
Gaudi::Property<unsigned int> GlobalSim::eEmSelectAlgTool::m_REtaMin |
|
private |
Initial value:{
this,
"REtaMin",
{0},
"eEmSelect construction parameter"
}
Definition at line 59 of file eEmSelectAlgTool.h.
◆ m_RHadMin
Gaudi::Property<unsigned int> GlobalSim::eEmSelectAlgTool::m_RHadMin |
|
private |
Initial value:{
this,
"RHadMin",
{0},
"eEmSelect construction parameter"
}
Definition at line 66 of file eEmSelectAlgTool.h.
◆ m_TOBArrayWriteKey
Initial value:{this, "TOBArrayWriteKey", "",
"key to write out selected generic TOBs"}
Definition at line 86 of file eEmSelectAlgTool.h.
◆ m_WsTotMin
Gaudi::Property<unsigned int> GlobalSim::eEmSelectAlgTool::m_WsTotMin |
|
private |
Initial value:{
this,
"WsTotMin",
{0},
"eEmSelect construction parameter"
}
Definition at line 73 of file eEmSelectAlgTool.h.
The documentation for this class was generated from the following files: