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
int slRangeT0(int wheelId, int stationId, int sectorId, int slId, int &t0min, int &t0max) const
get content
std::string mapName() const
read and store full content
uint16_t *__restrict__ id
const_iterator end() const
DTRangeT0 & operator=(DTRangeT0 const &)=delete
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)
void clear()
reset content
int slRangeT0(const DTSuperLayerId &id, int &t0min, int &t0max) const
#define COND_SERIALIZABLE
const_iterator begin() const
int set(int wheelId, int stationId, int sectorId, int slId, int t0min, int t0max)
DTBufferTree< int, int > * dBuf