CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DCCEBTCCBlock.h
Go to the documentation of this file.
1 #ifndef DCCEBTCCBLOCK_HH
2 #define DCCEBTCCBLOCK_HH
3 
4 /*
5  *\ Class DCCEBTCCBlock
6  *
7  * Class responsible for the EB Trigger Tower primitives unpacking.
8  *
9  * \file DCCEBTCCBlock.h
10  *
11  *
12  * \author N. Almeida
13  * \author G. Franzoni
14  *
15 */
16 
17 #include <iostream>
18 #include <string>
19 #include <vector>
20 #include <map>
21 #include <utility>
22 
23 
24 
29 
30 #include "DCCTCCBlock.h"
31 
32 class DCCDataUnpacker;
33 
34 class DCCEBTCCBlock : public DCCTCCBlock {
35 
36  public :
41 
42  void updateCollectors();
43 
45 
46  protected :
47 
48  bool checkTccIdAndNumbTTs();
49 
50 };
51 
52 #endif
int unpack(const uint64_t **data, unsigned int *dwToEnd, short tccChId=0)
Definition: DCCTCCBlock.cc:11
DCCEBTCCBlock(DCCDataUnpacker *u, EcalElectronicsMapper *m, DCCEventBlock *e, bool unpack)
Definition: DCCEBTCCBlock.cc:6
void addTriggerPrimitivesToCollection()
void updateCollectors()
bool checkTccIdAndNumbTTs()