|
ATLAS Offline Software
|
#include <LArFebErrorSummaryMaker.h>
|
virtual | ~LArFebErrorSummaryMaker ()=default |
|
virtual StatusCode | initialize () override final |
|
virtual StatusCode | execute (const EventContext &ctx) const override final |
|
virtual StatusCode | finalize () override final |
|
| AthReentrantAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) |
| Constructor with parameters: More...
|
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
static bool | masked (unsigned int hid, const std::set< unsigned int > &v_feb) |
|
|
std::atomic< int > | m_missingFebsWarns {0} |
|
std::mutex | m_mtx |
|
std::array< unsigned, LArFebErrorSummary::N_LArFebErrorType > m_errors | ATLAS_THREAD_SAFE |
|
std::map< unsigned, unsigned > m_errsPerFeb | ATLAS_THREAD_SAFE |
|
std::set< unsigned int > | m_all_febs |
|
bool | m_isHec =false |
|
bool | m_isFcal =false |
|
bool | m_isEmb =false |
|
bool | m_isEmec =false |
|
bool | m_isEmPS =false |
|
bool | m_isAside =false |
|
bool | m_isCside =false |
|
const LArOnlineID * | m_onlineHelper =nullptr |
|
Gaudi::Property< int > | m_warnLimit { this, "warnLimit", 10, "Limit the number of warning messages for missing input" } |
|
Gaudi::Property< bool > | m_checkAllFeb { this, "CheckAllFEB", true, "Check all FEBS ?" } |
|
Gaudi::Property< std::string > | m_partition { this, "PartitionId", "", "Should contain DAQ partition (+ eventually the EventBuilder)" } |
|
Gaudi::Property< std::set< unsigned int > > | m_knownEvtId { this, "MaskFebEvtId", {}, "ignore these FEBs for EvtId" } |
|
Gaudi::Property< std::set< unsigned int > > | m_knownSCACStatus { this, "MaskFebScacStatus", {}, "ignore these FEBs for ScacStatus" } |
|
Gaudi::Property< std::set< unsigned int > > | m_knownZeroSample { this, "MaskFebZeroSample", {}, "ignore these FEBs for ZeroSample" } |
|
Gaudi::Property< int > | m_minFebsInError |
| Minimum number of FEBs in error to trigger EventInfo::LArError Defined as 1 by default/bulk, 4 in online/express in CaloCellGetter (CaloRec package) More...
|
|
SG::ReadCondHandleKey< LArBadFebCont > | m_bfKey {this,"BFKey","LArBadFeb","Key of the BadFebContainer in the conditions store"} |
|
SG::ReadHandleKey< LArFebHeaderContainer > | m_readKey {this,"ReadKey","LArFebHeader"} |
|
SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this,"EventInfoKey","EventInfo"} |
|
SG::WriteDecorHandleKey< xAOD::EventInfo > | m_eventInfoDecorKey {this,"EventInfoDecorKey","EventInfo.larFlags"} |
|
SG::WriteHandleKey< LArFebErrorSummary > | m_writeKey {this,"WriteKey","LArFebErrorSummary"} |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 39 of file LArFebErrorSummaryMaker.h.
◆ StoreGateSvc_t
◆ ~LArFebErrorSummaryMaker()
virtual LArFebErrorSummaryMaker::~LArFebErrorSummaryMaker |
( |
| ) |
|
|
virtualdefault |
◆ AthReentrantAlgorithm()
AthReentrantAlgorithm::AthReentrantAlgorithm |
Constructor with parameters:
Definition at line 90 of file AthReentrantAlgorithm.cxx.
30 std::make_unique<AthenaBaseComps::AthAlgorithmDHUpdate>
32 std::move (m_updateDataHandles));
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode LArFebErrorSummaryMaker::execute |
( |
const EventContext & |
ctx | ) |
const |
|
finaloverridevirtual |
Definition at line 86 of file LArFebErrorSummaryMaker.cxx.
93 ATH_CHECK( febErrorSummary.
record (std::make_unique<LArFebErrorSummary>()) );
102 unsigned int nbSamplesFirst=0;
105 ATH_MSG_DEBUG(
" LArFebHeaderContainer Size = "<< hdrCont->size() );
107 std::set<unsigned int> all_febs;
114 int nbOfFebsInError = 0;
116 for (
const auto*
const it : *hdrCont) {
122 all_febs.erase(int_id);
130 const std::vector<uint16_t>& sca =
it->SCA();
135 bool typeMism =
false;
137 if (eventTypeFirst == 999)
138 eventTypeFirst = eventType;
139 if (eventType != eventTypeFirst)
142 std::bitset<32> rodstatusbits(rodstatus);
144 bool scaOutOfRange =
false;
145 bool badNbOfSp =
false;
147 bool checkSumErr =
false;
151 if (nbSamplesFirst == 0) {
153 if (eventType == 2 && (!sca.empty()))
154 nbSamplesFirst = sca.size();
156 if (eventType == 4 && (
it->NbSamples() != 0))
157 nbSamplesFirst =
it->NbSamples();
160 if (eventType == 2) {
161 if (nbSamplesFirst != sca.size() && !sca.empty())
163 for (
unsigned int i = 0;
i < sca.size(); ++
i) {
165 scaOutOfRange =
true;
168 if (eventType == 4 && (nbSamplesFirst !=
it->NbSamples()) && (
it->NbSamples() != 0))
172 if (eventType == 2 && sca.empty())
174 if (eventType == 4 && (
it->RodResults1Size() == 0))
178 if (!
it->ChecksumVerification())
180 if (eventType == 4) {
182 if ((
it->FormatVersion() & 0xF) <= 11)
183 expSize1 =
it->NbSweetCells1() + 83 + (
int)ceilf((
it->NbSamples() + 1) / 2.0);
184 if ((
it->FormatVersion() & 0xF) >= 12)
185 expSize1 =
it->NbSweetCells1() + 84 + (
int)ceilf((
it->NbSamples() + 1) / 2.0);
186 if (expSize1 !=
it->RodResults1Size()) {
189 int nbOf32bits = (
it->NbSweetCells2() *
it->NbSamples() + 1) / 2.0;
190 if (nbOf32bits !=
it->RodResults2Size()) {
204 if (rodstatusbits[6])
207 if (rodstatusbits[2] || rodstatusbits[7])
210 if (rodstatusbits[3] || rodstatusbits[8])
222 if (rodstatusbits[5])
225 if (rodstatusbits[24])
243 const LArBadFeb febStatus = badFebs->status(febid);
245 if (err_toignore > 0) {
247 errw = errw & (~erri);
252 std::lock_guard lock(
m_mtx);
254 if (errw & (1 <<
i)) {
257 ++(m_errsPerFeb[int_id]);
264 ATH_MSG_DEBUG(
" failed to insert the error into LArFebErrorSummary " << std::hex << febid << std::dec);
268 const LArBadFeb febStatus = badFebs->status(febid);
270 nbOfFebsInError += 1;
278 for (
auto it : all_febs) {
280 const LArBadFeb febStatus = badFebs->status(febid);
282 ATH_MSG_DEBUG(
" This FEB is not read out 0x" << std::hex <<
it << std::dec);
315 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ extraOutputDeps()
const DataObjIDColl & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ finalize()
StatusCode LArFebErrorSummaryMaker::finalize |
( |
| ) |
|
|
finaloverridevirtual |
◆ initialize()
StatusCode LArFebErrorSummaryMaker::initialize |
( |
| ) |
|
|
finaloverridevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ masked()
bool LArFebErrorSummaryMaker::masked |
( |
unsigned int |
hid, |
|
|
const std::set< unsigned int > & |
v_feb |
|
) |
| |
|
staticprivate |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ renounce()
◆ renounceArray()
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ ATLAS_THREAD_SAFE [1/2]
◆ ATLAS_THREAD_SAFE [2/2]
std::map<unsigned,unsigned> m_errsPerFeb LArFebErrorSummaryMaker::ATLAS_THREAD_SAFE |
|
mutableprivate |
◆ m_all_febs
std::set<unsigned int> LArFebErrorSummaryMaker::m_all_febs |
|
private |
◆ m_bfKey
◆ m_checkAllFeb
Gaudi::Property<bool> LArFebErrorSummaryMaker::m_checkAllFeb { this, "CheckAllFEB", true, "Check all FEBS ?" } |
|
private |
◆ m_detStore
◆ m_eventInfoDecorKey
◆ m_eventInfoKey
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_isAside
bool LArFebErrorSummaryMaker::m_isAside =false |
|
private |
◆ m_isCside
bool LArFebErrorSummaryMaker::m_isCside =false |
|
private |
◆ m_isEmb
bool LArFebErrorSummaryMaker::m_isEmb =false |
|
private |
◆ m_isEmec
bool LArFebErrorSummaryMaker::m_isEmec =false |
|
private |
◆ m_isEmPS
bool LArFebErrorSummaryMaker::m_isEmPS =false |
|
private |
◆ m_isFcal
bool LArFebErrorSummaryMaker::m_isFcal =false |
|
private |
◆ m_isHec
bool LArFebErrorSummaryMaker::m_isHec =false |
|
private |
◆ m_knownEvtId
Gaudi::Property<std::set<unsigned int> > LArFebErrorSummaryMaker::m_knownEvtId { this, "MaskFebEvtId", {}, "ignore these FEBs for EvtId" } |
|
private |
◆ m_knownSCACStatus
Gaudi::Property<std::set<unsigned int> > LArFebErrorSummaryMaker::m_knownSCACStatus { this, "MaskFebScacStatus", {}, "ignore these FEBs for ScacStatus" } |
|
private |
◆ m_knownZeroSample
Gaudi::Property<std::set<unsigned int> > LArFebErrorSummaryMaker::m_knownZeroSample { this, "MaskFebZeroSample", {}, "ignore these FEBs for ZeroSample" } |
|
private |
◆ m_minFebsInError
Gaudi::Property<int> LArFebErrorSummaryMaker::m_minFebsInError |
|
private |
Initial value:{this,"minFebInError",1,
"Minimum number of FEBs in error to trigger EventInfo::LArError (1 by default/bulk, 4 in online/express"}
Minimum number of FEBs in error to trigger EventInfo::LArError Defined as 1 by default/bulk, 4 in online/express in CaloCellGetter (CaloRec package)
Definition at line 83 of file LArFebErrorSummaryMaker.h.
◆ m_missingFebsWarns
std::atomic<int> LArFebErrorSummaryMaker::m_missingFebsWarns {0} |
|
mutableprivate |
◆ m_mtx
std::mutex LArFebErrorSummaryMaker::m_mtx |
|
mutableprivate |
◆ m_onlineHelper
◆ m_partition
Gaudi::Property<std::string> LArFebErrorSummaryMaker::m_partition { this, "PartitionId", "", "Should contain DAQ partition (+ eventually the EventBuilder)" } |
|
private |
◆ m_readKey
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_warnLimit
Gaudi::Property<int> LArFebErrorSummaryMaker::m_warnLimit { this, "warnLimit", 10, "Limit the number of warning messages for missing input" } |
|
private |
◆ m_writeKey
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
bool set_feb_error(unsigned int febid, uint16_t e)
Add another FEB error record, return true if added successfully.
std::atomic< int > m_missingFebsWarns
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
SG::ReadCondHandleKey< LArBadFebCont > m_bfKey
Conditions-Data class holding LAr Bad Channel or Bad Feb information.
SG::WriteHandleKey< LArFebErrorSummary > m_writeKey
SG::WriteDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
bool deadReadout() const
FEB is not sending readout data, but the L1 trigger path is working.
Gaudi::Property< std::set< unsigned int > > m_knownSCACStatus
int slot(const HWIdentifier id) const
Return the slot number of a hardware cell identifier: slot = [1,15] Slot-ID in top part of the crat...
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
std::vector< SG::VarHandleKeyArray * > m_vhka
bool msgLvl(const MSG::Level lvl) const
Gaudi::Property< bool > m_checkAllFeb
static bool masked(unsigned int hid, const std::set< unsigned int > &v_feb)
static std::string error_to_string(uint16_t error)
interpret the error in string
int barrel_ec(const HWIdentifier id) const
Return the position barrel or endcap of a hardware cell identifier: barrel_ec = [0,...
@ LAr
The LAr calorimeter.
value_type get_compact() const
Get the compact id.
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
@ Error
The sub-detector issued an error.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
bool isFCALchannel(const HWIdentifier id) const
Gaudi::Property< std::set< unsigned int > > m_knownZeroSample
bool isEMECchannel(const HWIdentifier id) const override final
id_range feb_range() const
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::set< unsigned int > > m_knownEvtId
bool deadAll() const
FEB is completely missing, e.g. powered off.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
int pos_neg(const HWIdentifier id) const
Return the side of a hardware cell identifier pos_neg = [0,1] positive-side or negative-side Barrel...
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
unsigned int ignoreErrors() const
virtual StatusCode sysInitialize() override
Override sysInitialize.
Gaudi::Property< int > m_warnLimit
bool inError() const
FEB has readout errors, cannot be used.
const LArOnlineID * m_onlineHelper
Gaudi::Property< int > m_minFebsInError
Minimum number of FEBs in error to trigger EventInfo::LArError Defined as 1 by default/bulk,...
bool isEMBchannel(const HWIdentifier id) const
bool deactivatedInOKS() const
Deactivated in OKS.
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
std::set< unsigned int > m_all_febs
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
#define ATH_MSG_WARNING(x)
SG::ReadHandleKey< LArFebHeaderContainer > m_readKey
bool isPS(const HWIdentifier id) const
Gaudi::Property< std::string > m_partition
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
bool isHECchannel(const HWIdentifier id) const override final
std::string channel_name(const HWIdentifier id) const
Return a string corresponding to a feedthrough name given an identifier.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>