6 this->
strip = ((1<<8)-1)&u;
9 this->
quality = ((1<<4)-1)&(u>>12);
17 this->phi_local = ((1<<10)-1)&u;
18 this->wire_group = ((1<<5)-1)&(u>>10);
19 this->cscid = ((1<<4)-1)&(u>>15);
26 this->phi_bend = ((1<<6)-1)&u;
27 this->phi_local = ((1<<2)-1)&(u>>6);
28 this->wire_group = ((1<<7)-1)&(u>>8);
29 this->cscid = ((1<<4)-1)&(u>>15);
36 this->delta_phi_12 = ((1<<8)-1)&u;
37 this->delta_phi_23 = ((1<<4)-1)&(u>>8);
38 this->track_eta = ((1<<4)-1)&(u>>12);
39 this->track_mode = ((1<<4)-1)&(u>>16);
40 this->delta_phi_sign = ((1<<1)-1)&(u>>20);
41 this->track_fr = ((1<<1)-1)&(u>>21);
48 this->phi_local = ((1<<10)-1)&us;
49 this->phi_bend_local = ((1<<6)-1)&(us>>10);
56 this->global_phi = ((1<<12)-1)&us;
63 this->global_eta = ((1<<7)-1)&us;
64 this->global_bend = ((1<<5)-1)&(us>>7);
71 this->front_rank = ((1<<7)-1)&us;
72 this->charge_valid_front = ((1<<1)-1)&(us>>7);
73 this->rear_rank = ((1<<7)-1)&(us>>8);
74 this->charge_valid_rear = ((1<<1)-1)&(us>>15);
81 unsigned short us = 0;
82 us = (phi_local | (phi_bend_local << 10));
88 unsigned short us = 0;
89 us = (global_eta | (global_bend << 7));
95 unsigned short us = 0;
102 unsigned short us = 0;
103 us = front_rank | (charge_valid_front << 7) | (rear_rank << 8) | (charge_valid_rear << 15);
117 u = phi_bend | (phi_local << 6) | (wire_group << 8) | (cscid << 15);
124 u = phi_local | (wire_group << 10) | (cscid << 15);
131 u = delta_phi_12 | (delta_phi_23 << 8) | (track_eta << 12) | (track_mode << 16) | (delta_phi_sign << 20) | (track_fr << 21);
137 return ( delta_phi_12 | (delta_phi_23 << 8) );
unsigned short toint() const
global_eta_address & operator=(const unsigned &u)
unsigned int pattern_type
unsigned short toint() const
pt_data & operator=(const unsigned short &)
pt_address & operator=(const unsigned &)
local_phi_address & operator=(const unsigned &u)
local_phi_data & operator=(const unsigned short &us)
unsigned short toint() const
global_phi_data & operator=(const unsigned short &us)
global_phi_address & operator=(const unsigned &u)
unsigned int clct_pattern
global_eta_data & operator=(const unsigned short &us)
unsigned short toint() const
unsigned delta_phi() const