ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_ConfigurationCondAlg Class Reference

#include <SCT_ConfigurationCondAlg.h>

Inheritance diagram for SCT_ConfigurationCondAlg:
Collaboration diagram for SCT_ConfigurationCondAlg:

Public Member Functions

 SCT_ConfigurationCondAlg (const std::string &name, ISvcLocator *pSvcLocator)
virtual ~SCT_ConfigurationCondAlg ()=default
virtual StatusCode initialize () override final
virtual StatusCode execute (const EventContext &ctx) const override final
virtual StatusCode finalize () override final
virtual bool isReEntrant () const override final
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
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.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
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)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

enum  { badLink =255 , stripsPerChip =128 , lastStrip =767 }
 enum for constants More...
typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

StatusCode fillChannelData (SCT_ConfigurationCondData *writeCdo, SG::WriteCondHandle< SCT_ConfigurationCondData > &writeHandle, const EventContext &ctx) const
StatusCode fillModuleData (SCT_ConfigurationCondData *writeCdo, SG::WriteCondHandle< SCT_ConfigurationCondData > &writeHandle, const EventContext &ctx) const
StatusCode fillLinkStatus (SCT_ConfigurationCondData *writeCdo, SG::WriteCondHandle< SCT_ConfigurationCondData > &writeHandle, const EventContext &ctx) const
Identifier getStripId (const unsigned int truncatedSerialNumber, const unsigned int chipNumber, const unsigned int stripNumber, const InDetDD::SiDetectorElementCollection *elements, const EventContext &ctx) const
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

SG::ReadCondHandleKey< CondAttrListVecm_readKeyChannel {this, "ReadKeyChannel", "/SCT/DAQ/Config/Chip", "Key of input (raw) conditions folder of chips"}
SG::ReadCondHandleKey< CondAttrListVecm_readKeyModule {this, "ReadKeyModule", "/SCT/DAQ/Config/Module", "Key of input (raw) conditions folder of modules"}
SG::ReadCondHandleKey< CondAttrListVecm_readKeyMur {this, "ReadKeyMur", "/SCT/DAQ/Config/MUR", "Key of input (raw) conditions folder of Murs"}
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollectionm_SCTDetEleCollKey {this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"}
SG::WriteCondHandleKey< SCT_ConfigurationCondDatam_writeKey {this, "WriteKey", "SCT_ConfigurationCondData", "Key of output (derived) conditions data"}
ServiceHandle< ICondSvc > m_condSvc {this, "CondSvc", "CondSvc"}
ToolHandle< ISCT_CablingToolm_cablingTool {this, "SCT_CablingTool", "SCT_CablingTool", "Tool to retrieve SCT Cabling"}
 Handle on SCT cabling service.
ToolHandle< ISCT_ReadoutToolm_readoutTool {this, "SCT_ReadoutTool", "SCT_ReadoutTool", "Handle on readout tool"}
 Handle on readout tool.
const SCT_IDm_pHelper {nullptr}
 ID helper for SCT.
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Static Private Attributes

static const std::string s_coolChannelFolderName {"/SCT/DAQ/Configuration/Chip"}
static const std::string s_coolChannelFolderName2 {"/SCT/DAQ/Config/Chip"}
static const std::string s_coolChannelFolderName2Slim {"/SCT/DAQ/Config/ChipSlim"}
static const std::string s_coolModuleFolderName {"/SCT/DAQ/Configuration/Module"}
static const std::string s_coolModuleFolderName2 {"/SCT/DAQ/Config/Module"}
static const std::string s_coolMurFolderName {"/SCT/DAQ/Configuration/MUR"}
static const std::string s_coolMurFolderName2 {"/SCT/DAQ/Config/MUR"}

Detailed Description

Definition at line 30 of file SCT_ConfigurationCondAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
private

enum for constants

Enumerator
badLink 
stripsPerChip 
lastStrip 

Definition at line 42 of file SCT_ConfigurationCondAlg.h.

Constructor & Destructor Documentation

◆ SCT_ConfigurationCondAlg()

SCT_ConfigurationCondAlg::SCT_ConfigurationCondAlg ( const std::string & name,
ISvcLocator * pSvcLocator )

Definition at line 30 of file SCT_ConfigurationCondAlg.cxx.

31 : ::AthReentrantAlgorithm(name, pSvcLocator)
32{
33}

◆ ~SCT_ConfigurationCondAlg()

virtual SCT_ConfigurationCondAlg::~SCT_ConfigurationCondAlg ( )
virtualdefault

Member Function Documentation

◆ cardinality()

unsigned int AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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.

Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.

64{
65 return 0;
66}

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode SCT_ConfigurationCondAlg::execute ( const EventContext & ctx) const
finaloverridevirtual

Definition at line 73 of file SCT_ConfigurationCondAlg.cxx.

73 {
74 ATH_MSG_DEBUG("execute " << name());
75
76 // Write Cond Handle
77 SG::WriteCondHandle<SCT_ConfigurationCondData> writeHandle{m_writeKey, ctx};
78 // Do we have a valid Write Cond Handle for current time?
79 if (writeHandle.isValid()) {
80 ATH_MSG_DEBUG("CondHandle " << writeHandle.fullKey() << " is already valid."
81 << ". In theory this should not be called, but may happen"
82 << " if multiple concurrent events are being processed out of order.");
83 return StatusCode::SUCCESS;
84 }
85
86 // Construct the output Cond Object and fill it in
87 std::unique_ptr<SCT_ConfigurationCondData> writeCdo{std::make_unique<SCT_ConfigurationCondData>()};
88 // clear structures before filling
89 writeCdo->clear();
90
91 // Fill module data
92 if (fillModuleData(writeCdo.get(), writeHandle, ctx).isFailure()) {
93 return StatusCode::FAILURE;
94 }
95
96 // Fill strip, chip and link info if Chip or MUR folders change
97 if (fillChannelData(writeCdo.get(), writeHandle, ctx).isFailure()) {
98 return StatusCode::FAILURE;
99 }
100
101 if (writeHandle.record(std::move(writeCdo)).isFailure()) {
102 ATH_MSG_FATAL("Could not record SCT_ConfigurationCondData " << writeHandle.key()
103 << " with EventRange " << writeHandle.getRange()
104 << " into Conditions Store");
105 return StatusCode::FAILURE;
106 }
107 ATH_MSG_INFO("recorded new CDO " << writeHandle.key() << " with range " << writeHandle.getRange() << " into Conditions Store");
108
109 return StatusCode::SUCCESS;
110}
#define ATH_MSG_FATAL(x)
#define ATH_MSG_INFO(x)
#define ATH_MSG_DEBUG(x)
StatusCode fillChannelData(SCT_ConfigurationCondData *writeCdo, SG::WriteCondHandle< SCT_ConfigurationCondData > &writeHandle, const EventContext &ctx) const
SG::WriteCondHandleKey< SCT_ConfigurationCondData > m_writeKey
StatusCode fillModuleData(SCT_ConfigurationCondData *writeCdo, SG::WriteCondHandle< SCT_ConfigurationCondData > &writeHandle, const EventContext &ctx) const
const std::string & key() const
const EventIDRange & getRange() const
StatusCode record(const EventIDRange &range, T *t)
record handle, with explicit range DEPRECATED
const DataObjID & fullKey() const

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

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 & AthCommonReentrantAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.

90{
91 // If we didn't find any symlinks to add, just return the collection
92 // from the base class. Otherwise, return the extended collection.
93 if (!m_extendedExtraObjects.empty()) {
95 }
97}
An algorithm that can be simultaneously executed in multiple threads.

◆ fillChannelData()

StatusCode SCT_ConfigurationCondAlg::fillChannelData ( SCT_ConfigurationCondData * writeCdo,
SG::WriteCondHandle< SCT_ConfigurationCondData > & writeHandle,
const EventContext & ctx ) const
private

Definition at line 113 of file SCT_ConfigurationCondAlg.cxx.

113 {
114 // Check if the pointer of derived conditions object is valid.
115 if (writeCdo==nullptr) {
116 ATH_MSG_FATAL("Pointer of derived conditions object is null");
117 return StatusCode::FAILURE;
118 }
119
120 unsigned int nDisabledChips{0};
121 unsigned int nDisabledChipsExclusive{0};
122 unsigned int nDisabledStripsExclusive{0};
123 const std::string channelFolderName{m_readKeyChannel.key()};
124 const bool run1{channelFolderName==s_coolChannelFolderName};
125 const bool slim{channelFolderName==s_coolChannelFolderName2Slim};
126
127 // indices change according to whether CoraCool or CoolVectorPayload
128 enum RUN1_MODULE_INDICES{PK, FOREIGN_KEY, CRATE_1, ROD_1, CHANNEL_1,OUTPUTCURRENT_1,
129 OUTPUTDELAY_1, OUTPUT_TOF_DELTA_1, OUTPUTMARKSPACE_1, STREAM0THRESHOLD_1,
130 STREAM0DELAY_1, STREAM0ERRMASK_1, STREAM1THRESHOLD_1, STREAM1DELAY_1, STREAM1ERRMASK_1};
131 enum RUN2_MODULE_INDICES{CRATE_2, ROD_2, CHANNEL_2,OUTPUTCURRENT_2,
132 OUTPUTDELAY_2, OUTPUTMARKSPACE_2, STREAM0THRESHOLD_2,
133 STREAM0DELAY_2, STREAM0ERRMASK_2, STREAM1THRESHOLD_2, STREAM1DELAY_2, STREAM1ERRMASK_2};
134 enum RUN1_CHIP_INDICES{CHIP_PK, CHIP_FOREIGN_KEY,CHIP_1, ACTIVE_1,ADDRESS_1, CONFIG_1,
135 MASK0_1,MASK1_1,MASK2_1,MASK3_1, VTHR_1, VCAL_1, DELAY_1, PREAMP_1, SHAPER_1,
136 RC_FUNCTION_1, RC_ARGS_1, C_FACTOR_1, TARGET_1, TRIM_1};
137 enum RUN2_CHIP_INDICES{CHIP_2, ACTIVE_2, ADDRESS_2, CONFIG_2, MASK0_2,MASK1_2,MASK2_2,
138 MASK3_2, VTHR_2, VCAL_2, DELAY_2, PREAMP_2, SHAPER_2, RC_FUNCTION_2, RC_ARGS_2,
139 C_FACTOR_2, TARGET_2, TRIM_2};
140 enum RUN2_CHIPSLIM_INDICES{CHIP_2_SLIM, CONFIG_2_SLIM, MASK0_2_SLIM, MASK1_2_SLIM, MASK2_2_SLIM,
141 MASK3_2_SLIM};
142 const unsigned int chipIndex{ run1 ? static_cast<unsigned int>(CHIP_1) : slim ? static_cast<unsigned int>(CHIP_2_SLIM) : static_cast<unsigned int>(CHIP_2)};
143 const unsigned int configIndex{run1 ? static_cast<unsigned int>(CONFIG_1) : slim ? static_cast<unsigned int>(CONFIG_2_SLIM) : static_cast<unsigned int>(CONFIG_2)};
144 const unsigned int mask0Index{ run1 ? static_cast<unsigned int>(MASK0_1) : slim ? static_cast<unsigned int>(MASK0_2_SLIM) : static_cast<unsigned int>(MASK0_2)};
145 const unsigned int mask1Index{ run1 ? static_cast<unsigned int>(MASK1_1) : slim ? static_cast<unsigned int>(MASK1_2_SLIM) : static_cast<unsigned int>(MASK1_2)};
146 const unsigned int mask2Index{ run1 ? static_cast<unsigned int>(MASK2_1) : slim ? static_cast<unsigned int>(MASK2_2_SLIM) : static_cast<unsigned int>(MASK2_2)};
147 const unsigned int mask3Index{ run1 ? static_cast<unsigned int>(MASK3_1) : slim ? static_cast<unsigned int>(MASK3_2_SLIM) : static_cast<unsigned int>(MASK3_2)};
148
149 // Clear previous information at callback
150 writeCdo->clearBadStripIds();
151 writeCdo->clearBadChips();
152 // Fill link status
153 if (fillLinkStatus(writeCdo, writeHandle, ctx).isFailure()) return StatusCode::FAILURE;
154
155 // Get channel folder for link info
156 SG::ReadCondHandle<CondAttrListVec> readHandle{m_readKeyChannel, ctx};
157 const CondAttrListVec* readCdo{*readHandle};
158 if (readCdo==nullptr) {
159 ATH_MSG_FATAL("Could not find MUR configuration data: " << m_readKeyChannel.key());
160 return StatusCode::FAILURE;
161 }
162 ATH_MSG_INFO("Size of " << m_readKeyChannel.key() << " folder is " << readCdo->size());
163 // Add dependency
164 writeHandle.addDependency(readHandle);
165
166 // Get SCT_DetectorElementCollection
167 SG::ReadCondHandle<InDetDD::SiDetectorElementCollection> sctDetEle{m_SCTDetEleCollKey, ctx};
168 const InDetDD::SiDetectorElementCollection* elements(sctDetEle.retrieve());
169 if (elements==nullptr) {
170 ATH_MSG_FATAL(m_SCTDetEleCollKey.fullKey() << " could not be retrieved");
171 return StatusCode::FAILURE;
172 }
173 // Add dependency
174 writeHandle.addDependency(sctDetEle);
175
176 // Loop over modules (i.e groups of 12 chips) in DB folder
179 constexpr unsigned int nChips{12};
180 for (; itr!=end; itr+=nChips) {
181 // Get SN and identifiers (the channel number is serial number+1 for the CoraCool folders but =serial number
182 // for Cool Vector Payload ; i.e. Run 1 and Run 2 resp.)
183 const unsigned int truncatedSerialNumber{run1 ? (itr->first-1) : (itr->first)};
184 const IdentifierHash& hash{m_cablingTool->getHashFromSerialNumber(truncatedSerialNumber, ctx)};
185 if (not hash.is_valid()) continue;
186 const Identifier waferId{m_pHelper->wafer_id(hash)};
187 const Identifier moduleId{m_pHelper->module_id(waferId)};
188
189 IdentifierHash oppWaferHash;
190 m_pHelper->get_other_side(hash, oppWaferHash);
191 const Identifier oppWaferId{m_pHelper->wafer_id(oppWaferHash)};
192 bool isBadModule{writeCdo->isBadModuleId(moduleId)};
193
194 // Get link status
195 // Can maybe be smarter if both links are bad (but the module will probably be bad then)
196 std::pair<bool, bool> linkResults{writeCdo->areBadLinks(hash)};
197 bool link0ok{linkResults.first};
198 bool link1ok{linkResults.second};
199 // Loop over chips within module
200 std::vector<SCT_Chip> chipsInMod;
201 chipsInMod.reserve(nChips);
202 bool isBadSide0{true};
203 bool isBadSide1{true};
204 CondAttrListVec::const_iterator channelItr{itr};
205 CondAttrListVec::const_iterator channelEnd{itr+nChips};
206 for (; channelItr!=channelEnd; ++channelItr) {
207 // Get chip id, config and masks and store as SCT_Chip object
208 // Can get AttributeList from second (see https://svnweb.cern.ch/trac/lcgcoral/browser/coral/trunk/src/CoralBase/CoralBase/AttributeList.h )
209 const short id{ run1 ? (channelItr->second[chipIndex].data<short>()) : static_cast<short>(channelItr->second[chipIndex].data<unsigned char>())};
210 const short config{run1 ? (channelItr->second[configIndex].data<short>()) : static_cast<short>(channelItr->second[configIndex].data<unsigned short>())};
211 const int mask0{ run1 ? (channelItr->second[mask0Index].data<int>()) : static_cast<int>(channelItr->second[mask0Index].data<unsigned int>())};
212 const int mask1{ run1 ? (channelItr->second[mask1Index].data<int>()) : static_cast<int>(channelItr->second[mask1Index].data<unsigned int>())};
213 const int mask2{ run1 ? (channelItr->second[mask2Index].data<int>()) : static_cast<int>(channelItr->second[mask2Index].data<unsigned int>())};
214 const int mask3{ run1 ? (channelItr->second[mask3Index].data<int>()) : static_cast<int>(channelItr->second[mask3Index].data<unsigned int>())};
215 chipsInMod.emplace_back(id, config, mask0, mask1, mask2, mask3);
216 if (id>=0 and id< 6 and (mask0!=0 or mask1!=0 or mask2!=0 or mask3!=0)) isBadSide0 = false;
217 if (id>=6 and id<12 and (mask0!=0 or mask1!=0 or mask2!=0 or mask3!=0)) isBadSide1 = false;
218 }
219 if (isBadSide0) writeCdo->setBadWaferId(waferId);
220 if (isBadSide1) writeCdo->setBadWaferId(oppWaferId);
221
222 // Check the module readout to look for bypassed chips, disabled links etc
223 if (m_readoutTool->determineReadout(moduleId, chipsInMod, link0ok, link1ok).isFailure()) return StatusCode::FAILURE;
224
225 // Loop over chips again now know whether they're in the readout
226 std::vector<int> badStripsVec;
227 unsigned int chipStatusWord{0};
228 for (const auto& thisChip:chipsInMod) {
229 // Bad strips (only need to do this if at least one bad channel)
230 if (thisChip.numberOfMaskedChannels()!=0) {
231 // Add bad stips to vector
232 badStripsVec.clear();
233 thisChip.appendBadStripsToVector(badStripsVec);
234 // Loop over bad strips and insert strip ID into set
235 for (const auto& thisBadStrip:badStripsVec) {
236 const Identifier stripId{getStripId(truncatedSerialNumber, thisChip.id(), thisBadStrip, elements, ctx)};
237 // If in rough order, may be better to call with itr of previous insertion as a suggestion
238 if (stripId.is_valid()) writeCdo->setBadStripId(stripId, // strip Identifier
239 thisChip.id()<6 ? hash : oppWaferHash, // wafer IdentifierHash
240 m_pHelper->strip(stripId)); // strip number from 0 to 768
241 }
242 }
243 // Bad chips (= all strips bad) bitpacked
244 // Should only do this for modules with at least one chip bad?
245 if (thisChip.numberOfMaskedChannels()==stripsPerChip) {
246 chipStatusWord |= (1<<thisChip.id());
247 nDisabledChips++; // A bad chip
248 if (not isBadModule) nDisabledChipsExclusive++; // A bad chip in a good module
249 } else { // Good chip
250 if (not isBadModule) nDisabledStripsExclusive += thisChip.numberOfMaskedChannels(); // Bad strips in a good chip of a good module
251 }
252 }
253
254 // Store chip status if not all good (==0)
255 if (chipStatusWord!=0) {
256 writeCdo->setBadChips(moduleId, chipStatusWord);
257 }
258 }
259
260 const long unsigned int totalBad{writeCdo->getBadStripIds()->size()};
261 ATH_MSG_INFO("Total number of bad chips is " << nDisabledChips);
262 ATH_MSG_INFO("Total number of bad chips not in bad modules is " << nDisabledChipsExclusive);
263 ATH_MSG_INFO("Total number of bad strip identifiers is " << totalBad);
264 ATH_MSG_INFO("Total number of bad strip identifiers not in bad modules nor bad chips is " << nDisabledStripsExclusive);
265
266 return StatusCode::SUCCESS;
267}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
if(febId1==febId2)
AttrListVec::const_iterator const_iterator
const_iterator end() const
const_iterator begin() const
size_type size() const
bool is_valid() const
Check if id is in a valid state.
static const std::string s_coolChannelFolderName
Identifier getStripId(const unsigned int truncatedSerialNumber, const unsigned int chipNumber, const unsigned int stripNumber, const InDetDD::SiDetectorElementCollection *elements, const EventContext &ctx) const
ToolHandle< ISCT_ReadoutTool > m_readoutTool
Handle on readout tool.
ToolHandle< ISCT_CablingTool > m_cablingTool
Handle on SCT cabling service.
const SCT_ID * m_pHelper
ID helper for SCT.
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_SCTDetEleCollKey
SG::ReadCondHandleKey< CondAttrListVec > m_readKeyChannel
StatusCode fillLinkStatus(SCT_ConfigurationCondData *writeCdo, SG::WriteCondHandle< SCT_ConfigurationCondData > &writeHandle, const EventContext &ctx) const
static const std::string s_coolChannelFolderName2Slim
void setBadChips(const Identifier &moduleId, const unsigned int chipStatus)
Set bad chips for a module.
void clearBadStripIds()
Clear all bad strip identifiers.
void setBadWaferId(const Identifier &badWaferId)
Set a bad wafer identifier.
void setBadStripId(const Identifier &badStripId, const IdentifierHash &hash, const int strip)
Set a bad strip identifier.
const std::set< Identifier > * getBadStripIds() const
Get all bad strip identifiers.
void clearBadChips()
Clear all bad chips.
const_pointer_type retrieve()
void addDependency(const EventIDRange &range)
bool first
Definition DeMoScan.py:534

◆ fillLinkStatus()

StatusCode SCT_ConfigurationCondAlg::fillLinkStatus ( SCT_ConfigurationCondData * writeCdo,
SG::WriteCondHandle< SCT_ConfigurationCondData > & writeHandle,
const EventContext & ctx ) const
private

Definition at line 340 of file SCT_ConfigurationCondAlg.cxx.

340 {
341 // Check if the pointer of derived conditions object is valid.
342 if (writeCdo==nullptr) {
343 ATH_MSG_FATAL("Pointer of derived conditions object is null");
344 return StatusCode::FAILURE;
345 }
346
347 const std::string murFolderName{m_readKeyMur.key()};
348 const bool run1{murFolderName==s_coolMurFolderName};
349
350 // Clear previous information at call back
351 writeCdo->clearBadLinks();
352
353 // Get MUR folder for link info
354 SG::ReadCondHandle<CondAttrListVec> readHandle{m_readKeyMur, ctx};
355 const CondAttrListVec* readCdo{*readHandle};
356 if (readCdo==nullptr) {
357 ATH_MSG_FATAL("Could not find MUR configuration data: " << m_readKeyMur.key());
358 return StatusCode::FAILURE;
359 }
360 ATH_MSG_INFO("Size of " << m_readKeyMur.key() << " is " << readCdo->size());
361
362 // Add dependency
363 writeHandle.addDependency(readHandle);
364
365 // Set indices
366 enum RUN1_INDICES{PK, FOREIGN_KEY, MUR_1, MODULE_1, MODULEID_1, RMODULEID_1, RX0FIBRE_1, RX1FIBRE_1, TXFIBRE_1};
367 enum RUN2_INDICES{MUR_2, MODULE_2, MODULEID_2, RMODULEID_2, RX0FIBRE_2, RX1FIBRE_2, TXFIBRE_2};
368 const unsigned int snIndex{ run1 ? static_cast<unsigned int>(MODULEID_1) : static_cast<unsigned int>(MODULEID_2)};
369 const unsigned int link0Index{run1 ? static_cast<unsigned int>(RX0FIBRE_1) : static_cast<unsigned int>(RX0FIBRE_2)};
370 const unsigned int link1Index{run1 ? static_cast<unsigned int>(RX1FIBRE_1) : static_cast<unsigned int>(RX1FIBRE_2)};
371
372 // loop over MUR folder
375 for (; itr!=end; ++itr) {
376 // Check for null values
377 if (itr->second[snIndex].isNull()) continue;
378 // Check serial number
379 const long long ullSerialNumber{itr->second[snIndex].data<long long>()};
380 const SCT_SerialNumber serialNumber{ullSerialNumber};
381 if (not serialNumber.is_valid()) continue;
382 // Check module hash
383 const IdentifierHash& hash{m_cablingTool->getHashFromSerialNumber(serialNumber.to_uint(), ctx)};
384 if (not hash.is_valid()) continue;
385
386 int link0{run1 ? (itr->second[link0Index].data<int>()) : static_cast<int>(itr->second[link0Index].data<unsigned char>())};
387 int link1{run1 ? (itr->second[link1Index].data<int>()) : static_cast<int>(itr->second[link1Index].data<unsigned char>())};
388
389 // Store the modules with bad links, represented by badLink (enum in header) = 255 = 0xFF
390 if (link0==badLink or link1==badLink) {
391 writeCdo->setBadLinks(hash, (link0!=badLink), (link1!=badLink));
392 }
393 }
394
395 return StatusCode::SUCCESS;
396}
static const std::string s_coolMurFolderName
SG::ReadCondHandleKey< CondAttrListVec > m_readKeyMur
void setBadLinks(const IdentifierHash &hash, const bool isBadLink0, const bool isBadLink1)
Set bad links for a module.
void clearBadLinks()
Clear all bad links.
unsigned int to_uint() const
Truncated serial number as unsigned int.
bool is_valid() const
Until a better test is made, is_valid returns only whether its well formed.

◆ fillModuleData()

StatusCode SCT_ConfigurationCondAlg::fillModuleData ( SCT_ConfigurationCondData * writeCdo,
SG::WriteCondHandle< SCT_ConfigurationCondData > & writeHandle,
const EventContext & ctx ) const
private

Definition at line 270 of file SCT_ConfigurationCondAlg.cxx.

270 {
271 // Check if the pointer of derived conditions object is valid.
272 if (writeCdo==nullptr) {
273 ATH_MSG_FATAL("Pointer of derived conditions object is null");
274 return StatusCode::FAILURE;
275 }
276
277 const std::string moduleFolderName{m_readKeyModule.key()};
278 const bool run1{moduleFolderName==s_coolModuleFolderName};
279 unsigned int totalNumberOfModules{0};
280 unsigned int totalNumberOfValidModules{0};
281
282 // Clear previous information at callback
283 writeCdo->clearBadModuleIds();
284 writeCdo->clearBadWaferIds();
285
286 // Get Module folder
287 SG::ReadCondHandle<CondAttrListVec> readHandle{m_readKeyModule, ctx};
288 const CondAttrListVec* readCdo{*readHandle};
289 if (readCdo==nullptr) {
290 ATH_MSG_FATAL("Could not find MUR configuration data: " << m_readKeyModule.key());
291 return StatusCode::FAILURE;
292 }
293 ATH_MSG_INFO("Size of " << m_readKeyModule.key() << " is " << readCdo->size());
294
295 // Add dependency
296 writeHandle.addDependency(readHandle);
297
298 // Set index
299 enum RUN1_INDICES{PK, FOREIGN_KEY, ID_1, GROUP_1, ACTIVE_1, SELECT_1};
300 enum RUN2_INDICES{ID_2, SLAVEGROUP_2, ACTIVE_2, CLOCKSELECT_2, CHIPSTATUS_2};
301 const unsigned int groupIndex{run1 ? static_cast<unsigned int>(GROUP_1) : static_cast<unsigned int>(SLAVEGROUP_2)};
302
303 // Loop over modules in DB folder
306 for (; itr!=end; ++itr) {
307 // Get SN and identifiers (the channel number is serial number+1 for the CoraCool folders but =serial number
308 // for Cool Vector Payload ; i.e. Run 1 and Run 2 resp.)
309 const unsigned int truncatedSerialNumber{run1 ? (itr->first-1) : (itr->first)};
310 const IdentifierHash& hash{m_cablingTool->getHashFromSerialNumber(truncatedSerialNumber, ctx)};
311 ++totalNumberOfModules;
312 if (not hash.is_valid()) continue;
313
314 Identifier waferId{m_pHelper->wafer_id(hash)};
315 ++totalNumberOfValidModules;
316 IdentifierHash oppWaferHash;
317 m_pHelper->get_other_side(m_cablingTool->getHashFromSerialNumber(truncatedSerialNumber, ctx), oppWaferHash);
318 const Identifier oppWaferId{m_pHelper->wafer_id(oppWaferHash)};
319 const Identifier moduleId{m_pHelper->module_id(waferId)};
320 // Get AttributeList from second (see https://svnweb.cern.ch/trac/lcgcoral/browser/coral/trunk/src/CoralBase/CoralBase/AttributeList.h )
321 // and get module info from this. Bad module has a -ve group.
322 const short group{itr->second[groupIndex].data<short>()};
323 if (group<0) {
324 // Insert module/wafer ID into set of bad modules/wafers IDs
325 writeCdo->setBadModuleId(moduleId);
326 writeCdo->setBadWaferId(waferId);
327 writeCdo->setBadWaferId(oppWaferId);
328 }
329 }
330
331 const long unsigned int totalBad{writeCdo->getBadModuleIds()->size()};
332 ATH_MSG_INFO("Total number of module identifiers is " << totalNumberOfModules);
333 ATH_MSG_INFO("Total number of modules also found in the cabling is " << totalNumberOfValidModules);
334 ATH_MSG_INFO("Total number of bad module identifiers is " << totalBad);
335
336 return StatusCode::SUCCESS;
337}
static const std::string s_coolModuleFolderName
SG::ReadCondHandleKey< CondAttrListVec > m_readKeyModule
void clearBadWaferIds()
Clear all bad wafer identifiers.
void clearBadModuleIds()
Clear all bad module identifiers.
const std::set< Identifier > * getBadModuleIds() const
Get all bad module identifiers.
void setBadModuleId(const Identifier &badModuleId)
Set a bad module identifier.

◆ filterPassed()

virtual bool AthCommonReentrantAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Definition at line 96 of file AthCommonReentrantAlgorithm.h.

96 {
97 return execState( ctx ).filterPassed();
98 }
virtual bool filterPassed(const EventContext &ctx) const

◆ finalize()

StatusCode SCT_ConfigurationCondAlg::finalize ( )
finaloverridevirtual

Definition at line 434 of file SCT_ConfigurationCondAlg.cxx.

434 {
435 ATH_MSG_DEBUG("finalize " << name());
436 return StatusCode::SUCCESS;
437}

◆ getStripId()

Identifier SCT_ConfigurationCondAlg::getStripId ( const unsigned int truncatedSerialNumber,
const unsigned int chipNumber,
const unsigned int stripNumber,
const InDetDD::SiDetectorElementCollection * elements,
const EventContext & ctx ) const
private

Definition at line 400 of file SCT_ConfigurationCondAlg.cxx.

401 {
402 Identifier waferId;
403 const Identifier invalidIdentifier; //initialiser creates invalid Id
404 unsigned int strip{0};
405 IdentifierHash waferHash;
406 if (not m_cablingTool) {
407 ATH_MSG_FATAL("The cabling tool pointer is zero.");
408 return invalidIdentifier;
409 }
410 // If the chip is 0-5 we are in side 0, otherwise in side 1. 'getHash' only
411 // returns the side 0 hash, so we use the helper for side 1
412
413 if (chipNumber<6) {
414 waferHash = m_cablingTool->getHashFromSerialNumber(truncatedSerialNumber, ctx);
415 strip = chipNumber * stripsPerChip + stripNumber;
416 if (waferHash.is_valid()) waferId = m_pHelper->wafer_id(waferHash);
417 } else {
418 m_pHelper->get_other_side(m_cablingTool->getHashFromSerialNumber(truncatedSerialNumber, ctx), waferHash);
419 strip = (chipNumber - 6) * stripsPerChip + stripNumber;
420 if (waferHash.is_valid()) waferId = m_pHelper->wafer_id(waferHash);
421 }
422
423 if (not waferId.is_valid()) return invalidIdentifier;
424
425 const InDetDD::SiDetectorElement* pElement{elements->getDetectorElement(waferHash)};
426 if (pElement==nullptr) {
427 ATH_MSG_FATAL("Element pointer is nullptr in 'getStripId' method");
428 return invalidIdentifier;
429 }
430 strip = (pElement->swapPhiReadoutDirection()) ? (lastStrip-strip) : strip;
431 return m_pHelper->strip_id(waferId, strip);
432}
bool is_valid() const
Check if id is in a valid state.
const SiDetectorElement * getDetectorElement(const IdentifierHash &hash) const
bool swapPhiReadoutDirection() const
Determine if readout direction between online and offline needs swapping.

◆ initialize()

StatusCode SCT_ConfigurationCondAlg::initialize ( )
finaloverridevirtual

Definition at line 35 of file SCT_ConfigurationCondAlg.cxx.

35 {
36 ATH_MSG_DEBUG("initialize " << name());
37
38 // SCT cabling tool
39 ATH_CHECK(m_cablingTool.retrieve());
40
41 ATH_CHECK(detStore()->retrieve(m_pHelper, "SCT_ID"));
42
43 // Check conditions folder names
47 ATH_MSG_FATAL(m_readKeyChannel.key() << " is incorrect.");
48 return StatusCode::FAILURE;
49 }
51 ATH_MSG_FATAL(m_readKeyModule.key() << " is incorrect.");
52 return StatusCode::FAILURE;
53 }
55 ATH_MSG_FATAL(m_readKeyMur.key() << " is incorrect.");
56 return StatusCode::FAILURE;
57 }
58
59 // Read Cond Handle
60 ATH_CHECK(m_readKeyChannel.initialize());
61 ATH_CHECK(m_readKeyModule.initialize());
62 ATH_CHECK(m_readKeyMur.initialize());
63 ATH_CHECK(m_SCTDetEleCollKey.initialize());
64
65 // Write Cond Handle
66 ATH_CHECK(m_writeKey.initialize());
67
68 ATH_CHECK(m_readoutTool.retrieve());
69
70 return StatusCode::SUCCESS;
71}
#define ATH_CHECK
Evaluate an expression and check for errors.
const ServiceHandle< StoreGateSvc > & detStore() const
static const std::string s_coolModuleFolderName2
static const std::string s_coolMurFolderName2
static const std::string s_coolChannelFolderName2
retrieve(aClass, aKey=None)
Definition PyKernel.py:110

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::inputHandles ( ) const
overridevirtualinherited

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()

◆ isReEntrant()

virtual bool SCT_ConfigurationCondAlg::isReEntrant ( ) const
inlinefinaloverridevirtual

Definition at line 38 of file SCT_ConfigurationCondAlg.h.

38{ return false; }

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles ( ) const
overridevirtualinherited

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()

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 > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
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)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonReentrantAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Definition at line 100 of file AthCommonReentrantAlgorithm.h.

100 {
102 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const

◆ sysExecute()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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 85 of file AthCommonReentrantAlgorithm.cxx.

77{
78 return BaseAlg::sysExecute (ctx);
79}

◆ sysInitialize()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::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 HypoBase, and InputMakerBase.

Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.

107 {
109
110 if (sc.isFailure()) {
111 return sc;
112 }
113
114 ServiceHandle<ICondSvc> cs("CondSvc",name());
115 for (auto h : outputHandles()) {
116 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
117 // do this inside the loop so we don't create the CondSvc until needed
118 if ( cs.retrieve().isFailure() ) {
119 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
120 return StatusCode::SUCCESS;
121 }
122 if (cs->regHandle(this,*h).isFailure()) {
124 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
125 << " with CondSvc");
126 }
127 }
128 }
129 return sc;
130}
#define ATH_MSG_ERROR(x)
#define ATH_MSG_WARNING(x)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }

Member Data Documentation

◆ m_cablingTool

ToolHandle<ISCT_CablingTool> SCT_ConfigurationCondAlg::m_cablingTool {this, "SCT_CablingTool", "SCT_CablingTool", "Tool to retrieve SCT Cabling"}
private

Handle on SCT cabling service.

Definition at line 64 of file SCT_ConfigurationCondAlg.h.

64{this, "SCT_CablingTool", "SCT_CablingTool", "Tool to retrieve SCT Cabling"};

◆ m_condSvc

ServiceHandle<ICondSvc> SCT_ConfigurationCondAlg::m_condSvc {this, "CondSvc", "CondSvc"}
private

Definition at line 63 of file SCT_ConfigurationCondAlg.h.

63{this, "CondSvc", "CondSvc"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonReentrantAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 114 of file AthCommonReentrantAlgorithm.h.

◆ m_pHelper

const SCT_ID* SCT_ConfigurationCondAlg::m_pHelper {nullptr}
private

ID helper for SCT.

Definition at line 66 of file SCT_ConfigurationCondAlg.h.

66{nullptr};

◆ m_readKeyChannel

SG::ReadCondHandleKey<CondAttrListVec> SCT_ConfigurationCondAlg::m_readKeyChannel {this, "ReadKeyChannel", "/SCT/DAQ/Config/Chip", "Key of input (raw) conditions folder of chips"}
private

Definition at line 58 of file SCT_ConfigurationCondAlg.h.

58{this, "ReadKeyChannel", "/SCT/DAQ/Config/Chip", "Key of input (raw) conditions folder of chips"};

◆ m_readKeyModule

SG::ReadCondHandleKey<CondAttrListVec> SCT_ConfigurationCondAlg::m_readKeyModule {this, "ReadKeyModule", "/SCT/DAQ/Config/Module", "Key of input (raw) conditions folder of modules"}
private

Definition at line 59 of file SCT_ConfigurationCondAlg.h.

59{this, "ReadKeyModule", "/SCT/DAQ/Config/Module", "Key of input (raw) conditions folder of modules"};

◆ m_readKeyMur

SG::ReadCondHandleKey<CondAttrListVec> SCT_ConfigurationCondAlg::m_readKeyMur {this, "ReadKeyMur", "/SCT/DAQ/Config/MUR", "Key of input (raw) conditions folder of Murs"}
private

Definition at line 60 of file SCT_ConfigurationCondAlg.h.

60{this, "ReadKeyMur", "/SCT/DAQ/Config/MUR", "Key of input (raw) conditions folder of Murs"};

◆ m_readoutTool

ToolHandle<ISCT_ReadoutTool> SCT_ConfigurationCondAlg::m_readoutTool {this, "SCT_ReadoutTool", "SCT_ReadoutTool", "Handle on readout tool"}
private

Handle on readout tool.

Definition at line 65 of file SCT_ConfigurationCondAlg.h.

65{this, "SCT_ReadoutTool", "SCT_ReadoutTool", "Handle on readout tool"};

◆ m_SCTDetEleCollKey

SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection> SCT_ConfigurationCondAlg::m_SCTDetEleCollKey {this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"}
private

Definition at line 61 of file SCT_ConfigurationCondAlg.h.

61{this, "SCTDetEleCollKey", "SCT_DetectorElementCollection", "Key of SiDetectorElementCollection for SCT"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.

◆ m_writeKey

SG::WriteCondHandleKey<SCT_ConfigurationCondData> SCT_ConfigurationCondAlg::m_writeKey {this, "WriteKey", "SCT_ConfigurationCondData", "Key of output (derived) conditions data"}
private

Definition at line 62 of file SCT_ConfigurationCondAlg.h.

62{this, "WriteKey", "SCT_ConfigurationCondData", "Key of output (derived) conditions data"};

◆ s_coolChannelFolderName

const std::string SCT_ConfigurationCondAlg::s_coolChannelFolderName {"/SCT/DAQ/Configuration/Chip"}
staticprivate

Definition at line 18 of file SCT_ConfigurationCondAlg.h.

◆ s_coolChannelFolderName2

const std::string SCT_ConfigurationCondAlg::s_coolChannelFolderName2 {"/SCT/DAQ/Config/Chip"}
staticprivate

Definition at line 23 of file SCT_ConfigurationCondAlg.h.

◆ s_coolChannelFolderName2Slim

const std::string SCT_ConfigurationCondAlg::s_coolChannelFolderName2Slim {"/SCT/DAQ/Config/ChipSlim"}
staticprivate

Definition at line 28 of file SCT_ConfigurationCondAlg.h.

◆ s_coolModuleFolderName

const std::string SCT_ConfigurationCondAlg::s_coolModuleFolderName {"/SCT/DAQ/Configuration/Module"}
staticprivate

Definition at line 19 of file SCT_ConfigurationCondAlg.h.

◆ s_coolModuleFolderName2

const std::string SCT_ConfigurationCondAlg::s_coolModuleFolderName2 {"/SCT/DAQ/Config/Module"}
staticprivate

Definition at line 24 of file SCT_ConfigurationCondAlg.h.

◆ s_coolMurFolderName

const std::string SCT_ConfigurationCondAlg::s_coolMurFolderName {"/SCT/DAQ/Configuration/MUR"}
staticprivate

Definition at line 20 of file SCT_ConfigurationCondAlg.h.

◆ s_coolMurFolderName2

const std::string SCT_ConfigurationCondAlg::s_coolMurFolderName2 {"/SCT/DAQ/Config/MUR"}
staticprivate

Definition at line 25 of file SCT_ConfigurationCondAlg.h.


The documentation for this class was generated from the following files: