CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/EventFilter/StorageManager/interface/StreamQueue.h

Go to the documentation of this file.
00001 // $Id: StreamQueue.h,v 1.4 2011/03/07 15:31:32 mommsen Exp $
00003 
00004 #ifndef EventFilter_StorageManager_StreamQueue_h
00005 #define EventFilter_StorageManager_StreamQueue_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 
00021   typedef ConcurrentQueue<I2OChain> StreamQueue;  
00022   typedef boost::shared_ptr<StreamQueue> StreamQueuePtr;
00023 
00024 } // namespace stor
00025 
00026 #endif // EventFilter_StorageManager_StreamQueue_h 
00027 
00028