![]() |
![]() |
Helper class to handle FWLite file input sources. More...
#include <InputSource.h>
Public Member Functions | |
std::vector< std::string > const & | files () const |
InputSource () | |
InputSource (edm::ParameterSet const &pset) | |
int | maxEvents () const |
unsigned int | reportAfter () const |
Protected Attributes | |
std::vector< std::string > | files_ |
int | maxEvents_ |
unsigned int | reportAfter_ |
Helper class to handle FWLite file input sources.
This is a very simple class to handle the appropriate python configuration of input files in FWLite.
Definition at line 20 of file InputSource.h.
|
inline |
|
inline |
Definition at line 25 of file InputSource.h.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), maxEvents_, and reportAfter_.
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 42 of file InputSource.h.
Referenced by files().
|
protected |
Definition at line 43 of file InputSource.h.
Referenced by InputSource(), and maxEvents().
|
protected |
Definition at line 44 of file InputSource.h.
Referenced by InputSource(), and reportAfter().