111 bool& nohvFlag )
const
112 {
return get( wheelId, stationId, sectorId, slId, layerId, cellId,
113 noiseFlag, feMask, tdcMask, trigMask,
114 deadFlag, nohvFlag); };
121 bool& nohvFlag )
const
123 noiseFlag, feMask, tdcMask, trigMask,
124 deadFlag, nohvFlag ); };
125 int get(
int wheelId,
136 bool& nohvFlag )
const;
143 bool& nohvFlag )
const;
165 {
return set( wheelId, stationId, sectorId, slId, layerId, cellId,
166 noiseFlag, feMask, tdcMask, trigMask,
167 deadFlag, nohvFlag); };
176 noiseFlag, feMask, tdcMask, trigMask,
177 deadFlag, nohvFlag ); };
179 int set(
int wheelId,
275 std::vector< std::pair<DTStatusFlagId,DTStatusFlagData> >
dataList;
284 #endif // DTStatusFlag_H
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)
const_iterator end() const
int setCellDead(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool flag)
int setCellStatus(const DTWireId &id, bool noiseFlag, bool feMask, bool tdcMask, bool trigMask, bool deadFlag, bool nohvFlag)
int setCellTrigMask(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool mask)
std::vector< std::pair< DTStatusFlagId, DTStatusFlagData > > dataList
int setCellNoise(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool flag)
edm::ConstRespectingPtr< DTBufferTree< int, int > > dBuf
std::vector< std::pair< DTStatusFlagId, DTStatusFlagData > >::const_iterator const_iterator
Access methods to data.
int cellStatus(const DTWireId &id, bool &noiseFlag, bool &feMask, bool &tdcMask, bool &trigMask, bool &deadFlag, bool &nohvFlag) const
bool operator()(const DTStatusFlagId &idl, const DTStatusFlagId &idr) const
const std::string & version() const
access version
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
void clear()
reset content
DTStatusFlag & operator=(DTStatusFlag const &)
int setCellNoHV(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool flag)
std::string mapName() const
int setCellTDCMask(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool mask)
int setCellFEMask(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, bool mask)
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)
const_iterator begin() const