#include <gFEXOutputCollection.h>
Definition at line 21 of file gFEXOutputCollection.h.
◆ gFEXOutputCollection()
LVL1::gFEXOutputCollection::gFEXOutputCollection |
( |
| ) |
|
◆ ~gFEXOutputCollection()
LVL1::gFEXOutputCollection::~gFEXOutputCollection |
( |
| ) |
|
◆ addGlobalTob()
void LVL1::gFEXOutputCollection::addGlobalTob |
( |
uint32_t |
globaltob | ) |
|
◆ addJetTob()
void LVL1::gFEXOutputCollection::addJetTob |
( |
uint32_t |
jettob | ) |
|
◆ addValueGlobal()
void LVL1::gFEXOutputCollection::addValueGlobal |
( |
std::string |
key, |
|
|
float |
value |
|
) |
| |
◆ addValueJet()
void LVL1::gFEXOutputCollection::addValueJet |
( |
std::string |
key, |
|
|
float |
value |
|
) |
| |
add a value related to the jet finder algorithm for a TOB
- Parameters
-
key | name of the value |
value | the value |
Definition at line 37 of file gFEXOutputCollection.cxx.
◆ clearGlobals()
void LVL1::gFEXOutputCollection::clearGlobals |
( |
| ) |
|
◆ clearJets()
void LVL1::gFEXOutputCollection::clearJets |
( |
| ) |
|
◆ fillGlobal()
void LVL1::gFEXOutputCollection::fillGlobal |
( |
| ) |
|
◆ fillJet()
void LVL1::gFEXOutputCollection::fillJet |
( |
| ) |
|
◆ getdooutput()
bool LVL1::gFEXOutputCollection::getdooutput |
( |
| ) |
const |
◆ getGlobal()
std::unordered_map< std::string, float > LVL1::gFEXOutputCollection::getGlobal |
( |
int |
location | ) |
const |
◆ getGlobalTob()
const std::vector< uint32_t > & LVL1::gFEXOutputCollection::getGlobalTob |
( |
| ) |
const |
◆ getJet()
std::unordered_map< std::string, float > LVL1::gFEXOutputCollection::getJet |
( |
int |
location | ) |
const |
◆ getJetTob()
const std::vector< uint32_t > & LVL1::gFEXOutputCollection::getJetTob |
( |
| ) |
const |
◆ globalsSize()
int LVL1::gFEXOutputCollection::globalsSize |
( |
| ) |
const |
◆ jetsSize()
int LVL1::gFEXOutputCollection::jetsSize |
( |
| ) |
const |
◆ setdooutput()
void LVL1::gFEXOutputCollection::setdooutput |
( |
bool |
input | ) |
|
◆ m_allvalues_gFEXglobal
std::vector<std::unordered_map<std::string, float> > LVL1::gFEXOutputCollection::m_allvalues_gFEXglobal |
|
private |
◆ m_allvalues_gFEXjet
std::vector<std::unordered_map<std::string, float> > LVL1::gFEXOutputCollection::m_allvalues_gFEXjet |
|
private |
◆ m_dooutput
bool LVL1::gFEXOutputCollection::m_dooutput |
|
private |
◆ m_globaltob
std::vector<uint32_t> LVL1::gFEXOutputCollection::m_globaltob |
|
private |
◆ m_jettob
std::vector<uint32_t> LVL1::gFEXOutputCollection::m_jettob |
|
private |
◆ m_values_gFEXGlobal
std::unordered_map<std::string, float> LVL1::gFEXOutputCollection::m_values_gFEXGlobal |
|
private |
◆ m_values_gFEXJet
std::unordered_map<std::string, float> LVL1::gFEXOutputCollection::m_values_gFEXJet |
|
private |
The documentation for this class was generated from the following files: