CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTDDUUnpacker.h
Go to the documentation of this file.
1 #ifndef DTDDUUnpacker_h
2 #define DTDDUUnpacker_h
3 
11 
14 
15 // class DTROS25Unpacker;
16 
17 class DTDDUUnpacker : public DTUnpacker {
18 
19  public:
20 
23 
25  virtual ~DTDDUUnpacker();
26 
27  // Unpacking method
28  virtual void interpretRawData(const unsigned int* index, int datasize,
29  int dduID,
31  std::auto_ptr<DTDigiCollection>& product,
32  std::auto_ptr<DTLocalTriggerCollection>& product2,
33  uint16_t rosList=0);
34 
35  inline const std::vector<DTROS25Data> & getROSsControlData() const {
37  }
38 
39  inline const DTDDUData & getDDUControlData() const {
40  return controlData;
41  }
42 
43  private:
44 
46 
48  bool localDAQ;
49 
52 
53  bool debug;
54 
56 
58 
59 };
60 
61 #endif
DTROS25Unpacker * ros25Unpacker
Definition: DTDDUUnpacker.h:55
const std::vector< DTROS25Data > & getROSsControlData() const
Definition: DTDDUUnpacker.h:35
bool localDAQ
if data are read locally, status words are swapped
Definition: DTDDUUnpacker.h:48
const DTDDUData & getDDUControlData() const
Definition: DTDDUUnpacker.h:39
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 dduPSet
Definition: DTDDUUnpacker.h:45
virtual ~DTDDUUnpacker()
Destructor.
bool performDataIntegrityMonitor
perform DQM for DDU
Definition: DTDDUUnpacker.h:51
DTDDUUnpacker(const edm::ParameterSet &ps)
Constructor.
DTDDUData controlData
Definition: DTDDUUnpacker.h:57
const std::vector< DTROS25Data > & getROSsControlData() const