#include <ERatioAlgTool.h>
Definition at line 21 of file ERatioAlgTool.h.
◆ ERatioAlgTool()
GlobalSim::ERatioAlgTool::ERatioAlgTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~ERatioAlgTool()
virtual GlobalSim::ERatioAlgTool::~ERatioAlgTool |
( |
| ) |
|
|
virtualdefault |
◆ initialize()
StatusCode GlobalSim::ERatioAlgTool::initialize |
( |
| ) |
|
|
override |
◆ run()
StatusCode GlobalSim::ERatioAlgTool::run |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Definition at line 28 of file ERatioAlgTool.cxx.
41 ATH_MSG_DEBUG(
"read in " << (*in).size() <<
" neighborhoods");
48 std::vector<bool>
found(in->size(),
false);
52 for (
const auto& nbhd : *in) {
64 return StatusCode::SUCCESS;
◆ toString()
std::string GlobalSim::ERatioAlgTool::toString |
( |
| ) |
const |
|
overridevirtual |
◆ m_algInstanceName
Gaudi::Property<std::string> GlobalSim::ERatioAlgTool::m_algInstanceName |
|
private |
Initial value:{
this,
"alg_instance_name",
{},
"instance name of concrete L1Topo Algorithm"}
Definition at line 39 of file ERatioAlgTool.h.
◆ m_enableDump
Gaudi::Property<bool> GlobalSim::ERatioAlgTool::m_enableDump |
|
private |
Initial value:{this,
"enableDump",
{false},
"flag to enable dumps"}
Definition at line 46 of file ERatioAlgTool.h.
◆ m_maxERCut
Gaudi::Property<double> GlobalSim::ERatioAlgTool::m_maxERCut |
|
private |
Initial value:{this,
"maxERCut",
{2.5},
"max acceptable peak ratio for pi0 acceptance"}
Definition at line 61 of file ERatioAlgTool.h.
◆ m_minDeltaE
Gaudi::Property<double> GlobalSim::ERatioAlgTool::m_minDeltaE |
|
private |
Initial value:{this,
"minDeltaE",
{50.0},
"min energy between strips considered significant"}
Definition at line 53 of file ERatioAlgTool.h.
◆ m_nbhdContainerReadKey
Initial value:{
this,
"LArNeighborhoodContainerReadKey",
"stripNeighborhoodContainer",
"key to read inLArNeighborhoodReadKeys"}
Definition at line 69 of file ERatioAlgTool.h.
The documentation for this class was generated from the following files: