#include <BlockFormatter.h>
Public Types | |
typedef uint16_t | Word16 |
typedef uint64_t | Word64 |
Public Member Functions | |
BlockFormatter () | |
void | CleanUp (FEDRawDataCollection *productRawData, std::map< int, std::map< int, int > > *FEDorder) |
void | DigiToRaw (FEDRawDataCollection *productRawData) |
void | print (FEDRawData &rawdata) |
void | PrintSizes (FEDRawDataCollection *productRawData) |
void | SetParam (EcalDigiToRaw *base) |
~BlockFormatter () | |
Static Public Attributes | |
static const int | kCardsPerTower = 5 |
Protected Attributes | |
bool | debug_ |
bool | doBarrel_ |
bool | doEndCap_ |
bool | doSR_ |
bool | doTCC_ |
bool | doTower_ |
int * | pbx_ |
int * | pcounter_ |
std::vector< int32_t > * | plistDCCId_ |
int * | plv1_ |
int * | porbit_number_ |
int * | prunnumber_ |
Definition at line 18 of file BlockFormatter.h.
typedef uint16_t BlockFormatter::Word16 |
Definition at line 21 of file BlockFormatter.h.
typedef uint64_t BlockFormatter::Word64 |
Definition at line 20 of file BlockFormatter.h.
BlockFormatter::BlockFormatter | ( | ) |
Definition at line 14 of file BlockFormatter.cc.
BlockFormatter::~BlockFormatter | ( | ) |
Definition at line 17 of file BlockFormatter.cc.
void BlockFormatter::CleanUp | ( | FEDRawDataCollection * | productRawData, |
std::map< int, std::map< int, int > > * | FEDorder | ||
) |
Definition at line 125 of file BlockFormatter.cc.
void BlockFormatter::DigiToRaw | ( | FEDRawDataCollection * | productRawData | ) |
Definition at line 39 of file BlockFormatter.cc.
void BlockFormatter::print | ( | FEDRawData & | rawdata | ) |
Definition at line 109 of file BlockFormatter.cc.
void BlockFormatter::PrintSizes | ( | FEDRawDataCollection * | productRawData | ) |
Definition at line 202 of file BlockFormatter.cc.
void BlockFormatter::SetParam | ( | EcalDigiToRaw * | base | ) |
Definition at line 21 of file BlockFormatter.cc.
|
protected |
Definition at line 35 of file BlockFormatter.h.
|
protected |
Definition at line 37 of file BlockFormatter.h.
|
protected |
Definition at line 38 of file BlockFormatter.h.
|
protected |
Definition at line 40 of file BlockFormatter.h.
|
protected |
Definition at line 39 of file BlockFormatter.h.
|
protected |
Definition at line 41 of file BlockFormatter.h.
|
static |
Definition at line 26 of file BlockFormatter.h.
|
protected |
Definition at line 47 of file BlockFormatter.h.
|
protected |
Definition at line 45 of file BlockFormatter.h.
|
protected |
Definition at line 43 of file BlockFormatter.h.
|
protected |
Definition at line 48 of file BlockFormatter.h.
|
protected |
Definition at line 46 of file BlockFormatter.h.
|
protected |
Definition at line 49 of file BlockFormatter.h.