#include <L1DataEmulDigi.h>
Public Types | |
typedef std::vector< bool > | GltBits |
Public Member Functions | |
GltDEDigi () | |
GltDEDigi (bool glbit[], GltBits dbits[], GltBits tbits[]) | |
void | reset () |
void | set (bool glbit[], GltBits dbits[], GltBits tbits[]) |
Public Attributes | |
bool | globalDBit [2] |
GltBits | gltDecBits [2] |
GltBits | gltTchBits [2] |
Definition at line 67 of file L1DataEmulDigi.h.
typedef std::vector<bool> GltDEDigi::GltBits |
Definition at line 68 of file L1DataEmulDigi.h.
GltDEDigi::GltDEDigi | ( | ) |
Definition at line 75 of file L1DataEmulDigi.cc.
References reset().
Definition at line 93 of file L1DataEmulDigi.cc.
References set().
void GltDEDigi::reset | ( | void | ) |
Definition at line 79 of file L1DataEmulDigi.cc.
References globalDBit, gltDecBits, gltTchBits, i, and j.
Referenced by GltDEDigi().
Definition at line 97 of file L1DataEmulDigi.cc.
References globalDBit, gltDecBits, gltTchBits, and i.
Referenced by betterConfigParser.BetterConfigParser::getGeneral(), and GltDEDigi().
bool GltDEDigi::globalDBit[2] |
Definition at line 73 of file L1DataEmulDigi.h.
Referenced by operator<<(), reset(), and set().
GltBits GltDEDigi::gltDecBits[2] |
Definition at line 74 of file L1DataEmulDigi.h.
Referenced by operator<<(), reset(), and set().
GltBits GltDEDigi::gltTchBits[2] |
Definition at line 74 of file L1DataEmulDigi.h.
Referenced by operator<<(), reset(), and set().