#include <DTPosNeg.h>
Public Member Functions | |
DTPosNeg () | |
virtual | ~DTPosNeg () |
Static Public Member Functions | |
static void | dump () |
dump map More... | |
static int | getCT (int whe, int sec, int sta) |
static int | getCT (const DTChamberId &cha) |
static int | getPN (int whe, int sec, int sta) |
static int | getPN (const DTChamberId &cha) |
Static Private Member Functions | |
static void | decode (int code, int &whe, int &sec, int &sta) |
static void | decode (int code, int &p, int &t) |
static void | fillMap () |
static int | getData (int whe, int sec, int sta) |
static int | idCode (int whe, int sec, int sta) |
static int | pnCode (int p, int t) |
Static Private Attributes | |
static std::map< int, int > | geomMap |
static bool | initRequest = true |
DTPosNeg::DTPosNeg | ( | ) |
|
virtual |
|
staticprivate |
Definition at line 391 of file DTPosNeg.cc.
Referenced by dump(), ztail.Decoder::follow(), getCT(), getPN(), and ztail.Decoder::initial_synchronize().
|
staticprivate |
Definition at line 399 of file DTPosNeg.cc.
Referenced by ztail.Decoder::follow(), and ztail.Decoder::initial_synchronize().
|
static |
dump map
Operations
Definition at line 54 of file DTPosNeg.cc.
References gather_cfg::cout, decode(), mps_splice::entry, fillMap(), geomMap, getCT(), getPN(), and initRequest.
|
staticprivate |
Definition at line 118 of file DTPosNeg.cc.
References geomMap, idCode(), initRequest, and pnCode().
Referenced by dump(), and getData().
|
static |
Definition at line 103 of file DTPosNeg.cc.
References decode(), and getData().
Referenced by dump(), and getCT().
|
static |
Definition at line 111 of file DTPosNeg.cc.
References getCT(), DTChamberId::sector(), DTChamberId::station(), and DTChamberId::wheel().
|
staticprivate |
Definition at line 405 of file DTPosNeg.cc.
References fillMap(), geomMap, idCode(), and initRequest.
Referenced by getCT(), and getPN().
|
static |
Definition at line 88 of file DTPosNeg.cc.
References decode(), and getData().
Referenced by dump(), and getPN().
|
static |
Definition at line 96 of file DTPosNeg.cc.
References getPN(), DTChamberId::sector(), DTChamberId::station(), and DTChamberId::wheel().
|
staticprivate |
Definition at line 381 of file DTPosNeg.cc.
|
staticprivate |
|
staticprivate |
Definition at line 65 of file DTPosNeg.h.
|
staticprivate |
Definition at line 64 of file DTPosNeg.h.