#include <CommonParams.h>
Public Member Functions | |
CommonParams () | |
CommonParams (std::string const &processName, ReleaseVersion const &releaseVersion, PassID const &passID, int maxEvents, int maxLumis) | |
Public Attributes | |
int | maxEventsInput_ |
int | maxLumisInput_ |
PassID | passID_ |
std::string | processName_ |
ReleaseVersion | releaseVersion_ |
Definition at line 19 of file CommonParams.h.
|
inline |
Definition at line 20 of file CommonParams.h.
|
inline |
Definition at line 28 of file CommonParams.h.
int edm::CommonParams::maxEventsInput_ |
Definition at line 43 of file CommonParams.h.
Referenced by edm::makeInput().
int edm::CommonParams::maxLumisInput_ |
Definition at line 44 of file CommonParams.h.
Referenced by edm::makeInput().
PassID edm::CommonParams::passID_ |
Definition at line 42 of file CommonParams.h.
Referenced by edm::eventsetup::fillEventSetupProvider(), and edm::fillLooper().
std::string edm::CommonParams::processName_ |
Definition at line 40 of file CommonParams.h.
Referenced by edm::eventsetup::fillEventSetupProvider(), and edm::fillLooper().
ReleaseVersion edm::CommonParams::releaseVersion_ |
Definition at line 41 of file CommonParams.h.
Referenced by edm::eventsetup::fillEventSetupProvider(), and edm::fillLooper().