Go to the documentation of this file.
32 template <
class Key,
class Content>
76 int slRangeT0(
int wheelId,
int stationId,
int sectorId,
int slId,
int& t0min,
int& t0max)
const {
78 return get(wheelId, stationId, sectorId, slId, t0min, t0max);
81 int get(
int wheelId,
int stationId,
int sectorId,
int slId,
int& t0min,
int& t0max)
const;
91 int setSLRangeT0(
int wheelId,
int stationId,
int sectorId,
int slId,
int t0min,
int t0max) {
92 return set(wheelId, stationId, sectorId, slId, t0min, t0max);
95 int set(
int wheelId,
int stationId,
int sectorId,
int slId,
int t0min,
int t0max);
111 std::vector<std::pair<DTRangeT0Id, DTRangeT0Data> >
dataList;
120 #endif // DTRangeT0_H
std::string mapName() const
read and store full content
const std::string & version() const
access version
DTRangeT0 & operator=(DTRangeT0 const &)=delete
#define COND_SERIALIZABLE
int slRangeT0(const DTSuperLayerId &id, int &t0min, int &t0max) const
int set(int wheelId, int stationId, int sectorId, int slId, int t0min, int t0max)
std::vector< std::pair< DTRangeT0Id, DTRangeT0Data > > dataList
const_iterator end() const
int setSLRangeT0(const DTSuperLayerId &id, int t0min, int t0max)
int slRangeT0(int wheelId, int stationId, int sectorId, int slId, int &t0min, int &t0max) const
get content
int get(int wheelId, int stationId, int sectorId, int slId, int &t0min, int &t0max) const
int setSLRangeT0(int wheelId, int stationId, int sectorId, int slId, int t0min, int t0max)
std::vector< std::pair< DTRangeT0Id, DTRangeT0Data > >::const_iterator const_iterator
Access methods to data.
const_iterator begin() const
void clear()
reset content
DTBufferTree< int, int > * dBuf