CMS 3D CMS Logo

edm::OutputModuleDescription Struct Reference

#include <FWCore/Framework/interface/OutputModuleDescription.h>

List of all members.

Public Member Functions

 OutputModuleDescription (int maxEvents)
 OutputModuleDescription ()

Public Attributes

int maxEvents_


Detailed Description

Definition at line 13 of file OutputModuleDescription.h.


Constructor & Destructor Documentation

edm::OutputModuleDescription::OutputModuleDescription (  )  [inline]

Definition at line 14 of file OutputModuleDescription.h.

00014 : maxEvents_(-1) {}

edm::OutputModuleDescription::OutputModuleDescription ( int  maxEvents  )  [inline]

Definition at line 15 of file OutputModuleDescription.h.

00015                                            :
00016       maxEvents_(maxEvents)
00017     {}
    int maxEvents_;


Member Data Documentation

int edm::OutputModuleDescription::maxEvents_

Definition at line 18 of file OutputModuleDescription.h.

Referenced by edm::OutputModule::configure(), and edm::Schedule::limitOutput().


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:42:01 2009 for CMSSW by  doxygen 1.5.4