Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
}
// namespace edm
31
#endif
ProcessHistoryID.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::LHEProvenanceHelper::LHEProvenanceHelper
LHEProvenanceHelper(TypeID const &eventProductType, TypeID const &runProductType, ProductRegistry &productRegistry)
Definition:
LHEProvenanceHelper.cc:18
edm::LHEProvenanceHelper::lheInit
ProcessHistoryID lheInit(ProcessHistoryRegistry &processHistoryRegistry)
Definition:
LHEProvenanceHelper.cc:117
particlelevel_cff.LHERunInfo
LHERunInfo
Definition:
particlelevel_cff.py:56
edm::LHEProvenanceHelper::processParameterSet_
ParameterSet processParameterSet_
Definition:
LHEProvenanceHelper.h:28
edm::ProductRegistry
Definition:
ProductRegistry.h:37
edm::ProductProvenance
Definition:
ProductProvenance.h:24
ProductProvenance.h
edm::Hash< ProcessHistoryType >
edm::LHEProvenanceHelper::fillCommonProcessParameterSet
ParameterSet fillCommonProcessParameterSet()
Definition:
LHEProvenanceHelper.cc:57
BranchDescription.h
lhef::LHERunInfo
Definition:
LHERunInfo.h:25
edm::ParameterSet
Definition:
ParameterSet.h:47
lhef
Definition:
ExhumeHadronizer.h:12
edm::LHEProvenanceHelper::lheAugment
void lheAugment(lhef::LHERunInfo const *runInfo)
Definition:
LHEProvenanceHelper.cc:94
edm::LHEProvenanceHelper::eventProductProvenance_
ProductProvenance eventProductProvenance_
Definition:
LHEProvenanceHelper.h:26
edm::LHEProvenanceHelper::commonProcessParameterSet_
const ParameterSet commonProcessParameterSet_
Definition:
LHEProvenanceHelper.h:27
edm::TypeID
Definition:
TypeID.h:22
submitPVValidationJobs.runInfo
dictionary runInfo
Definition:
submitPVValidationJobs.py:1013
edm::ProcessHistoryRegistry
Definition:
ProcessHistoryRegistry.h:18
edm::BranchDescription
Definition:
BranchDescription.h:32
ParameterSet.h
edm::LHEProvenanceHelper::eventProductBranchDescription_
const BranchDescription eventProductBranchDescription_
Definition:
LHEProvenanceHelper.h:24
edm::LHEProvenanceHelper
Definition:
LHEProvenanceHelper.h:17
edm::LHEProvenanceHelper::runProductBranchDescription_
const BranchDescription runProductBranchDescription_
Definition:
LHEProvenanceHelper.h:25
Generated for CMSSW Reference Manual by
1.8.16