#include <GlobalObjectMapRecord.h>
Public Member Functions | |
const CombinationsInCond * | getCombinationsInCond (const std::string &algoNameVal, const std::string &condNameVal) const |
const CombinationsInCond * | getCombinationsInCond (const int algoBitNumberVal, const std::string &condNameVal) const |
bool | getConditionResult (const std::string &algoNameVal, const std::string &condNameVal) const |
bool | getConditionResult (const int algoBitNumberVal, const std::string &condNameVal) const |
const GlobalObjectMap * | getObjectMap (const std::string &algoNameVal) const |
return the object map for the algorithm algoNameVal More... | |
const GlobalObjectMap * | getObjectMap (const int algoBitNumberVal) const |
return the object map for the algorithm with bit number const int algoBitNumberVal More... | |
GlobalObjectMapRecord () | |
constructor(s) More... | |
const std::vector< GlobalObjectMap > & | gtObjectMap () const |
get / set the vector of object maps More... | |
void | setGtObjectMap (const std::vector< GlobalObjectMap > >ObjectMapValue) |
void | swap (GlobalObjectMapRecord &rh) |
void | swapGtObjectMap (std::vector< GlobalObjectMap > >ObjectMapValue) |
~GlobalObjectMapRecord () | |
destructor More... | |
Private Attributes | |
std::vector< GlobalObjectMap > | m_gtObjectMap |
Description: map trigger objects to algorithms and conditions.
Implementation: <TODO: enter implementation details>
Description: see header file.
Implementation: <TODO: enter implementation details>
Definition at line 29 of file GlobalObjectMapRecord.h.
|
inline |
|
inline |
const CombinationsInCond * GlobalObjectMapRecord::getCombinationsInCond | ( | const std::string & | algoNameVal, |
const std::string & | condNameVal | ||
) | const |
return all the combinations passing the requirements imposed in condition condNameVal from algorithm with name algoNameVal
Definition at line 81 of file GlobalObjectMapRecord.cc.
References m_gtObjectMap.
Referenced by swap().
const CombinationsInCond * GlobalObjectMapRecord::getCombinationsInCond | ( | const int | algoBitNumberVal, |
const std::string & | condNameVal | ||
) | const |
return all the combinations passing the requirements imposed in condition condNameVal from algorithm with bit number algoBitNumberVal
Definition at line 109 of file GlobalObjectMapRecord.cc.
References m_gtObjectMap.
bool GlobalObjectMapRecord::getConditionResult | ( | const std::string & | algoNameVal, |
const std::string & | condNameVal | ||
) | const |
return the result for the condition condNameVal from algorithm with name algoNameVal
Definition at line 135 of file GlobalObjectMapRecord.cc.
References m_gtObjectMap.
Referenced by swap().
bool GlobalObjectMapRecord::getConditionResult | ( | const int | algoBitNumberVal, |
const std::string & | condNameVal | ||
) | const |
return the result for the condition condNameVal from algorithm with bit number algoBitNumberVal
Definition at line 161 of file GlobalObjectMapRecord.cc.
References m_gtObjectMap.
const GlobalObjectMap * GlobalObjectMapRecord::getObjectMap | ( | const std::string & | algoNameVal | ) | const |
return the object map for the algorithm algoNameVal
Definition at line 32 of file GlobalObjectMapRecord.cc.
References m_gtObjectMap.
Referenced by HLTL1TSeed::seedsL1TriggerObjectMaps(), and swap().
const GlobalObjectMap * GlobalObjectMapRecord::getObjectMap | ( | const int | algoBitNumberVal | ) | const |
return the object map for the algorithm with bit number const int algoBitNumberVal
Definition at line 56 of file GlobalObjectMapRecord.cc.
References m_gtObjectMap.
|
inline |
get / set the vector of object maps
Definition at line 73 of file GlobalObjectMapRecord.h.
References m_gtObjectMap.
Referenced by l1t::GtRecordDump::analyze(), and HLTL1TSeed::seedsL1TriggerObjectMaps().
|
inline |
Definition at line 78 of file GlobalObjectMapRecord.h.
References m_gtObjectMap.
|
inline |
Definition at line 40 of file GlobalObjectMapRecord.h.
References getCombinationsInCond(), getConditionResult(), getObjectMap(), m_gtObjectMap, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by swap().
|
inline |
Definition at line 83 of file GlobalObjectMapRecord.h.
References m_gtObjectMap.
|
private |
Definition at line 91 of file GlobalObjectMapRecord.h.
Referenced by getCombinationsInCond(), getConditionResult(), getObjectMap(), gtObjectMap(), setGtObjectMap(), swap(), and swapGtObjectMap().