#include <L1MenuResources.h>
Definition at line 37 of file L1MenuResources.h.
◆ L1MenuResources()
Definition at line 16 of file L1MenuResources.cxx.
23 std::vector<std::string> permittedTypeLabels{
"MULTTOPO",
"TOPO"};
24 if (
std::find(permittedTypeLabels.cbegin(),
25 permittedTypeLabels.cend(),
27 throw std::runtime_error(
"L1TopoMenuResources unknown alg type label " +
◆ isolationFW_CTAU()
std::map< std::string, int > GlobalSim::L1MenuResources::isolationFW_CTAU |
( |
| ) |
const |
Definition at line 35 of file L1MenuResources.cxx.
43 int CTAU_iso_fw_loose =
46 int CTAU_iso_fw_medium =
49 int CTAU_iso_fw_tight =
52 std::map<std::string, int> isolationMap;
◆ isolationFW_CTAU_jTAUCoreScale()
std::map< std::string, int > GlobalSim::L1MenuResources::isolationFW_CTAU_jTAUCoreScale |
( |
| ) |
const |
Definition at line 69 of file L1MenuResources.cxx.
78 int CTAU_iso_fw_loose =
79 static_cast<int>(ctauExtraInfo.
isolation(LooseSel,
82 int CTAU_iso_fw_medium =
83 static_cast<int>(ctauExtraInfo.
isolation(MediumSel,
86 int CTAU_iso_fw_tight =
87 static_cast<int>(ctauExtraInfo.
isolation(TightSel,
90 std::map<std::string, int> isolationMap;
◆ menuName()
const std::string & GlobalSim::L1MenuResources::menuName |
( |
| ) |
|
◆ threshold()
◆ to_string()
std::string GlobalSim::L1MenuResources::to_string |
( |
| ) |
const |
Definition at line 112 of file L1MenuResources.cxx.
115 const auto & a_name = l1alg.
name();
117 std::stringstream
ss;
118 ss<<
"L1Menu resources for alg " << a_name;
120 ss <<
" parameter: " << std::setw(20) << std::left << param.name()
121 <<
" value: " << std::setw(3) << std::left << param.value()
122 <<
" selection: " << param.selection() <<
'\n';
125 ss <<
"inputs [" << l1alg.inputs().size() <<
"]:\n";
126 for (
const auto&
p : l1alg.inputs()) {
127 ss <<
" input: " <<
p <<
'\n';
130 ss <<
"outputs [" << l1alg.outputs().size() <<
"]:\n";
131 for (
const auto&
p : l1alg.outputs()) {
132 ss <<
" output: " <<
p <<
'\n';
◆ m_confAlgName
std::string GlobalSim::L1MenuResources::m_confAlgName |
|
private |
◆ m_confAlgTypeLabel
std::string GlobalSim::L1MenuResources::m_confAlgTypeLabel |
|
private |
◆ m_l1menu
The documentation for this class was generated from the following files: