|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef SCT_MODULEVETOCONDDATA_H
16 #define SCT_MODULEVETOCONDDATA_H
18 #include "Identifier/Identifier.h"
44 long unsigned int size()
const;
58 #include "AthenaKernel/CondCont.h"
61 #endif // SCT_MODULEVETOCONDDATA_H
void setFilled()
Set data filled.
bool filled() const
Check the data are filled or not.
Class for data object used in SCT_ModuleVetoCondAlg, SCT_LinkMaskingCondAlg, SCT_ModuleVetoTool,...
CONDCONT_DEF(SCT_ModuleVetoCondData, 46782241)
long unsigned int size() const
Get the number of bad wafers.
const std::set< Identifier > & badWaferIds() const
bool isBadWaferId(const Identifier waferId) const
Check if a wafer ID is bad or not.
SCT_ModuleVetoCondData()
Constructor.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
macros to associate a CLID to a type
std::set< Identifier > m_badWaferId
virtual ~SCT_ModuleVetoCondData()=default
Destructor.
bool setBadWaferId(const Identifier waferId)
Set a bad wafer ID.