CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/EventFilter/StorageManager/interface/StreamID.h

Go to the documentation of this file.
00001 // $Id: StreamID.h,v 1.4 2011/03/07 15:31:32 mommsen Exp $
00003 
00004 #ifndef EventFilter_StorageManager_StreamID_h
00005 #define EventFilter_StorageManager_StreamID_h
00006 
00007 #include <cstddef>
00008 
00009 namespace stor {
00010 
00019   typedef size_t StreamID;
00020 
00021   
00022 } // namespace stor
00023 
00024 #endif // EventFilter_StorageManager_StreamID_h 
00025 
00026