Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Framework
interface
CommonParams.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_CommonParams_h
2
#define FWCore_Framework_CommonParams_h
3
4
/*----------------------------------------------------------------------
5
6
Class to hold parameters used by the EventProcessor and also by subprocesses.
7
8
----------------------------------------------------------------------*/
9
10
namespace
edm {
11
//------------------------------------------------------------------
12
//
13
14
struct
CommonParams
{
15
CommonParams
() :
16
maxEventsInput_
(),
17
maxLumisInput_
() {
18
}
19
20
CommonParams
(
int
maxEvents
,
21
int
maxLumis) :
22
maxEventsInput_
(maxEvents),
23
maxLumisInput_
(maxLumis) {
24
}
25
26
int
maxEventsInput_
;
27
int
maxLumisInput_
;
28
};
// struct CommonParams
29
}
30
31
#endif
edm::CommonParams::maxEventsInput_
int maxEventsInput_
Definition:
CommonParams.h:26
edm::CommonParams::maxLumisInput_
int maxLumisInput_
Definition:
CommonParams.h:27
edm::CommonParams::CommonParams
CommonParams()
Definition:
CommonParams.h:15
LaserTracksInput_cfi.maxEvents
tuple maxEvents
Definition:
LaserTracksInput_cfi.py:23
edm::CommonParams
Definition:
CommonParams.h:14
edm::CommonParams::CommonParams
CommonParams(int maxEvents, int maxLumis)
Definition:
CommonParams.h:20
Generated for CMSSW Reference Manual by
1.8.5