![]() |
ATLAS Offline Software
|
#include <ClusterThresholdValue.h>
Public Member Functions | |
| ClusterThresholdValue () | |
| virtual | ~ClusterThresholdValue () override=default |
| virtual TriggerThresholdValue * | createCopy () const override |
| float | emIsolation () const |
| float | hadIsolation () const |
| float | hadVeto () const |
| int | emIsolationCount () const |
| int | hadIsolationCount () const |
| int | hadVetoCount () const |
| bool | useIsolationMask () const |
| uint16_t | emIsolationMask () const |
| uint16_t | hadIsolationMask () const |
| uint16_t | isolationMask () const |
| virtual int | thresholdValueCount () const override |
| void | setEmIsolation (float v) |
| void | setHadIsolation (float v) |
| void | setHadVeto (float v) |
| void | setUseIsolationMask (bool use=true) |
| void | setEmIsolationMask (uint16_t mask) |
| void | setHadIsolationMask (uint16_t mask) |
| void | setIsolationMask (uint16_t mask) |
| 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 override |
| const std::string & | type () const |
| float | ptcut () const |
| float | priority () const |
| int | ptCutCount () const |
| unsigned int | window () const |
| virtual JetWindowSize::Size | windowSize () const |
| int | phimin () const |
| int | phimax () const |
| int | etamin () const |
| int | etamax () const |
| void | setType (const std::string &type) |
| void | setPtcut (float pt) |
| void | setPriority (float prio) |
| void | setWindow (int value) |
| void | setPhiMin (int value) |
| void | setPhiMax (int value) |
| void | setEtaMin (int value) |
| void | setEtaMax (int value) |
| bool | contains (float eta, float phi) const |
| const CaloInfo & | caloInfo () 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 void | setCaloInfo (const CaloInfo &ci) |
| static float | caloGlobalScale () |
| static float | caloGlobalScaleGeVToCount () |
| static float | caloGlobalScaleCountToGeV () |
Static Public Attributes | |
| static const int | fgCaloClusterOff = 0xff |
| static const int | fgCaloJetOff = 0x3ff |
| static const int | fgCaloEtSumOff = 0x7fff |
| static const int | fgCaloEtMissOff = 0x7fff |
| static const int | fgCaloJetEtOff = 0x33e6 |
| static const int | fgCaloIsolationOff = 0x3f |
Protected Member Functions | |
| std::ostream & | indent (std::ostream &o, int lvl, int size) const |
Protected Attributes | |
| std::string | m_Type |
| float | m_Ptcut |
| unsigned int | m_Priority |
| unsigned int | m_Window |
| JetWindowSize::Size | m_WindowSize |
| int | m_PhiMin |
| int | m_PhiMax |
| int | m_EtaMin |
| int | m_EtaMax |
Private Attributes | |
| float | m_EmIsolation |
| float | m_HadIsolation |
| float | m_HadVeto |
| uint16_t | m_IsolationMask |
| new isolation for run 2: bit mask to select the isolation parameterizations to be applied | |
| uint16_t | m_HadIsolationMask |
| bool | m_useIsolationMask |
| 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 13 of file ClusterThresholdValue.h.
| TrigConf::ClusterThresholdValue::ClusterThresholdValue | ( | ) |
Definition at line 12 of file ClusterThresholdValue.cxx.
|
overridevirtualdefault |
|
virtualinherited |
Reimplemented in TrigConf::HLTChain, TrigConf::HLTPrescaleSet, TrigConf::HLTSequence, and TrigConf::TriggerItem.
Definition at line 50 of file TrigConfData.cxx.
|
staticinherited |
Definition at line 41 of file TriggerThresholdValue.cxx.
|
staticinherited |
Definition at line 57 of file TriggerThresholdValue.cxx.
|
staticinherited |
Definition at line 48 of file TriggerThresholdValue.cxx.
Definition at line 35 of file TriggerThresholdValue.cxx.
|
inlineinherited |
Definition at line 23 of file TrigConfData.h.
|
inherited |
Definition at line 81 of file TriggerThresholdValue.cxx.
|
overridevirtual |
Implements TrigConf::TriggerThresholdValue.
Definition at line 23 of file ClusterThresholdValue.cxx.
|
inline |
Definition at line 21 of file ClusterThresholdValue.h.
| int TrigConf::ClusterThresholdValue::emIsolationCount | ( | ) | const |
Definition at line 28 of file ClusterThresholdValue.cxx.
|
inline |
Definition at line 31 of file ClusterThresholdValue.h.
|
inlineinherited |
Definition at line 54 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 53 of file TriggerThresholdValue.h.
|
inline |
Definition at line 22 of file ClusterThresholdValue.h.
| int TrigConf::ClusterThresholdValue::hadIsolationCount | ( | ) | const |
Definition at line 40 of file ClusterThresholdValue.cxx.
|
inline |
Definition at line 32 of file ClusterThresholdValue.h.
|
inline |
Definition at line 23 of file ClusterThresholdValue.h.
| int TrigConf::ClusterThresholdValue::hadVetoCount | ( | ) | const |
Definition at line 49 of file ClusterThresholdValue.cxx.
|
inlineinherited |
Definition at line 21 of file TrigConfData.h.
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
|
inline |
Definition at line 33 of file ClusterThresholdValue.h.
|
inlineinherited |
Definition at line 30 of file L1DataBaseclass.h.
|
inlineinherited |
Definition at line 22 of file TrigConfData.h.
|
inlineinherited |
Definition at line 52 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 51 of file TriggerThresholdValue.h.
|
overridevirtual |
Implements TrigConf::TriggerThresholdValue.
Definition at line 70 of file ClusterThresholdValue.cxx.
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
|
inlineinherited |
Definition at line 46 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 45 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 47 of file TriggerThresholdValue.h.
Definition at line 29 of file TriggerThresholdValue.cxx.
|
inlineinherited |
Definition at line 32 of file TrigConfData.h.
|
inline |
Definition at line 38 of file ClusterThresholdValue.h.
|
inline |
Definition at line 44 of file ClusterThresholdValue.h.
|
inlineinherited |
Definition at line 64 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 63 of file TriggerThresholdValue.h.
|
inline |
Definition at line 39 of file ClusterThresholdValue.h.
|
inline |
Definition at line 45 of file ClusterThresholdValue.h.
|
inline |
Definition at line 40 of file ClusterThresholdValue.h.
|
inlineinherited |
Definition at line 29 of file TrigConfData.h.
|
inline |
Definition at line 46 of file ClusterThresholdValue.h.
|
inlineinherited |
Definition at line 31 of file L1DataBaseclass.h.
|
inlineinherited |
Definition at line 30 of file TrigConfData.h.
|
inlineinherited |
Definition at line 62 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 61 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 59 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 58 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 28 of file TrigConfData.h.
|
inlineinherited |
Definition at line 27 of file TrigConfData.h.
|
inlineinherited |
Definition at line 57 of file TriggerThresholdValue.h.
|
inline |
Definition at line 43 of file ClusterThresholdValue.h.
|
inlineinherited |
Definition at line 31 of file TrigConfData.h.
|
inlineinherited |
Definition at line 60 of file TriggerThresholdValue.h.
|
inlineinherited |
Definition at line 20 of file TrigConfData.h.
|
inlineinherited |
Definition at line 19 of file TrigConfData.h.
|
overridevirtual |
Reimplemented from TrigConf::TriggerThresholdValue.
Definition at line 58 of file ClusterThresholdValue.cxx.
|
inlineinherited |
Definition at line 44 of file TriggerThresholdValue.h.
|
inline |
Definition at line 30 of file ClusterThresholdValue.h.
|
inlineinherited |
Definition at line 24 of file TrigConfData.h.
|
inlineinherited |
Definition at line 49 of file TriggerThresholdValue.h.
|
inlinevirtualinherited |
Reimplemented in TrigConf::JetThresholdValue.
Definition at line 50 of file TriggerThresholdValue.h.
|
overridevirtual |
Reimplemented from TrigConf::TriggerThresholdValue.
Definition at line 92 of file ClusterThresholdValue.cxx.
|
staticinherited |
Definition at line 24 of file TriggerThresholdValue.h.
|
staticinherited |
Definition at line 27 of file TriggerThresholdValue.h.
|
staticinherited |
Definition at line 26 of file TriggerThresholdValue.h.
|
staticinherited |
Definition at line 29 of file TriggerThresholdValue.h.
|
staticinherited |
Definition at line 28 of file TriggerThresholdValue.h.
|
staticinherited |
Definition at line 25 of file TriggerThresholdValue.h.
|
privateinherited |
Definition at line 48 of file TrigConfData.h.
|
private |
Definition at line 52 of file ClusterThresholdValue.h.
|
protectedinherited |
Definition at line 84 of file TriggerThresholdValue.h.
|
protectedinherited |
Definition at line 83 of file TriggerThresholdValue.h.
|
private |
Definition at line 53 of file ClusterThresholdValue.h.
|
private |
Definition at line 63 of file ClusterThresholdValue.h.
|
private |
Definition at line 54 of file ClusterThresholdValue.h.
|
privateinherited |
Definition at line 45 of file TrigConfData.h.
|
private |
new isolation for run 2: bit mask to select the isolation parameterizations to be applied
The mask should be only setting the 5 lowests bits 0 to 4 A bit mask is prefered to a bit index as we might want to apply more than one parameterizations (Alan)
Definition at line 62 of file ClusterThresholdValue.h.
|
privateinherited |
Definition at line 35 of file L1DataBaseclass.h.
|
privateinherited |
Definition at line 46 of file TrigConfData.h.
|
protectedinherited |
Definition at line 82 of file TriggerThresholdValue.h.
|
protectedinherited |
Definition at line 81 of file TriggerThresholdValue.h.
|
protectedinherited |
Definition at line 78 of file TriggerThresholdValue.h.
|
protectedinherited |
Definition at line 77 of file TriggerThresholdValue.h.
|
privateinherited |
Definition at line 44 of file TrigConfData.h.
|
protectedinherited |
Definition at line 76 of file TriggerThresholdValue.h.
|
private |
Definition at line 65 of file ClusterThresholdValue.h.
|
privateinherited |
Definition at line 47 of file TrigConfData.h.
|
protectedinherited |
Definition at line 79 of file TriggerThresholdValue.h.
|
protectedinherited |
Definition at line 80 of file TriggerThresholdValue.h.