Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
LHEInterface
plugins
LHEProvenanceHelper.h
Go to the documentation of this file.
1
#ifndef FWCore_Sources_LHEProvenanceHelper_h
2
#define FWCore_Sources_LHEProvenanceHelper_h
3
4
#include "
DataFormats/Provenance/interface/BranchDescription.h
"
5
#include "
DataFormats/Provenance/interface/ProcessHistoryID.h
"
6
#include "
DataFormats/Provenance/interface/ProductProvenance.h
"
7
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
8
9
namespace
lhef
{
10
class
LHERunInfo
;
11
}
12
13
namespace
edm
{
14
class
ProcessHistoryRegistry;
15
class
ProductRegistry;
16
class
TypeID;
17
struct
LHEProvenanceHelper
{
18
explicit
LHEProvenanceHelper
(
TypeID
const
& eventProductType,
19
TypeID
const
& runProductType,
20
ProductRegistry
& productRegistry);
21
ParameterSet
fillCommonProcessParameterSet();
22
void
lheAugment(
lhef::LHERunInfo
const
* runInfo);
23
ProcessHistoryID
lheInit(
ProcessHistoryRegistry
& processHistoryRegistry);
24
BranchDescription
const
eventProductBranchDescription_
;
25
BranchDescription
const
runProductBranchDescription_
;
26
ProductProvenance
eventProductProvenance_
;
27
ParameterSet
const
commonProcessParameterSet_
;
28
ParameterSet
processParameterSet_
;
29
};
30
}
31
#endif
edm::LHEProvenanceHelper::processParameterSet_
ParameterSet processParameterSet_
Definition:
LHEProvenanceHelper.h:28
edm::ProcessHistoryRegistry
Definition:
ProcessHistoryRegistry.h:18
edm::Hash< ProcessHistoryType >
edm::TypeID
Definition:
TypeID.h:22
particlelevel_cff.LHERunInfo
LHERunInfo
Definition:
particlelevel_cff.py:51
lhef
Definition:
ExhumeHadronizer.h:14
ProductProvenance.h
edm::LHEProvenanceHelper::runProductBranchDescription_
BranchDescription const runProductBranchDescription_
Definition:
LHEProvenanceHelper.h:25
ParameterSet.h
lhef::LHERunInfo
Definition:
LHERunInfo.h:25
BranchDescription.h
ProcessHistoryID.h
edm::BranchDescription
Definition:
BranchDescription.h:32
edm::LHEProvenanceHelper::commonProcessParameterSet_
ParameterSet const commonProcessParameterSet_
Definition:
LHEProvenanceHelper.h:27
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ProductRegistry
Definition:
ProductRegistry.h:34
edm::ProductProvenance
Definition:
ProductProvenance.h:24
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::LHEProvenanceHelper::eventProductProvenance_
ProductProvenance eventProductProvenance_
Definition:
LHEProvenanceHelper.h:26
edm::LHEProvenanceHelper
Definition:
LHEProvenanceHelper.h:17
edm::LHEProvenanceHelper::eventProductBranchDescription_
BranchDescription const eventProductBranchDescription_
Definition:
LHEProvenanceHelper.h:24
Generated for CMSSW Reference Manual by
1.8.11