CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StreamDQMDeserializer.h
Go to the documentation of this file.
1 #ifndef IOPool_Streamer_StreamDQMDeserializer_h
2 #define IOPool_Streamer_StreamDQMDeserializer_h
3 
12 #include "TBufferFile.h"
13 
15 #include <vector>
16 
17 namespace edm {
18 
20 
21  public:
23 
24  std::auto_ptr<DQMEvent::TObjectTable>
25  deserializeDQMEvent(DQMEventMsgView const& dqmEventView);
26 
27  private:
28  std::vector<unsigned char> decompressBuffer_;
29  TBufferFile workTBuffer_;
30  };
31 
32 }
33 
34 #endif
std::vector< unsigned char > decompressBuffer_
std::auto_ptr< DQMEvent::TObjectTable > deserializeDQMEvent(DQMEventMsgView const &dqmEventView)