#include <TrigGTDProvider.h>
|
| TrigGTDProvider (const unsigned int boardIndex, const unsigned int dataType, const unsigned int timeWindow, const unsigned int GTDProviderTiming, const bool preScale, const std::map< unsigned int, std::vector< unsigned int > > GTDProviderData, const std::vector< unsigned int > GTDProviderEvtType, const std::map< unsigned int, std::vector< unsigned int > > Num_One, const std::map< unsigned int, std::vector< unsigned int > > Num_Zero) |
|
| TrigGTDProvider () |
|
virtual | ~TrigGTDProvider () |
|
void | setDataType (const unsigned int dataType) |
|
void | setTimeWindow (const unsigned int timeWindow) |
|
void | setBoardIndex (const unsigned int boardIndex) |
|
void | setTrigTiming (const unsigned int GTDProviderTiming) |
|
void | setPreScale (const bool preScale) |
|
void | setTrigCondList (const std::map< unsigned int, std::vector< unsigned int > > GTDProviderData) |
|
void | setTrigEvtType (const std::vector< unsigned int > GTDProviderEvtType) |
|
void | setNumOne (const std::map< unsigned int, std::vector< unsigned int > > Num_One) |
|
void | setNumZero (const std::map< unsigned int, std::vector< unsigned int > > Num_Zero) |
|
unsigned int | getDataType () const |
|
unsigned int | getTimeWindow () const |
|
unsigned int | getBoardIndex () const |
|
unsigned int | getTrigTiming () const |
|
bool | getPreScale () const |
|
const std::map< unsigned int, std::vector< unsigned int > > & | getTrigCondList () const |
|
const std::vector< unsigned int > & | getTrigEvtType () const |
|
const std::map< unsigned int, std::vector< unsigned int > > & | getNumOne () const |
|
const std::map< unsigned int, std::vector< unsigned int > > & | getNumZero () const |
|
Definition at line 14 of file TrigGTDProvider.h.
◆ TrigGTDProvider() [1/2]
TrigGTDProvider::TrigGTDProvider |
( |
const unsigned int |
boardIndex, |
|
|
const unsigned int |
dataType, |
|
|
const unsigned int |
timeWindow, |
|
|
const unsigned int |
GTDProviderTiming, |
|
|
const bool |
preScale, |
|
|
const std::map< unsigned int, std::vector< unsigned int > > |
GTDProviderData, |
|
|
const std::vector< unsigned int > |
GTDProviderEvtType, |
|
|
const std::map< unsigned int, std::vector< unsigned int > > |
Num_One, |
|
|
const std::map< unsigned int, std::vector< unsigned int > > |
Num_Zero |
|
) |
| |
Definition at line 2 of file TrigGTDProvider.cxx.
6{
16}
std::map< unsigned int, std::vector< unsigned int > > m_Num_One
unsigned int m_timeWindow
std::map< unsigned int, std::vector< unsigned int > > m_GTDProviderData
std::vector< unsigned int > m_GTDProviderEvtType
unsigned int m_boardIndex
std::map< unsigned int, std::vector< unsigned int > > m_Num_Zero
unsigned int m_GTDProviderTiming
◆ TrigGTDProvider() [2/2]
TrigGTDProvider::TrigGTDProvider |
( |
| ) |
|
|
inline |
◆ ~TrigGTDProvider()
virtual TrigGTDProvider::~TrigGTDProvider |
( |
| ) |
|
|
inlinevirtual |
◆ getBoardIndex()
unsigned int TrigGTDProvider::getBoardIndex |
( |
| ) |
const |
◆ getDataType()
unsigned int TrigGTDProvider::getDataType |
( |
| ) |
const |
◆ getNumOne()
const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getNumOne |
( |
| ) |
const |
◆ getNumZero()
const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getNumZero |
( |
| ) |
const |
◆ getPreScale()
bool TrigGTDProvider::getPreScale |
( |
| ) |
const |
◆ getTimeWindow()
unsigned int TrigGTDProvider::getTimeWindow |
( |
| ) |
const |
◆ getTrigCondList()
const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getTrigCondList |
( |
| ) |
const |
◆ getTrigEvtType()
const std::vector< unsigned int > & TrigGTDProvider::getTrigEvtType |
( |
| ) |
const |
◆ getTrigTiming()
unsigned int TrigGTDProvider::getTrigTiming |
( |
| ) |
const |
◆ setBoardIndex()
void TrigGTDProvider::setBoardIndex |
( |
const unsigned int |
boardIndex | ) |
|
◆ setDataType()
void TrigGTDProvider::setDataType |
( |
const unsigned int |
dataType | ) |
|
◆ setNumOne()
void TrigGTDProvider::setNumOne |
( |
const std::map< unsigned int, std::vector< unsigned int > > |
Num_One | ) |
|
◆ setNumZero()
void TrigGTDProvider::setNumZero |
( |
const std::map< unsigned int, std::vector< unsigned int > > |
Num_Zero | ) |
|
◆ setPreScale()
void TrigGTDProvider::setPreScale |
( |
const bool |
preScale | ) |
|
◆ setTimeWindow()
void TrigGTDProvider::setTimeWindow |
( |
const unsigned int |
timeWindow | ) |
|
◆ setTrigCondList()
void TrigGTDProvider::setTrigCondList |
( |
const std::map< unsigned int, std::vector< unsigned int > > |
GTDProviderData | ) |
|
◆ setTrigEvtType()
void TrigGTDProvider::setTrigEvtType |
( |
const std::vector< unsigned int > |
GTDProviderEvtType | ) |
|
◆ setTrigTiming()
void TrigGTDProvider::setTrigTiming |
( |
const unsigned int |
GTDProviderTiming | ) |
|
◆ m_boardIndex
unsigned int TrigGTDProvider::m_boardIndex |
|
protected |
◆ m_dataType
unsigned int TrigGTDProvider::m_dataType |
|
protected |
◆ m_GTDProviderData
std::map<unsigned int, std::vector<unsigned int> > TrigGTDProvider::m_GTDProviderData |
|
protected |
◆ m_GTDProviderEvtType
std::vector<unsigned int> TrigGTDProvider::m_GTDProviderEvtType |
|
protected |
◆ m_GTDProviderTiming
unsigned int TrigGTDProvider::m_GTDProviderTiming |
|
protected |
◆ m_Num_One
std::map<unsigned int, std::vector<unsigned int> > TrigGTDProvider::m_Num_One |
|
protected |
◆ m_Num_Zero
std::map<unsigned int, std::vector<unsigned int> > TrigGTDProvider::m_Num_Zero |
|
protected |
◆ m_preScale
bool TrigGTDProvider::m_preScale |
|
protected |
◆ m_timeWindow
unsigned int TrigGTDProvider::m_timeWindow |
|
protected |
The documentation for this class was generated from the following files: