Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Framework
interface
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
13
struct
OutputModuleDescription
{
14
OutputModuleDescription
() :
maxEvents_
(-1) {}
15
OutputModuleDescription
(
int
maxEvents
) :
16
maxEvents_
(maxEvents)
17
{}
18
int
maxEvents_
;
19
};
20
}
21
22
#endif
edm::OutputModuleDescription::OutputModuleDescription
OutputModuleDescription(int maxEvents)
Definition:
OutputModuleDescription.h:15
edm::OutputModuleDescription
Definition:
OutputModuleDescription.h:13
edm::OutputModuleDescription::maxEvents_
int maxEvents_
Definition:
OutputModuleDescription.h:18
edm::OutputModuleDescription::OutputModuleDescription
OutputModuleDescription()
Definition:
OutputModuleDescription.h:14
LaserTracksInput_cfi.maxEvents
tuple maxEvents
Definition:
LaserTracksInput_cfi.py:23
Generated for CMSSW Reference Manual by
1.8.5