#include <InputSource.h>
Public Member Functions | |
const std::vector< std::string > & | files () const |
return vector of files_ More... | |
InputSource () | |
empty constructor More... | |
InputSource (const edm::ParameterSet &cfg) | |
default constructor from parameter set More... | |
int | maxEvents () const |
return maxEvetns_ More... | |
unsigned int | reportAfter () const |
return reportAfter_ More... | |
Protected Attributes | |
std::vector< std::string > | files_ |
vector of input files More... | |
int | maxEvents_ |
maximal number of events to loop More... | |
unsigned int | reportAfter_ |
report after N events More... | |
Definition at line 18 of file InputSource.h.
|
inline |
empty constructor
Definition at line 22 of file InputSource.h.
References Exception.
|
inline |
default constructor from parameter set
Definition at line 26 of file InputSource.h.
References edm::ParameterSet::existsAs(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), maxEvents_, and reportAfter_.
|
inline |
return vector of files_
Definition at line 40 of file InputSource.h.
References files_.
|
inline |
return maxEvetns_
Definition at line 42 of file InputSource.h.
References maxEvents_.
|
inline |
return reportAfter_
Definition at line 44 of file InputSource.h.
References reportAfter_.
|
protected |
|
protected |
maximal number of events to loop
Definition at line 48 of file InputSource.h.
Referenced by InputSource(), and maxEvents().
|
protected |
report after N events
Definition at line 50 of file InputSource.h.
Referenced by InputSource(), and reportAfter().