#include <Toolbox.hh>

Public Member Functions | |
| ~Toolbox () | |
Static Public Member Functions | |
| static void | readSteerFile (std::string fileNamne, bool verbose) |
| static unsigned short | bigTolittle (short value) |
| static void | addIntToString (std::string &chaine, int value) |
Static Public Attributes | |
| static const unsigned int | MASK_LSB = 0x00ff |
| static const unsigned int | MASK_MSB = 0xff00 |
| static const unsigned long | MASK_CHANNEL_DATA = 0x00000fff |
| static const unsigned long | MASK_CHANNEL_NUMBER = 0x007ff000 |
| static const unsigned int | MASK_12BIT = 0x0fff |
Private Member Functions | |
| Toolbox () | |
Definition at line 11 of file Toolbox.hh.
| Toolbox::~Toolbox | ( | ) |
| Toolbox::Toolbox | ( | ) | [private] |
| static void Toolbox::readSteerFile | ( | std::string | fileNamne, | |
| bool | verbose | |||
| ) | [static] |
| static unsigned short Toolbox::bigTolittle | ( | short | value | ) | [static] |
| static void Toolbox::addIntToString | ( | std::string & | chaine, | |
| int | value | |||
| ) | [static] |
const unsigned int Toolbox::MASK_LSB = 0x00ff [static] |
Definition at line 22 of file Toolbox.hh.
const unsigned int Toolbox::MASK_MSB = 0xff00 [static] |
Definition at line 23 of file Toolbox.hh.
const unsigned long Toolbox::MASK_CHANNEL_DATA = 0x00000fff [static] |
Definition at line 24 of file Toolbox.hh.
const unsigned long Toolbox::MASK_CHANNEL_NUMBER = 0x007ff000 [static] |
Definition at line 25 of file Toolbox.hh.
const unsigned int Toolbox::MASK_12BIT = 0x0fff [static] |
Definition at line 26 of file Toolbox.hh.
1.5.8