CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDCCHeaderRuntypeDecoder.h
Go to the documentation of this file.
1 // Date : 13/06/2005
2 
3 #ifndef ECALDCCTBHEADERRUNTYPE_DECODER_H
4 #define ECALDCCTBHEADERRUNTYPE_DECODER_H
7 {
8  public:
11  bool Decode( unsigned long headerWord, EcalDCCHeaderBlock * theHeader);
12  protected:
14  void DecodeSetting ( int settings, EcalDCCHeaderBlock * theHeader );
15  void CleanEcalDCCSettingsInfo( EcalDCCHeaderBlock::EcalDCCEventSettings * theEventSettings);// Re-initialize theEventSettings before filling with the deocoded event
16 };
17 #endif
bool Decode(unsigned long headerWord, EcalDCCHeaderBlock *theHeader)
void DecodeSetting(int settings, EcalDCCHeaderBlock *theHeader)
void CleanEcalDCCSettingsInfo(EcalDCCHeaderBlock::EcalDCCEventSettings *theEventSettings)