CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StreamID.h
Go to the documentation of this file.
1 // $Id: StreamID.h,v 1.3.16.1 2011/03/07 11:33:04 mommsen Exp $
3 
4 #ifndef EventFilter_StorageManager_StreamID_h
5 #define EventFilter_StorageManager_StreamID_h
6 
7 #include <cstddef>
8 
9 namespace stor {
10 
19  typedef size_t StreamID;
20 
21 
22 } // namespace stor
23 
24 #endif // EventFilter_StorageManager_StreamID_h
25 
26 
size_t StreamID
Definition: StreamID.h:19