#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.
edm::CommonParams::CommonParams | ( | ) | [inline] |
Definition at line 20 of file CommonParams.h.
: processName_(), releaseVersion_(), passID_(), maxEventsInput_(), maxLumisInput_() { }
edm::CommonParams::CommonParams | ( | std::string const & | processName, |
ReleaseVersion const & | releaseVersion, | ||
PassID const & | passID, | ||
int | maxEvents, | ||
int | maxLumis | ||
) | [inline] |
Definition at line 28 of file CommonParams.h.
: processName_(processName), releaseVersion_(releaseVersion), passID_(passID), maxEventsInput_(maxEvents), maxLumisInput_(maxLumis) { }
Definition at line 43 of file CommonParams.h.
Definition at line 44 of file CommonParams.h.
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().
Definition at line 41 of file CommonParams.h.
Referenced by edm::eventsetup::fillEventSetupProvider(), and edm::fillLooper().