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 
14 public:
16 
17  void DigiToRaw(int dccid, int dcc_channel, int flag, FEDRawData& rawdata);
18 
19 private:
20  std::map<int, int> header_;
21 };
22 
23 #endif
SRBlockFormatter(BlockFormatter::Config const &, BlockFormatter::Params const &)
void DigiToRaw(int dccid, int dcc_channel, int flag, FEDRawData &rawdata)
std::map< int, int > header_