45 std::map<std::string, float>* values_local =
new std::map<std::string, float>(
m_values_tem_eg);
52 std::map<std::string, float>* values_local =
new std::map<std::string, float>(
m_values_tem_tau);
bool getdooutput() const
return to true if ntuple output is needed
const std::vector< uint32_t > & getEMtob() const
get all e-gamma TOB words of an event
int size() const
get total number of eg TOBs saved
void fill_tau()
Save all tau values. Use only after finishing defining all tau values for one TOB.
const std::vector< int > & geteFexNumber() const
get the eFEX numbers of all TOBs
std::vector< std::map< std::string, float > * > m_allvalues_tau
tau related values of all TOBs in an event
bool m_dooutput
if write Ntuple
std::vector< uint32_t > m_emtob
vector of TOB words
void fill_eg()
Save all e-gamma values. Use only after finishing defining all e-gamma values for one TOB.
std::vector< int > m_eFexNumber
vector of eFEX numbers
std::map< std::string, float > * get_eg(int) const
get all e-gamma related values the ith TOB
int tau_size() const
get total number of tau TOBs saved
void addeFexNumber(int)
add the eEFX number of a TOB
void setdooutput(bool)
setting to true if ntuple output is needed
void addValue_tau(const std::string &key, float value)
define a value related to the tau algorithm for a TOB
std::map< std::string, float > m_values_tem_eg
e-gamma related values of a TOB
eFEXOutputCollection()
constructor
void addValue_eg(const std::string &key, float value)
add a value related to the e-gamma algorithm for a TOB
std::map< std::string, float > m_values_tem_tau
tau related values of a TOB
void clear()
Removes all values from the vectors for the next event.
std::vector< std::map< std::string, float > * > m_allvalues_eg
e-gamma related values of all TOBs in an event
std::map< std::string, float > * get_tau(int) const
get all tau related values the ith TOB
void addEMtob(uint32_t)
add a 32-bit e-gamma TOB word
~eFEXOutputCollection()
Destructor.