CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DCCEBEventBlock.h
Go to the documentation of this file.
1 #ifndef DCCEBEVENTBLOCK_HH
2 #define DCCEBEVENTBLOCK_HH
3 
4 
5 /*
6  *\ Class DCCEBEventBlock
7  *
8  * Specialization of the DCCEventBlock for the EB
9  * The class instintes the DCCTowerBlock, DCCEBTCBlock and DCCEBSRPBlock unpacking classes
10  *
11  * \file DCCEBEventBlock.h
12  *
13  * $Date: 2012/08/06 21:51:35 $
14  * $Revision: 1.4 $
15  *
16  * \author N. Almeida
17  *
18  *
19 */
20 
23 #include "DCCRawDataDefinitions.h"
24 #include "DCCEventBlock.h"
25 
26 
28 
29  public :
30 
31  DCCEBEventBlock( DCCDataUnpacker * u, EcalElectronicsMapper *m , bool hU, bool srpU, bool tccU, bool feU, bool memU, bool forceToKeepFRdata);
32 
33  void unpack(const uint64_t * buffer, size_t bufferSize, unsigned int expFedId);
34 
35  protected :
36 
37  int unpackTCCBlocks();
38 
39 };
40 
41 #endif
void unpack(const uint64_t *buffer, size_t bufferSize, unsigned int expFedId)
DCCEBEventBlock(DCCDataUnpacker *u, EcalElectronicsMapper *m, bool hU, bool srpU, bool tccU, bool feU, bool memU, bool forceToKeepFRdata)
unsigned long long uint64_t
Definition: Time.h:15