32 template <
class Key,
class Content>
78 int slRangeT0(
int wheelId,
int stationId,
int sectorId,
int slId,
int& t0min,
int& t0max)
const {
80 return get(wheelId, stationId, sectorId, slId, t0min, t0max);
83 int get(
int wheelId,
int stationId,
int sectorId,
int slId,
int& t0min,
int& t0max)
const;
93 int setSLRangeT0(
int wheelId,
int stationId,
int sectorId,
int slId,
int t0min,
int t0max) {
94 return set(wheelId, stationId, sectorId, slId, t0min, t0max);
97 int set(
int wheelId,
int stationId,
int sectorId,
int slId,
int t0min,
int t0max);
110 std::vector<std::pair<DTRangeT0Id, DTRangeT0Data> >
dataList;
119 #endif // DTRangeT0_H
const_iterator begin() const
DTRangeT0 & operator=(DTRangeT0 const &)=delete
std::string mapName() const
read and store full content
const std::string & version() const
access version
std::vector< std::pair< DTRangeT0Id, DTRangeT0Data > >::const_iterator const_iterator
Access methods to data.
std::vector< std::pair< DTRangeT0Id, DTRangeT0Data > > dataList
int setSLRangeT0(int wheelId, int stationId, int sectorId, int slId, int t0min, int t0max)
int setSLRangeT0(const DTSuperLayerId &id, int t0min, int t0max)
int slRangeT0(const DTSuperLayerId &id, int &t0min, int &t0max) const
int slRangeT0(int wheelId, int stationId, int sectorId, int slId, int &t0min, int &t0max) const
get content
void clear()
reset content
const_iterator end() const
#define COND_SERIALIZABLE
DTBufferTree< int, int > * dBuf