#include <DataFormats/EcalRawData/interface/EcalRawDataCollections.h>
#include <DataFormats/EcalDigi/interface/EcalDigiCollections.h>
#include "DCCRawDataDefinitions.h"
Go to the source code of this file.
Classes | |
class | DCCEventBlock |
Enumerations | |
enum | BlockType { FE_MEM = 1, TCC_SRP = 2 } |
Functions | |
bool | isSynced (const unsigned int dccBx, const unsigned int bx, const unsigned int dccL1, const unsigned int l1, const BlockType type, const unsigned int fov) |
enum BlockType |
Enumerator | |
---|---|
FE_MEM | |
TCC_SRP |
Definition at line 129 of file DCCEventBlock.h.
bool isSynced | ( | const unsigned int | dccBx, |
const unsigned int | bx, | ||
const unsigned int | dccL1, | ||
const unsigned int | l1, | ||
const BlockType | type, | ||
const unsigned int | fov | ||
) |
Definition at line 221 of file DCCEventBlock.cc.
References FE_MEM, and TCC_SRP.
Referenced by DCCFEBlock::unpack(), DCCSRPBlock::unpack(), DCCMemBlock::unpack(), and DCCTCCBlock::unpack().