CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalLaserUnpacker.h
Go to the documentation of this file.
1 #ifndef RECOLOCALCALO_HCALLASERRECO_HCALLASERUNPACKER_H
2 #define RECOLOCALCALO_HCALLASERRECO_HCALLASERUNPACKER_H 1
3 
4 class FEDRawData;
5 class HcalLaserDigi;
6 
8 public:
10  void unpack(const FEDRawData& raw, HcalLaserDigi& digi) const;
11 };
12 
13 #endif // RECOLOCALCALO_HCALLASERRECO_HCALLASERUNPACKER_H
void unpack(const FEDRawData &raw, HcalLaserDigi &digi) const