Go to the documentation of this file.00001
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 }
00025
00026 #endif // EventFilter_StorageManager_DQMEventQueueCollection_h
00027
00028
00029
00030
00031
00032
00033
00034
00035