CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TCCBlockFormatter.h
Go to the documentation of this file.
1 #ifndef TCCBLOCKFORMATTER_H
2 #define TCCBLOCKFORMATTER_H
3 
4 #include <iostream>
5 #include <vector>
6 #include <map>
7 
12 
14 
15 
16 //
17 // The block containing the trigger towers for a given FED
18 //
19 
20 
21 
23  public :
24 
27  static const int kCardsPerTower = 5; // Number of VFE cards per trigger tower
28  void DigiToRaw(const EcalTriggerPrimitiveDigi& trigprim, FEDRawData& rawdata, const EcalElectronicsMapping* TheMapping);
29 
30  private :
32 
33 };
34 
35 
36 
37 #endif
38 
39 
void DigiToRaw(const EcalTriggerPrimitiveDigi &trigprim, FEDRawData &rawdata, const EcalElectronicsMapping *TheMapping)
dictionary rawdata
Definition: lumiPlot.py:393
static const int kCardsPerTower