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
interface
RawInputSourceFromFiles.h
Go to the documentation of this file.
1
#ifndef FWCore_Sources_RawInputSourceFromFiles_h
2
#define FWCore_Sources_RawInputSourceFromFiles_h
3
4
/*----------------------------------------------------------------------
5
----------------------------------------------------------------------*/
6
7
#include <string>
8
#include <vector>
9
10
#include "
FWCore/Sources/interface/FromFiles.h
"
11
#include "
FWCore/Sources/interface/RawInputSource.h
"
12
13
namespace
edm
{
14
class
ParameterSet
;
15
class
ParameterSetDescription
;
16
17
class
RawInputSourceFromFiles
:
public
RawInputSource
,
private
FromFiles
{
18
public
:
19
RawInputSourceFromFiles
(
ParameterSet
const
&
pset
,
InputSourceDescription
const
&
desc
);
20
~RawInputSourceFromFiles
()
override
;
21
22
using
FromFiles::catalog
;
23
using
FromFiles::logicalFileNames
;
24
25
static
void
fillDescription
(
ParameterSetDescription
&
desc
);
26
27
protected
:
28
using
FromFiles::incrementFileIndex
;
29
30
private
:
31
using
FromFiles::fileIndex
;
32
};
33
}
// namespace edm
34
#endif
edm::FromFiles::logicalFileNames
std::vector< std::string > const & logicalFileNames() const
Definition:
FromFiles.h:21
edm::FromFiles::incrementFileIndex
void incrementFileIndex()
Definition:
FromFiles.h:27
ParameterSetDescription
edm::RawInputSource
Definition:
RawInputSource.h:17
ParameterSet
Definition:
Functions.h:16
edm::RawInputSourceFromFiles::fillDescription
static void fillDescription(ParameterSetDescription &desc)
Definition:
RawInputSourceFromFiles.cc:11
edm::FromFiles::fileIndex
size_t fileIndex() const
Definition:
FromFiles.cc:20
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::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
edm::FromFiles::catalog
InputFileCatalog & catalog()
Definition:
FromFiles.h:23
edm::InputSourceDescription
Definition:
InputSourceDescription.h:21
edm::RawInputSourceFromFiles
Definition:
RawInputSourceFromFiles.h:17
FromFiles.h
submitPVResolutionJobs.desc
string desc
Definition:
submitPVResolutionJobs.py:251
RawInputSource.h
edm::RawInputSourceFromFiles::~RawInputSourceFromFiles
~RawInputSourceFromFiles() override
Definition:
RawInputSourceFromFiles.cc:9
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:48
Generated for CMSSW Reference Manual by
1.8.14