|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef LARBADCHANNELCONDALG_H
8 #define LARBADCHANNELCONDALG_H
31 "Key of input CDO (AttrListCollection)"};
35 "Optional file containing (supplemental) bad channels"};
36 Gaudi::Property<bool>
m_isSC{
this,
"isSC",
false,
"Set to true to interpret the identifiers in the InputFile as SuperCell IDs"};
37 Gaudi::Property<bool>
m_reloadEveryEvent{
this,
"ReloadEveryEvent",
false,
"Set to true to force DB-cache to be cleared - necessary if running online"};
Gaudi::Property< std::string > m_inputFileName
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
virtual bool isReEntrant() const override final
Gaudi::Property< bool > m_isSC
SG::WriteCondHandleKey< LArBadChannelCont > m_BCOutputKey
bool const RAWDATA *ch2 const
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override final
virtual StatusCode execute(const EventContext &ctx) const override final
AthReentrantAlgorithm()
Default constructor:
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual ~LArBadChannelCondAlg()=default
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Gaudi::Property< bool > m_reloadEveryEvent
virtual StatusCode finalize() override final
SG::ReadCondHandleKey< CondAttrListCollection > m_BCInputKey