|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef SCT_DCSSTATCONDDATA_H
16 #define SCT_DCSSTATCONDDATA_H
31 typedef std::map<CondAttrListCollection::ChanNum, std::vector<std::string> >
DCSConditions;
59 #include "AthenaKernel/CondCont.h"
62 #endif // SCT_DCSSTATCONDDATA_H
DCSConditions m_bad_channels
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
SCT_DCSStatCondData()
Constructor.
Classs for data object used in SCT_DCSConditionsStatCondAlg, SCT_DCSConditionsTool,...
void fill(const CondAttrListCollection::ChanNum &chanNum, const std::string ¶m)
Add defect.
void remove(const CondAttrListCollection::ChanNum &chanNum, const std::string ¶m)
Remove a defect.
int output(const CondAttrListCollection::ChanNum &chanNum, std::vector< std::string > &usersVector) const
Copy all defects to a users vector, the return value is the size.
CONDCONT_DEF(SCT_DCSStatCondData, 162792902)
std::map< CondAttrListCollection::ChanNum, std::vector< std::string > > DCSConditions
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
virtual ~SCT_DCSStatCondData()=default
Destructor.
macros to associate a CLID to a type
const DCSConditions & badChannelsMap() const