Go to the documentation of this file.00001
00003
00004 #ifndef EventFilter_StorageManager_DQMEventQueue_h
00005 #define EventFilter_StorageManager_DQMEventQueue_h
00006
00007 #include "boost/shared_ptr.hpp"
00008 #include "EventFilter/StorageManager/interface/ConcurrentQueue.h"
00009 #include "EventFilter/StorageManager/interface/I2OChain.h"
00010
00011 namespace stor {
00012
00022 typedef ConcurrentQueue< I2OChain, KeepNewest<I2OChain> > DQMEventQueue;
00023 typedef boost::shared_ptr<DQMEventQueue> DQMEventQueuePtr;
00024
00025 }
00026
00027 #endif // EventFilter_StorageManager_DQMEventQueue_h
00028
00029