![]() |
ATLAS Offline Software
|
#include <TriggerThreshold.h>
Public Member Functions | |
| TriggerThreshold () | |
| TriggerThreshold (const TriggerThreshold &thr) | |
| virtual | ~TriggerThreshold () override |
| L1DataDef::TriggerType | ttype () const |
| const std::string & | type () const |
| bool | active () const |
| int | mapping () const |
| const std::string & | cableName () const |
| const std::string & | cableCtpin () const |
| const std::string & | cableConnector () const |
| int | cableStart () const |
| int | cableEnd () const |
| unsigned int | clock () const |
| int | thresholdNumber () const |
| int | numberofValues () const |
| const std::string & | zbSeedingThresholdName () const |
| int | zbSeedingThresholdMulti () const |
| int | bcDelay () const |
| unsigned int | bitnum () const |
| const std::string & | input () const |
| void | setType (L1DataDef::TriggerType type) |
| void | setType (const std::string &type) |
| void | setActive (bool x) |
| void | setMapping (int m) |
| void | setCableName (const std::string &cablename) |
| void | setCableCtpin (const std::string &cablectpin) |
| void | setCableConnector (const std::string &connector) |
| void | setCableStart (int cable) |
| void | setCableEnd (int cable) |
| void | setClock (unsigned int clock) |
| void | setThresholdNumber (int number) |
| void | setZBSeedingThresholdName (const std::string &seed) |
| void | setZBSeedingThresholdMulti (int seedmulti) |
| void | setBCDelay (int bcdelay) |
| void | setBitnum (unsigned int bitnum) |
| void | setInput (const std::string &input) |
| bool | isInternal () const |
| TriggerThresholdValue * | triggerThresholdValue (int eta, int phi) const |
| const std::vector< TriggerThresholdValue * > & | thresholdValueVector () const |
| void | clearThresholdValues () |
| void | addThresholdValue (TriggerThresholdValue *value) |
| TriggerThresholdValue * | addThresholdValue (const std::string &type) |
| virtual void | print (const std::string &indent="", unsigned int detail=1) const override |
| virtual void | writeXML (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
| unsigned int | lvl1MasterTableId () const |
| void | setLvl1MasterTableId (unsigned int id) |
| int | superMasterTableId () const |
| unsigned int | smk () const |
| unsigned int | id () const |
| const std::string & | name () const |
| const std::string & | comment () const |
| unsigned int | version () const |
| void | setSuperMasterTableId (int id) |
| void | setSMK (int id) |
| void | setId (unsigned int id) |
| void | setName (const std::string &name) |
| void | setVersion (unsigned int version) |
| void | setComment (const std::string &c) |
| void | printNameIdV (const std::string &indent="") const |
| virtual std::string | __str__ () const |
Static Public Member Functions | |
| static TriggerThresholdValue * | createThresholdValue (const std::string &type) |
Protected Member Functions | |
| std::ostream & | indent (std::ostream &o, int lvl, int size) const |
Protected Attributes | |
| L1DataDef::TriggerType | m_type {L1DataDef::UNDEF} |
| std::string | m_SType {"dummy"} |
| bool | m_Active {true} |
| int | m_Mapping {-1} |
| std::vector< TriggerThresholdValue * > | m_TriggerThresholdValueVector {} |
| std::string | m_CableName {""} |
| std::string | m_CableCtpin {""} |
| std::string | m_CableConnector {""} |
| int | m_CableStart {0} |
| int | m_CableEnd {0} |
| unsigned int | m_Clock {0} |
| int | m_ThresholdNumber {-1} |
| std::string | m_ZBSeedingThresholdName {""} |
| int | m_ZBSeedingThresholdMulti {0} |
| int | m_BCDelay {3564} |
| unsigned int | m_Bitnum {1} |
| std::string | m_Input {"ctpin"} |
Private Attributes | |
| unsigned int | m_Lvl1MasterId |
| unsigned int | m_smk |
| unsigned int | m_id |
| std::string | m_name |
| unsigned int | m_version |
| std::string | m_comment |
Definition at line 20 of file TriggerThreshold.h.
| TrigConf::TriggerThreshold::TriggerThreshold | ( | ) |
Definition at line 22 of file TriggerThreshold.cxx.
| TrigConf::TriggerThreshold::TriggerThreshold | ( | const TriggerThreshold & | thr | ) |
Definition at line 26 of file TriggerThreshold.cxx.
|
overridevirtual |
Definition at line 50 of file TriggerThreshold.cxx.
|
virtualinherited |
Reimplemented in TrigConf::HLTChain, TrigConf::HLTPrescaleSet, TrigConf::HLTSequence, and TrigConf::TriggerItem.
Definition at line 50 of file TrigConfData.cxx.
|
inline |
Definition at line 32 of file TriggerThreshold.h.
| TrigConf::TriggerThresholdValue * TrigConf::TriggerThreshold::addThresholdValue | ( | const std::string & | type | ) |
Definition at line 125 of file TriggerThreshold.cxx.
| void TrigConf::TriggerThreshold::addThresholdValue | ( | TriggerThresholdValue * | value | ) |
Definition at line 119 of file TriggerThreshold.cxx.
|
inline |
Definition at line 44 of file TriggerThreshold.h.
|
inline |
Definition at line 45 of file TriggerThreshold.h.
|
inline |
Definition at line 36 of file TriggerThreshold.h.
|
inline |
Definition at line 35 of file TriggerThreshold.h.
|
inline |
Definition at line 38 of file TriggerThreshold.h.
|
inline |
Definition at line 34 of file TriggerThreshold.h.
|
inline |
Definition at line 37 of file TriggerThreshold.h.
| void TrigConf::TriggerThreshold::clearThresholdValues | ( | ) |
Definition at line 169 of file TriggerThreshold.cxx.
|
inline |
Definition at line 39 of file TriggerThreshold.h.
|
inlineinherited |
Definition at line 23 of file TrigConfData.h.
|
static |
Definition at line 133 of file TriggerThreshold.cxx.
|
inlineinherited |
Definition at line 21 of file TrigConfData.h.
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
|
inline |
Definition at line 46 of file TriggerThreshold.h.
| bool TrigConf::TriggerThreshold::isInternal | ( | ) | const |
Definition at line 77 of file TriggerThreshold.cxx.
|
inlineinherited |
Definition at line 30 of file L1DataBaseclass.h.
|
inline |
Definition at line 33 of file TriggerThreshold.h.
|
inlineinherited |
Definition at line 22 of file TrigConfData.h.
|
inline |
Definition at line 41 of file TriggerThreshold.h.
|
overridevirtual |
Implements TrigConf::TrigConfData.
Definition at line 175 of file TriggerThreshold.cxx.
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
|
inline |
Definition at line 51 of file TriggerThreshold.h.
|
inline |
Definition at line 62 of file TriggerThreshold.h.
|
inline |
Definition at line 63 of file TriggerThreshold.h.
|
inline |
Definition at line 55 of file TriggerThreshold.h.
|
inline |
Definition at line 54 of file TriggerThreshold.h.
|
inline |
Definition at line 57 of file TriggerThreshold.h.
|
inline |
Definition at line 53 of file TriggerThreshold.h.
|
inline |
Definition at line 56 of file TriggerThreshold.h.
|
inline |
Definition at line 58 of file TriggerThreshold.h.
|
inlineinherited |
Definition at line 32 of file TrigConfData.h.
|
inlineinherited |
Definition at line 29 of file TrigConfData.h.
| void TrigConf::TriggerThreshold::setInput | ( | const std::string & | input | ) |
Definition at line 69 of file TriggerThreshold.cxx.
|
inlineinherited |
Definition at line 31 of file L1DataBaseclass.h.
|
inline |
Definition at line 52 of file TriggerThreshold.h.
|
inlineinherited |
Definition at line 30 of file TrigConfData.h.
|
inlineinherited |
Definition at line 28 of file TrigConfData.h.
|
inlineinherited |
Definition at line 27 of file TrigConfData.h.
|
inline |
Definition at line 59 of file TriggerThreshold.h.
| void TrigConf::TriggerThreshold::setType | ( | const std::string & | type | ) |
Definition at line 62 of file TriggerThreshold.cxx.
| void TrigConf::TriggerThreshold::setType | ( | L1DataDef::TriggerType | type | ) |
Definition at line 56 of file TriggerThreshold.cxx.
|
inlineinherited |
Definition at line 31 of file TrigConfData.h.
|
inline |
Definition at line 61 of file TriggerThreshold.h.
|
inline |
Definition at line 60 of file TriggerThreshold.h.
|
inlineinherited |
Definition at line 20 of file TrigConfData.h.
|
inlineinherited |
Definition at line 19 of file TrigConfData.h.
|
inline |
Definition at line 40 of file TriggerThreshold.h.
| const std::vector< TrigConf::TriggerThresholdValue * > & TrigConf::TriggerThreshold::thresholdValueVector | ( | ) | const |
Definition at line 114 of file TriggerThreshold.cxx.
| TrigConf::TriggerThresholdValue * TrigConf::TriggerThreshold::triggerThresholdValue | ( | int | eta, |
| int | phi ) const |
Definition at line 82 of file TriggerThreshold.cxx.
|
inline |
Definition at line 30 of file TriggerThreshold.h.
|
inline |
Definition at line 31 of file TriggerThreshold.h.
|
inlineinherited |
Definition at line 24 of file TrigConfData.h.
|
virtual |
Definition at line 220 of file TriggerThreshold.cxx.
|
inline |
Definition at line 43 of file TriggerThreshold.h.
|
inline |
Definition at line 42 of file TriggerThreshold.h.
|
protected |
Definition at line 83 of file TriggerThreshold.h.
|
protected |
Definition at line 96 of file TriggerThreshold.h.
|
protected |
Definition at line 97 of file TriggerThreshold.h.
|
protected |
Definition at line 88 of file TriggerThreshold.h.
|
protected |
Definition at line 87 of file TriggerThreshold.h.
|
protected |
Definition at line 90 of file TriggerThreshold.h.
|
protected |
Definition at line 86 of file TriggerThreshold.h.
|
protected |
Definition at line 89 of file TriggerThreshold.h.
|
protected |
Definition at line 91 of file TriggerThreshold.h.
|
privateinherited |
Definition at line 48 of file TrigConfData.h.
|
privateinherited |
Definition at line 45 of file TrigConfData.h.
|
protected |
Definition at line 98 of file TriggerThreshold.h.
|
privateinherited |
Definition at line 35 of file L1DataBaseclass.h.
|
protected |
Definition at line 84 of file TriggerThreshold.h.
|
privateinherited |
Definition at line 46 of file TrigConfData.h.
|
privateinherited |
Definition at line 44 of file TrigConfData.h.
|
protected |
Definition at line 82 of file TriggerThreshold.h.
|
protected |
Definition at line 92 of file TriggerThreshold.h.
|
protected |
Definition at line 85 of file TriggerThreshold.h.
|
protected |
Definition at line 81 of file TriggerThreshold.h.
|
privateinherited |
Definition at line 47 of file TrigConfData.h.
|
protected |
Definition at line 95 of file TriggerThreshold.h.
|
protected |
Definition at line 94 of file TriggerThreshold.h.