|
int | matching::digi_bx (const Digi &d) |
|
int | matching::digi_channel (const Digi &d) |
|
float & | matching::digi_dphi (Digi &d) |
|
float | matching::digi_dphi (const Digi &d) |
|
unsigned int | matching::digi_id (const Digi &d) |
|
int | matching::digi_pattern (const Digi &d) |
|
int | matching::digi_quality (const Digi &d) |
|
DigiType | matching::digi_type (const Digi &d) |
|
int & | matching::digi_wg (Digi &d) |
|
int | matching::digi_wg (const Digi &d) |
|
bool | matching::is_valid (const Digi &d) |
|
Digi | matching::make_digi () |
|
Digi | matching::make_digi (unsigned int id, int ch, int bx, DigiType t) |
|
Digi | matching::make_digi (unsigned int id, int ch, int bx, DigiType t, int q) |
|
Digi | matching::make_digi (unsigned int id, int ch, int bx, DigiType t, int q, int pat) |
|
Digi | matching::make_digi (unsigned int id, int ch, int bx, DigiType t, int q, int pat, int wg) |
|
Digi | matching::make_digi (unsigned int id, int ch, int bx, DigiType t, int q, int pat, int wg, float dphi) |
|
std::ostream & | operator<< (std::ostream &o, const matching::Digi &d) |
|