CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTROS8Unpacker.h
Go to the documentation of this file.
1 #ifndef DTROS8Unpacker_h
2 #define DTROS8Unpacker_h
3 
15 
17 
18 class DTReadOutMapping;
19 
20 class DTROS8Unpacker : public DTUnpacker {
21 
22 public:
23 
26 
28  virtual ~DTROS8Unpacker() {}
29 
30  // Unpacking method
31  virtual void interpretRawData(const unsigned int* index, int datasize,
32  int dduID,
34  std::auto_ptr<DTDigiCollection>& product,
35  std::auto_ptr<DTLocalTriggerCollection>& product2,
36  uint16_t rosList = 0);
37 
38 private:
39 
41 
42 };
43 
44 #endif
virtual void interpretRawData(const unsigned int *index, int datasize, int dduID, edm::ESHandle< DTReadOutMapping > &mapping, std::auto_ptr< DTDigiCollection > &product, std::auto_ptr< DTLocalTriggerCollection > &product2, uint16_t rosList=0)
const edm::ParameterSet pset
DTROS8Unpacker(const edm::ParameterSet &ps)
Constructor.
virtual ~DTROS8Unpacker()
Destructor.