CMS 3D CMS Logo

Public Member Functions | Public Attributes

edm::CommonParams Struct Reference

#include <CommonParams.h>

List of all members.

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_

Detailed Description

Definition at line 19 of file CommonParams.h.


Constructor & Destructor Documentation

edm::CommonParams::CommonParams ( ) [inline]

Definition at line 20 of file CommonParams.h.

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) {
    }

Member Data Documentation

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().

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().