CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DCCEESRPBlock.h
Go to the documentation of this file.
1 #ifndef DCCEESRPBLOCK_HH
2 #define DCCEESRPBLOCK_HH
3 
4 
5 /*
6  *\ Class DCCEESRPBlock
7  *
8  * Class responsible for the SR flag unpacking in the EE.
9  *
10  * \file DCCEESRPBlock.h
11  *
12  * $Date: 2007/07/24 11:39:35 $
13  * $Revision: 1.5 $
14  *
15  * \author N. Almeida
16  *
17 */
18 
19 
20 #include <iostream>
21 #include <memory>
22 #include <stdint.h>
23 #include <string>
24 #include <vector>
25 #include <map>
26 #include <utility>
27 
28 #include "DCCSRPBlock.h"
29 
33 
34 
35 class DCCEESRPBlock : public DCCSRPBlock{
36 
37  public :
38 
40 
41  void updateCollectors();
42 
43  protected :
44 
45  void addSRFlagToCollection();
46 
48 
49  std::auto_ptr<EESrFlagCollection> * eeSrFlagsDigis_;
50 
52 
53 
54 
55 };
56 
57 
58 #endif
int unpack(uint64_t **data, unsigned int *dwToEnd, unsigned int numbFlags=SRP_NUMBFLAGS)
Definition: DCCSRPBlock.cc:19
bool checkSrpIdAndNumbSRFlags()
void updateCollectors()
void addSRFlagToCollection()
DCCEESRPBlock(DCCDataUnpacker *u, EcalElectronicsMapper *m, DCCEventBlock *e, bool unpack)
Definition: DCCEESRPBlock.cc:8
std::auto_ptr< EESrFlagCollection > * eeSrFlagsDigis_
Definition: DCCEESRPBlock.h:49
EcalScDetId * pSCDetId_
Definition: DCCEESRPBlock.h:51