57 int wheelId,
int stationId,
int sectorId,
int slId,
float& mTime,
float& mTrms,
DTTimeUnits::type unit)
const {
58 return get(wheelId, stationId, sectorId, slId, 0, 0, mTime, mTrms,
unit);
63 return get(wheelId, stationId, sectorId, slId, 0, 0, mTime, mTrms,
unit);
77 std::vector<int> chanKey;
79 chanKey.push_back(wheelId);
80 chanKey.push_back(stationId);
81 chanKey.push_back(sectorId);
82 chanKey.push_back(slId);
83 chanKey.push_back(layerId);
84 chanKey.push_back(cellId);
86 int searchStatus =
dBuf->
find(chanKey.begin(), chanKey.end(), ientry);
123 return get(
id.
wheel(),
id.
station(),
id.sector(),
id.superLayer(), 0, 0, mTime, mTrms,
unit);
127 return get(
id.
wheel(),
id.
station(),
id.sector(),
id.superLayer(), 0, 0, mTime, mTrms,
unit);
169 return set(wheelId, stationId, sectorId, slId, 0, 0, mTime, mTrms,
unit);
174 return set(wheelId, stationId, sectorId, slId, 0, 0, mTime, mTrms,
unit);
191 std::vector<int> chanKey;
193 chanKey.push_back(wheelId);
194 chanKey.push_back(stationId);
195 chanKey.push_back(sectorId);
196 chanKey.push_back(slId);
197 chanKey.push_back(layerId);
198 chanKey.push_back(cellId);
200 int searchStatus =
dBuf->
find(chanKey.begin(), chanKey.end(), ientry);
209 key.wheelId = wheelId;
210 key.stationId = stationId;
211 key.sectorId = sectorId;
213 key.layerId = layerId;
220 dBuf->
insert(chanKey.begin(), chanKey.end(), ientry);
249 return set(
id.
wheel(),
id.
station(),
id.sector(),
id.superLayer(), 0, 0, mTime, mTrms,
unit);
253 return set(
id.
wheel(),
id.
station(),
id.sector(),
id.superLayer(), 0, 0, mTime, mTrms,
unit);
289 std::stringstream
name;
299 std::vector<int> chanKey;
301 while (entryNum < entryMax) {
305 chanKey.push_back(
chan.wheelId);
306 chanKey.push_back(
chan.stationId);
307 chanKey.push_back(
chan.sectorId);
308 chanKey.push_back(
chan.slId);
309 chanKey.push_back(
chan.layerId);
310 chanKey.push_back(
chan.cellId);
311 dBuf->
insert(chanKey.begin(), chanKey.end(), entryNum++);