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
n
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
c
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
src
FWCore
Sources
src
RawInputSourceFromFiles.cc
Go to the documentation of this file.
1
#include "
FWCore/Sources/interface/RawInputSourceFromFiles.h
"
2
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
3
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
4
5
namespace
edm
{
6
RawInputSourceFromFiles::RawInputSourceFromFiles
(
ParameterSet
const
&
pset
,
InputSourceDescription
const
&
desc
)
7
:
RawInputSource
(
pset
,
desc
),
FromFiles
(
pset
) {}
8
9
RawInputSourceFromFiles::~RawInputSourceFromFiles
() {}
10
11
void
RawInputSourceFromFiles::fillDescription
(
ParameterSetDescription
&
desc
) {
12
RawInputSource::fillDescription
(
desc
);
13
FromFiles::fillDescription
(
desc
);
14
}
15
}
// namespace edm
edm::RawInputSource
Definition:
RawInputSource.h:17
edm::RawInputSourceFromFiles::fillDescription
static void fillDescription(ParameterSetDescription &desc)
Definition:
RawInputSourceFromFiles.cc:11
edm::FromFiles
Definition:
FromFiles.h:16
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
edm::RawInputSourceFromFiles::RawInputSourceFromFiles
RawInputSourceFromFiles(ParameterSet const &pset, InputSourceDescription const &desc)
Definition:
RawInputSourceFromFiles.cc:6
edm::FromFiles::fillDescription
static void fillDescription(ParameterSetDescription &desc)
Definition:
FromFiles.cc:13
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
ParameterSet.h
edm::InputSourceDescription
Definition:
InputSourceDescription.h:21
ParameterSetDescription.h
submitPVResolutionJobs.desc
string desc
Definition:
submitPVResolutionJobs.py:254
edm::RawInputSourceFromFiles::~RawInputSourceFromFiles
~RawInputSourceFromFiles() override
Definition:
RawInputSourceFromFiles.cc:9
RawInputSourceFromFiles.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::RawInputSource::fillDescription
static void fillDescription(ParameterSetDescription &description)
Definition:
RawInputSource.cc:105
Generated for CMSSW Reference Manual by
1.8.14