#include <TrigMonEvent.h>
Definition at line 35 of file TrigMonEvent.h.
◆ TrigMonEvent()
TrigMonEvent::TrigMonEvent |
( |
| ) |
|
◆ ~TrigMonEvent()
TrigMonEvent::~TrigMonEvent |
( |
| ) |
|
|
inline |
◆ add()
template<class T >
bool TrigMonEvent::add |
( |
const T & |
obj | ) |
|
◆ addVar()
void TrigMonEvent::addVar |
( |
uint32_t |
key, |
|
|
float |
var |
|
) |
| |
◆ addWord()
void TrigMonEvent::addWord |
( |
uint32_t |
word | ) |
|
|
inline |
◆ at()
template<class T >
const T& TrigMonEvent::at |
( |
unsigned int |
i | ) |
const |
◆ begin()
template<class T >
std::vector<T>::const_iterator TrigMonEvent::begin |
( |
| ) |
const |
◆ clear()
void TrigMonEvent::clear |
( |
| ) |
|
◆ end()
template<class T >
std::vector<T>::const_iterator TrigMonEvent::end |
( |
| ) |
const |
◆ getBunchId()
uint32_t TrigMonEvent::getBunchId |
( |
| ) |
const |
◆ getChain() [1/2]
std::vector<uint32_t>& TrigMonEvent::getChain |
( |
| ) |
|
|
inline |
◆ getChain() [2/2]
const std::vector<uint32_t>& TrigMonEvent::getChain |
( |
| ) |
const |
|
inline |
◆ getChains()
Definition at line 205 of file TrigMonEvent.cxx.
210 std::vector<TrigMonChain> chvec;
215 chvec.reserve(
m_hlt.size());
217 for(
unsigned int i = 0;
i <
m_hlt.size(); ++
i) {
◆ getEvent()
uint32_t TrigMonEvent::getEvent |
( |
| ) |
const |
|
inline |
◆ getKey()
bool TrigMonEvent::getKey |
( |
uint32_t & |
key, |
|
|
float |
var |
|
) |
| const |
◆ getL1Item() [1/2]
std::vector<uint16_t>& TrigMonEvent::getL1Item |
( |
| ) |
|
|
inline |
◆ getL1Item() [2/2]
const std::vector<uint16_t>& TrigMonEvent::getL1Item |
( |
| ) |
const |
|
inline |
◆ getL1Items()
Definition at line 185 of file TrigMonEvent.cxx.
190 std::vector<TrigMonL1Item> l1vec;
195 l1vec.reserve(
m_l1.size());
197 for(
unsigned int i = 0;
i <
m_l1.size(); ++
i) {
◆ getLumi()
uint32_t TrigMonEvent::getLumi |
( |
| ) |
const |
◆ getNanoSec()
uint32_t TrigMonEvent::getNanoSec |
( |
| ) |
const |
|
inline |
◆ getROBVec()
◆ getRoiVec()
◆ getRun()
uint32_t TrigMonEvent::getRun |
( |
| ) |
const |
|
inline |
◆ getSec()
uint32_t TrigMonEvent::getSec |
( |
| ) |
const |
|
inline |
◆ getSeqVec()
◆ getTEVec()
◆ getTimer()
float TrigMonEvent::getTimer |
( |
| ) |
const |
◆ getType()
static std::string TrigMonEvent::getType |
( |
| ) |
|
|
inlinestatic |
◆ getVar() [1/2]
◆ getVar() [2/2]
bool TrigMonEvent::getVar |
( |
uint32_t |
key, |
|
|
float & |
var |
|
) |
| const |
◆ getVarKey() [1/2]
std::vector<uint32_t>& TrigMonEvent::getVarKey |
( |
| ) |
|
|
inline |
◆ getVarKey() [2/2]
const std::vector<uint32_t>& TrigMonEvent::getVarKey |
( |
| ) |
const |
|
inline |
◆ getVarVal() [1/2]
std::vector<float>& TrigMonEvent::getVarVal |
( |
| ) |
|
|
inline |
◆ getVarVal() [2/2]
const std::vector<float>& TrigMonEvent::getVarVal |
( |
| ) |
const |
|
inline |
◆ getVec() [1/2]
template<class T >
std::vector<T>& TrigMonEvent::getVec |
( |
| ) |
|
◆ getVec() [2/2]
template<class T >
const std::vector<T>& TrigMonEvent::getVec |
( |
| ) |
const |
◆ getWord() [1/2]
std::vector<uint32_t>& TrigMonEvent::getWord |
( |
| ) |
|
|
inline |
◆ getWord() [2/2]
const std::vector<uint32_t>& TrigMonEvent::getWord |
( |
| ) |
const |
|
inline |
◆ setEventID()
void TrigMonEvent::setEventID |
( |
uint32_t |
event, |
|
|
uint32_t |
lumi, |
|
|
uint32_t |
bxid, |
|
|
uint32_t |
run, |
|
|
uint32_t |
sec, |
|
|
uint32_t |
nsec |
|
) |
| |
◆ setTimer()
void TrigMonEvent::setTimer |
( |
float |
timer | ) |
|
◆ size()
template<class T >
unsigned int TrigMonEvent::size |
( |
| ) |
const |
◆ TrigMonEventCnv_p1
◆ m_bxid
uint32_t TrigMonEvent::m_bxid |
|
private |
◆ m_event
uint32_t TrigMonEvent::m_event |
|
private |
◆ m_hlt
std::vector<uint32_t> TrigMonEvent::m_hlt |
|
private |
◆ m_l1
std::vector<uint16_t> TrigMonEvent::m_l1 |
|
private |
◆ m_lumi
uint32_t TrigMonEvent::m_lumi |
|
private |
◆ m_nsec
uint32_t TrigMonEvent::m_nsec |
|
private |
◆ m_rob
◆ m_roi
◆ m_run
uint32_t TrigMonEvent::m_run |
|
private |
◆ m_sec
uint32_t TrigMonEvent::m_sec |
|
private |
◆ m_seq
◆ m_te
◆ m_var_key
std::vector<uint32_t> TrigMonEvent::m_var_key |
|
private |
◆ m_var_val
std::vector<float> TrigMonEvent::m_var_val |
|
private |
◆ m_word
std::vector<uint32_t> TrigMonEvent::m_word |
|
private |
The documentation for this class was generated from the following files: