CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OutputModuleDescription.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_OutputModuleDescription_h
2 #define FWCore_Framework_OutputModuleDescription_h
3 
4 /*----------------------------------------------------------------------
5 
6 OutputModuleDescription : the stuff that is needed to configure an
7 output module that does not come in through the ParameterSet
8 
9 $Id: OutputModuleDescription.h,v 1.2 2008/02/21 22:47:51 wdd Exp $
10 ----------------------------------------------------------------------*/
11 namespace edm {
12 
16  maxEvents_(maxEvents)
17  {}
19  };
20 }
21 
22 #endif