12 std::vector<L1MuDTChambPhDigi> &phi_Container,
13 std::vector<L1MuDTChambThDigi> &the_Container) {
14 LogTrace(
"") <<
"HERE OMTF->DT " << std::endl;
17 LogTrace(
"") <<
"...data skipped, since from oberlaping chambers." << std::endl;
21 int whNum = (fed == 1380) ? -2 : 2;
22 int sector = (amc - 1) * 2 + data.
sector();
26 LogTrace(
"") <<
"DT_AMC# " << amc <<
" RAW_SECTOR: " << data.
sector() <<
" DT_SECTOR: " << sector << std::endl;
38 for (
unsigned int i = 0;
i < 7;
i++) {
39 pos[
i] = (data.
eta() >>
i & 1);
45 the_Container.push_back(
L1MuDTChambThDigi(bx, whNum, sector, station, pos, posQual));
unsigned int quality() const
unsigned int bcnt_st() const
unsigned int station() const
unsigned int bxNum() const
unsigned int etaQuality() const
void unpack(unsigned int fed, unsigned int amc, const DtDataWord64 &raw, std::vector< L1MuDTChambPhDigi > &phi_Container, std::vector< L1MuDTChambThDigi > &the_Container)
char data[epos_bytes_allocation]
unsigned int sector() const
unsigned int fiber() const