CMS 3D CMS Logo

Public Member Functions | Private Attributes

JetParameters Class Reference

#include <GetParameters.h>

List of all members.

Public Member Functions

std::string getAlgType ()
std::string getRecomSchema ()
std::string getThreshold ()
std::string getTime ()
 JetParameters ()
void setParameters (std::string alg, int recom, int it, std::string threshold)
 ~JetParameters ()

Private Attributes

std::string iTime
std::string theAlgType
std::string theRecomSchema
std::string theThreshold

Detailed Description

Definition at line 21 of file GetParameters.h.


Constructor & Destructor Documentation

JetParameters::JetParameters ( ) [inline]

Definition at line 23 of file GetParameters.h.

{}
JetParameters::~JetParameters ( ) [inline]

Definition at line 24 of file GetParameters.h.

{}

Member Function Documentation

std::string JetParameters::getAlgType ( ) [inline]

Definition at line 33 of file GetParameters.h.

References theAlgType.

{return theAlgType;}
std::string JetParameters::getRecomSchema ( ) [inline]

Definition at line 34 of file GetParameters.h.

References theRecomSchema.

{return theRecomSchema;}
std::string JetParameters::getThreshold ( ) [inline]

Definition at line 36 of file GetParameters.h.

References theThreshold.

{return theThreshold;}
std::string JetParameters::getTime ( void  ) [inline]

Definition at line 35 of file GetParameters.h.

References iTime.

{return iTime;}
void JetParameters::setParameters ( std::string  alg,
int  recom,
int  it,
std::string  threshold 
) [inline]

Definition at line 25 of file GetParameters.h.

References iTime, theAlgType, theRecomSchema, theThreshold, and crabWrap::threshold.

{
  theAlgType = alg; 
  if(recom == 1) {theRecomSchema = "EScheme";} else {theRecomSchema = "EtScheme";};
  if (it == 0) {iTime == "Jets873_2x1033PU_qcd";} else {iTime == "None";}
  theThreshold = threshold;
}

Member Data Documentation

std::string JetParameters::iTime [private]

Definition at line 41 of file GetParameters.h.

Referenced by getTime(), and setParameters().

std::string JetParameters::theAlgType [private]

Definition at line 39 of file GetParameters.h.

Referenced by getAlgType(), and setParameters().

std::string JetParameters::theRecomSchema [private]

Definition at line 40 of file GetParameters.h.

Referenced by getRecomSchema(), and setParameters().

std::string JetParameters::theThreshold [private]

Definition at line 42 of file GetParameters.h.

Referenced by getThreshold(), and setParameters().