CMS 3D CMS Logo

SRBlockFormatter.h
Go to the documentation of this file.
1 #ifndef SRBLOCKFORMATTER_H
2 #define SRBLOCKFORMATTER_H
3 
4 #include <iostream>
5 #include <vector>
6 #include <map>
7 
12 
13 
15  public :
16 
18 
19  void DigiToRaw(int dccid, int dcc_channel, int flag, FEDRawData& rawdata);
20 
21  private :
22  std::map<int, int> header_;
23 };
24 
25 #endif
26 
27 
SRBlockFormatter(BlockFormatter::Config const &, BlockFormatter::Params const &)
void DigiToRaw(int dccid, int dcc_channel, int flag, FEDRawData &rawdata)
std::map< int, int > header_