Go to the documentation of this file.00001 #ifndef DCCEBEVENTBLOCK_HH
00002 #define DCCEBEVENTBLOCK_HH
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #include <DataFormats/EcalRawData/interface/EcalRawDataCollections.h>
00022 #include <DataFormats/EcalDigi/interface/EcalDigiCollections.h>
00023 #include "DCCRawDataDefinitions.h"
00024 #include "DCCEventBlock.h"
00025
00026
00027 class DCCEBEventBlock : public DCCEventBlock{
00028
00029 public :
00030
00031 DCCEBEventBlock( DCCDataUnpacker * u, EcalElectronicsMapper *m , bool hU, bool srpU, bool tccU, bool feU, bool memU, bool forceToKeepFRdata);
00032
00033 void unpack(const uint64_t * buffer, size_t bufferSize, unsigned int expFedId);
00034
00035 protected :
00036
00037 int unpackTCCBlocks();
00038
00039 };
00040
00041 #endif