#include <TrigLArNoiseBurstHypoTool.h>
|
| HLT::Identifier | m_decisionId |
| Gaudi::Property< bool > | m_badFEBFlaggedPartitions { this, "BadFEBFlaggedPartitions" , true, "flag to be used for NB detection" } |
| Gaudi::Property< bool > | m_satTightFlaggedPartitions { this, "SatTightFlaggedPartitions", true, "flag to be used for NB detection" } |
| Gaudi::Property< bool > | m_mNBLooseFlaggedPartitions { this, "MNBLooseFlaggedPartitions", true, "flag to be used for NB detection" } |
| Gaudi::Property< bool > | m_mNBTightFlaggedPartitions { this, "MNBTightFlaggedPartitions", true, "flag to be used for NB detection" } |
| Gaudi::Property< bool > | m_mNBTight_PsVetoFlaggedPartitions { this, "MNBTight_PsVetoFlaggedPartitions", true, "flag to be used for NB detection" } |
| ToolHandle< GenericMonitoringTool > | m_monTool { this, "MonTool", "", "Monitoring tool" } |
Definition at line 19 of file TrigLArNoiseBurstHypoTool.h.
◆ TrigLArNoiseBurstHypoTool()
| TrigLArNoiseBurstHypoTool::TrigLArNoiseBurstHypoTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Definition at line 14 of file TrigLArNoiseBurstHypoTool.cxx.
17 : base_class( type, name, parent ),
19{
20}
static HLT::Identifier fromToolName(const std::string &tname)
◆ decide() [1/2]
◆ decide() [2/2]
◆ initialize()
| StatusCode TrigLArNoiseBurstHypoTool::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 22 of file TrigLArNoiseBurstHypoTool.cxx.
22 {
23
24
25 ATH_MSG_INFO(
"TrigLArNoiseBurstHypoTool initialization completed successfully.");
26
29
30 return StatusCode::SUCCESS;
31}
#define CHECK(...)
Evaluate an expression and check for errors.
◆ m_badFEBFlaggedPartitions
| Gaudi::Property< bool > TrigLArNoiseBurstHypoTool::m_badFEBFlaggedPartitions { this, "BadFEBFlaggedPartitions" , true, "flag to be used for NB detection" } |
|
private |
◆ m_decisionId
◆ m_mNBLooseFlaggedPartitions
| Gaudi::Property< bool > TrigLArNoiseBurstHypoTool::m_mNBLooseFlaggedPartitions { this, "MNBLooseFlaggedPartitions", true, "flag to be used for NB detection" } |
|
private |
◆ m_mNBTight_PsVetoFlaggedPartitions
| Gaudi::Property< bool > TrigLArNoiseBurstHypoTool::m_mNBTight_PsVetoFlaggedPartitions { this, "MNBTight_PsVetoFlaggedPartitions", true, "flag to be used for NB detection" } |
|
private |
Definition at line 39 of file TrigLArNoiseBurstHypoTool.h.
39{ this, "MNBTight_PsVetoFlaggedPartitions", true, "flag to be used for NB detection" };
◆ m_mNBTightFlaggedPartitions
| Gaudi::Property< bool > TrigLArNoiseBurstHypoTool::m_mNBTightFlaggedPartitions { this, "MNBTightFlaggedPartitions", true, "flag to be used for NB detection" } |
|
private |
◆ m_monTool
| ToolHandle< GenericMonitoringTool > TrigLArNoiseBurstHypoTool::m_monTool { this, "MonTool", "", "Monitoring tool" } |
|
private |
◆ m_satTightFlaggedPartitions
| Gaudi::Property< bool > TrigLArNoiseBurstHypoTool::m_satTightFlaggedPartitions { this, "SatTightFlaggedPartitions", true, "flag to be used for NB detection" } |
|
private |
The documentation for this class was generated from the following files: