CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BufferArea.h
Go to the documentation of this file.
1 #ifndef IOPool_Streamer_BufferArea_h
2 #define IOPool_Streamer_BufferArea_h
3 
4 // -*- C++ -*-
5 
7 
8 namespace edm {
9  EventBuffer* getEventBuffer(int event_size_max, int queue_depth_max);
10 }
11 
12 #endif
EventBuffer * getEventBuffer(int event_size_max, int queue_depth_max)
Definition: BufferArea.cc:28