|
|
Go to the documentation of this file.
32 template <
class Key,
class Content>
99 bool& nohvFlag)
const {
101 wheelId, stationId, sectorId, slId, layerId, cellId, noiseFlag, feMask, tdcMask, trigMask, deadFlag, nohvFlag);
109 bool& nohvFlag)
const {
110 return get(
id, noiseFlag, feMask, tdcMask, trigMask, deadFlag, nohvFlag);
123 bool& nohvFlag)
const;
130 bool& nohvFlag)
const;
152 wheelId, stationId, sectorId, slId, layerId, cellId, noiseFlag, feMask, tdcMask, trigMask, deadFlag, nohvFlag);
155 const DTWireId&
id,
bool noiseFlag,
bool feMask,
bool tdcMask,
bool trigMask,
bool deadFlag,
bool nohvFlag) {
156 return set(
id, noiseFlag, feMask, tdcMask, trigMask, deadFlag, nohvFlag);
171 int set(
const DTWireId&
id,
bool noiseFlag,
bool feMask,
bool tdcMask,
bool trigMask,
bool deadFlag,
bool nohvFlag);
173 int setCellNoise(
int wheelId,
int stationId,
int sectorId,
int slId,
int layerId,
int cellId,
bool flag);
176 int setCellFEMask(
int wheelId,
int stationId,
int sectorId,
int slId,
int layerId,
int cellId,
bool mask);
179 int setCellTDCMask(
int wheelId,
int stationId,
int sectorId,
int slId,
int layerId,
int cellId,
bool mask);
182 int setCellTrigMask(
int wheelId,
int stationId,
int sectorId,
int slId,
int layerId,
int cellId,
bool mask);
185 int setCellDead(
int wheelId,
int stationId,
int sectorId,
int slId,
int layerId,
int cellId,
bool flag);
188 int setCellNoHV(
int wheelId,
int stationId,
int sectorId,
int slId,
int layerId,
int cellId,
bool flag);
204 std::vector<std::pair<DTStatusFlagId, DTStatusFlagData> >
dataList;
212 #endif // DTStatusFlag_H
int setCellStatus(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool noiseFlag, bool feMask, bool tdcMask, bool trigMask, bool deadFlag, bool nohvFlag)
int cellStatus(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool &noiseFlag, bool &feMask, bool &tdcMask, bool &trigMask, bool &deadFlag, bool &nohvFlag) const
get content
#define COND_SERIALIZABLE
int setCellFEMask(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool mask)
const_iterator begin() const
void clear()
reset content
int cellStatus(const DTWireId &id, bool &noiseFlag, bool &feMask, bool &tdcMask, bool &trigMask, bool &deadFlag, bool &nohvFlag) const
std::vector< std::pair< DTStatusFlagId, DTStatusFlagData > > dataList
std::string mapName() const
int setCellTDCMask(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool mask)
DTStatusFlag & operator=(DTStatusFlag const &)=delete
std::vector< std::pair< DTStatusFlagId, DTStatusFlagData > >::const_iterator const_iterator
Access methods to data.
int setCellTrigMask(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool mask)
edm::ConstRespectingPtr< DTBufferTree< int, int > > dBuf
int set(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool noiseFlag, bool feMask, bool tdcMask, bool trigMask, bool deadFlag, bool nohvFlag)
bool operator()(const DTStatusFlagId &idl, const DTStatusFlagId &idr) const
int setCellDead(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool flag)
int get(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool &noiseFlag, bool &feMask, bool &tdcMask, bool &trigMask, bool &deadFlag, bool &nohvFlag) const
int setCellNoise(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool flag)
const_iterator end() const
int setCellStatus(const DTWireId &id, bool noiseFlag, bool feMask, bool tdcMask, bool trigMask, bool deadFlag, bool nohvFlag)
const std::string & version() const
access version
int setCellNoHV(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool flag)