ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigCaloHypo
src
TrigLArNoiseBurstAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGCALOHYPO_TRIGLARNOISEBURSTALG
5
#define TRIGCALOHYPO_TRIGLARNOISEBURSTALG
6
7
#include <string>
8
#include <mutex>
9
10
#include "GaudiKernel/ToolHandle.h"
11
#include "
DecisionHandling/HypoBase.h
"
12
#include "
StoreGate/ReadHandleKey.h
"
13
#include "
StoreGate/ReadCondHandleKey.h
"
14
#include "
AthenaKernel/SlotSpecificObj.h
"
15
#include "
TrigCaloHypo/ITrigLArNoiseBurstHypoTool.h
"
16
#include "
CaloEvent/CaloCellContainer.h
"
17
#include "
LArRecConditions/LArBadChannelCont.h
"
18
23
class
TrigLArNoiseBurstAlg
:
public
::HypoBase
{
24
public
:
25
26
TrigLArNoiseBurstAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
27
28
virtual
StatusCode
initialize
()
override
;
29
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
30
31
private
:
32
SG::ReadHandleKey<bool>
m_noiseBurstDetected
{
this
,
"NoiseBurstKey"
,
"HLT_NoiseBurst"
,
"Flag which records if a noise burst was detected in the event"
};
33
ToolHandleArray< ITrigLArNoiseBurstHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
34
35
std::string
m_name_of_is
;
36
};
37
#endif
SlotSpecificObj.h
Maintain a set of objects, one per slot.
CaloCellContainer.h
HypoBase.h
ITrigLArNoiseBurstHypoTool.h
LArBadChannelCont.h
ReadCondHandleKey.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TrigLArNoiseBurstAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigLArNoiseBurstAlg.cxx:28
TrigLArNoiseBurstAlg::m_noiseBurstDetected
SG::ReadHandleKey< bool > m_noiseBurstDetected
Definition
TrigLArNoiseBurstAlg.h:32
TrigLArNoiseBurstAlg::initialize
virtual StatusCode initialize() override
Definition
TrigLArNoiseBurstAlg.cxx:20
TrigLArNoiseBurstAlg::m_hypoTools
ToolHandleArray< ITrigLArNoiseBurstHypoTool > m_hypoTools
Definition
TrigLArNoiseBurstAlg.h:33
TrigLArNoiseBurstAlg::TrigLArNoiseBurstAlg
TrigLArNoiseBurstAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigLArNoiseBurstAlg.cxx:15
TrigLArNoiseBurstAlg::m_name_of_is
std::string m_name_of_is
Definition
TrigLArNoiseBurstAlg.h:35
Generated on
for ATLAS Offline Software by
1.17.0