CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 // $Id: DQMEventQueueCollection.h,v 1.4 2011/03/07 15:31:31 mommsen Exp $
00003 
00004 #ifndef EventFilter_StorageManager_DQMEventQueueCollection_h
00005 #define EventFilter_StorageManager_DQMEventQueueCollection_h
00006 
00007 #include "boost/shared_ptr.hpp"
00008 #include "EventFilter/StorageManager/interface/DQMTopLevelFolder.h"
00009 #include "EventFilter/StorageManager/interface/QueueCollection.h"
00010 
00011 namespace stor {
00012 
00021   typedef QueueCollection<DQMTopLevelFolder::Record> DQMEventQueueCollection;
00022   typedef boost::shared_ptr<DQMEventQueueCollection> DQMEventQueueCollectionPtr;
00023 
00024 } // namespace stor
00025 
00026 #endif // EventFilter_StorageManager_DQMEventQueueCollection_h 
00027 
00028 
00029 
00030 // emacs configuration
00031 // Local Variables: -
00032 // mode: c++ -
00033 // c-basic-offset: 2 -
00034 // indent-tabs-mode: nil -
00035 // End: -