Go to the documentation of this file.
31 template <
class Key,
class Content>
76 int get(
int wheelId,
int stationId,
int sectorId,
int& flagCFE,
int& flagDFE,
int& flagCMC,
int& flagDMC)
const;
78 int get(
const DTChamberId&
id,
int& flagCFE,
int& flagDFE,
int& flagCMC,
int& flagDMC)
const;
86 int set(
int wheelId,
int stationId,
int sectorId,
int flagCFE,
int flagDFE,
int flagCMC,
int flagDMC);
87 int set(
const DTChamberId&
id,
int flagCFE,
int flagDFE,
int flagCMC,
int flagDMC);
88 int setFlagCFE(
int wheelId,
int stationId,
int sectorId,
int flag);
90 int setFlagDFE(
int wheelId,
int stationId,
int sectorId,
int flag);
92 int setFlagCMC(
int wheelId,
int stationId,
int sectorId,
int flag);
94 int setFlagDMC(
int wheelId,
int stationId,
int sectorId,
int flag);
110 std::vector<std::pair<DTLVStatusId, DTLVStatusData> >
dataList;
119 #endif // DTLVStatus_H
int setFlagCFE(int wheelId, int stationId, int sectorId, int flag)
const_iterator end() const
#define COND_SERIALIZABLE
std::vector< std::pair< DTLVStatusId, DTLVStatusData > >::const_iterator const_iterator
Access methods to data.
int get(int wheelId, int stationId, int sectorId, int &flagCFE, int &flagDFE, int &flagCMC, int &flagDMC) const
get content
DTLVStatus & operator=(DTLVStatus const &)=delete
int set(int wheelId, int stationId, int sectorId, int flagCFE, int flagDFE, int flagCMC, int flagDMC)
int setFlagDFE(int wheelId, int stationId, int sectorId, int flag)
void clear()
reset content
int setFlagCMC(int wheelId, int stationId, int sectorId, int flag)
const_iterator begin() const
edm::ConstRespectingPtr< DTBufferTree< int, int > > dBuf
int setFlagDMC(int wheelId, int stationId, int sectorId, int flag)
const std::string & version() const
access version
std::string mapName() const
read and store full content
std::vector< std::pair< DTLVStatusId, DTLVStatusData > > dataList