|
BOSS 8.0.0
BESIII Offline Software System
|
#include <TrigGTDProvider.h>
Public Member Functions | |
| 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 |
| 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 |
| 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 |
Protected Attributes | |
| unsigned int | m_boardIndex |
| unsigned int | m_dataType |
| unsigned int | m_timeWindow |
| unsigned int | m_GTDProviderTiming |
| bool | m_preScale |
| std::map< unsigned int, std::vector< unsigned int > > | m_GTDProviderData |
| std::vector< unsigned int > | m_GTDProviderEvtType |
| std::map< unsigned int, std::vector< unsigned int > > | m_Num_One |
| std::map< unsigned int, std::vector< unsigned int > > | m_Num_Zero |
Definition at line 14 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
| 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.
|
inline |
Definition at line 25 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
|
inlinevirtual |
Definition at line 28 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
| 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 ) |
|
inline |
Definition at line 25 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrigEvent/TrigGTDProvider.h.
|
inlinevirtual |
Definition at line 28 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrigEvent/TrigGTDProvider.h.
| 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 ) |
|
inline |
Definition at line 25 of file InstallArea/x86_64-el9-gcc13-opt/include/TrigEvent/TrigGTDProvider.h.
|
inlinevirtual |
Definition at line 28 of file InstallArea/x86_64-el9-gcc13-opt/include/TrigEvent/TrigGTDProvider.h.
| unsigned int TrigGTDProvider::getBoardIndex | ( | ) | const |
Definition at line 59 of file TrigGTDProvider.cxx.
| unsigned int TrigGTDProvider::getBoardIndex | ( | ) | const |
| unsigned int TrigGTDProvider::getBoardIndex | ( | ) | const |
| unsigned int TrigGTDProvider::getDataType | ( | ) | const |
Definition at line 55 of file TrigGTDProvider.cxx.
| unsigned int TrigGTDProvider::getDataType | ( | ) | const |
| unsigned int TrigGTDProvider::getDataType | ( | ) | const |
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getNumOne | ( | ) | const |
Definition at line 74 of file TrigGTDProvider.cxx.
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getNumOne | ( | ) | const |
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getNumOne | ( | ) | const |
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getNumZero | ( | ) | const |
Definition at line 78 of file TrigGTDProvider.cxx.
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getNumZero | ( | ) | const |
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getNumZero | ( | ) | const |
| bool TrigGTDProvider::getPreScale | ( | ) | const |
Definition at line 72 of file TrigGTDProvider.cxx.
| bool TrigGTDProvider::getPreScale | ( | ) | const |
| bool TrigGTDProvider::getPreScale | ( | ) | const |
| unsigned int TrigGTDProvider::getTimeWindow | ( | ) | const |
Definition at line 57 of file TrigGTDProvider.cxx.
| unsigned int TrigGTDProvider::getTimeWindow | ( | ) | const |
| unsigned int TrigGTDProvider::getTimeWindow | ( | ) | const |
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getTrigCondList | ( | ) | const |
Definition at line 62 of file TrigGTDProvider.cxx.
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getTrigCondList | ( | ) | const |
| const std::map< unsigned int, std::vector< unsigned int > > & TrigGTDProvider::getTrigCondList | ( | ) | const |
| const std::vector< unsigned int > & TrigGTDProvider::getTrigEvtType | ( | ) | const |
Definition at line 66 of file TrigGTDProvider.cxx.
| const std::vector< unsigned int > & TrigGTDProvider::getTrigEvtType | ( | ) | const |
| const std::vector< unsigned int > & TrigGTDProvider::getTrigEvtType | ( | ) | const |
| unsigned int TrigGTDProvider::getTrigTiming | ( | ) | const |
Definition at line 70 of file TrigGTDProvider.cxx.
| unsigned int TrigGTDProvider::getTrigTiming | ( | ) | const |
| unsigned int TrigGTDProvider::getTrigTiming | ( | ) | const |
| void TrigGTDProvider::setBoardIndex | ( | const unsigned int | boardIndex | ) |
Definition at line 26 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setBoardIndex | ( | const unsigned int | boardIndex | ) |
| void TrigGTDProvider::setBoardIndex | ( | const unsigned int | boardIndex | ) |
| void TrigGTDProvider::setDataType | ( | const unsigned int | dataType | ) |
Definition at line 20 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setDataType | ( | const unsigned int | dataType | ) |
| void TrigGTDProvider::setDataType | ( | const unsigned int | dataType | ) |
| void TrigGTDProvider::setNumOne | ( | const std::map< unsigned int, std::vector< unsigned int > > | Num_One | ) |
Definition at line 45 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setNumOne | ( | const std::map< unsigned int, std::vector< unsigned int > > | Num_One | ) |
| void TrigGTDProvider::setNumOne | ( | const std::map< unsigned int, std::vector< unsigned int > > | Num_One | ) |
| void TrigGTDProvider::setNumZero | ( | const std::map< unsigned int, std::vector< unsigned int > > | Num_Zero | ) |
Definition at line 50 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setNumZero | ( | const std::map< unsigned int, std::vector< unsigned int > > | Num_Zero | ) |
| void TrigGTDProvider::setNumZero | ( | const std::map< unsigned int, std::vector< unsigned int > > | Num_Zero | ) |
| void TrigGTDProvider::setPreScale | ( | const bool | preScale | ) |
Definition at line 43 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setPreScale | ( | const bool | preScale | ) |
| void TrigGTDProvider::setPreScale | ( | const bool | preScale | ) |
| void TrigGTDProvider::setTimeWindow | ( | const unsigned int | timeWindow | ) |
Definition at line 22 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setTimeWindow | ( | const unsigned int | timeWindow | ) |
| void TrigGTDProvider::setTimeWindow | ( | const unsigned int | timeWindow | ) |
| void TrigGTDProvider::setTrigCondList | ( | const std::map< unsigned int, std::vector< unsigned int > > | GTDProviderData | ) |
Definition at line 30 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setTrigCondList | ( | const std::map< unsigned int, std::vector< unsigned int > > | GTDProviderData | ) |
| void TrigGTDProvider::setTrigCondList | ( | const std::map< unsigned int, std::vector< unsigned int > > | GTDProviderData | ) |
| void TrigGTDProvider::setTrigEvtType | ( | const std::vector< unsigned int > | GTDProviderEvtType | ) |
Definition at line 35 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setTrigEvtType | ( | const std::vector< unsigned int > | GTDProviderEvtType | ) |
| void TrigGTDProvider::setTrigEvtType | ( | const std::vector< unsigned int > | GTDProviderEvtType | ) |
| void TrigGTDProvider::setTrigTiming | ( | const unsigned int | GTDProviderTiming | ) |
Definition at line 39 of file TrigGTDProvider.cxx.
| void TrigGTDProvider::setTrigTiming | ( | const unsigned int | GTDProviderTiming | ) |
| void TrigGTDProvider::setTrigTiming | ( | const unsigned int | GTDProviderTiming | ) |
|
protected |
Definition at line 59 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getBoardIndex(), getNumZero(), setBoardIndex(), and TrigGTDProvider().
|
protected |
Definition at line 60 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getDataType(), getNumZero(), setDataType(), and TrigGTDProvider().
|
protected |
Definition at line 64 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getNumZero(), getTrigCondList(), setTrigCondList(), and TrigGTDProvider().
|
protected |
Definition at line 65 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getNumZero(), getTrigEvtType(), setTrigEvtType(), and TrigGTDProvider().
|
protected |
Definition at line 62 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getNumZero(), getTrigTiming(), setTrigTiming(), and TrigGTDProvider().
|
protected |
Definition at line 67 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getNumOne(), getNumZero(), setNumOne(), and TrigGTDProvider().
|
protected |
Definition at line 70 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getNumZero(), setNumZero(), and TrigGTDProvider().
|
protected |
Definition at line 63 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getNumZero(), getPreScale(), setPreScale(), and TrigGTDProvider().
|
protected |
Definition at line 61 of file Event/TrigEvent/include/TrigEvent/TrigGTDProvider.h.
Referenced by getNumZero(), getTimeWindow(), setTimeWindow(), and TrigGTDProvider().