CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMEventQueue.h
Go to the documentation of this file.
1 // $Id: DQMEventQueue.h,v 1.5 2011/03/07 15:31:31 mommsen Exp $
3 
4 #ifndef EventFilter_StorageManager_DQMEventQueue_h
5 #define EventFilter_StorageManager_DQMEventQueue_h
6 
7 #include "boost/shared_ptr.hpp"
10 
11 namespace stor {
12 
23  typedef boost::shared_ptr<DQMEventQueue> DQMEventQueuePtr;
24 
25 } // namespace stor
26 
27 #endif // EventFilter_StorageManager_DQMEventQueue_h
28 
29 
boost::shared_ptr< DQMEventQueue > DQMEventQueuePtr
Definition: DQMEventQueue.h:23
ConcurrentQueue< I2OChain, KeepNewest< I2OChain > > DQMEventQueue
Definition: DQMEventQueue.h:22