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
----------------------------------------------------------------------*/
10
11
#include "
DataFormats/Provenance/interface/BranchIDList.h
"
12
namespace
edm {
13
14
class
BranchIDListHelper;
15
struct
OutputModuleDescription
{
16
//OutputModuleDescription() : maxEvents_(-1) {}
17
explicit
OutputModuleDescription
(
BranchIDLists
const
& branchIDLists,
int
maxEvents
= -1) :
18
branchIDLists_
(&branchIDLists),
19
maxEvents_
(
maxEvents
)
20
{}
21
BranchIDLists
const
*
branchIDLists_
;
22
int
maxEvents_
;
23
};
24
}
25
26
#endif
edm::OutputModuleDescription::OutputModuleDescription
OutputModuleDescription(BranchIDLists const &branchIDLists, int maxEvents=-1)
Definition:
OutputModuleDescription.h:17
edm::BranchIDLists
std::vector< BranchIDList > BranchIDLists
Definition:
BranchIDList.h:19
edm::OutputModuleDescription
Definition:
OutputModuleDescription.h:15
edm::OutputModuleDescription::branchIDLists_
BranchIDLists const * branchIDLists_
Definition:
OutputModuleDescription.h:21
edm::OutputModuleDescription::maxEvents_
int maxEvents_
Definition:
OutputModuleDescription.h:22
BranchIDList.h
Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.maxEvents
tuple maxEvents
Definition:
Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py:3
Generated for CMSSW Reference Manual by
1.8.5