#include <JetMETCorrections/Utilities/interface/GetParameters.h>
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 |
Definition at line 21 of file GetParameters.h.
JetParameters::JetParameters | ( | ) | [inline] |
JetParameters::~JetParameters | ( | ) | [inline] |
std::string JetParameters::getAlgType | ( | ) | [inline] |
std::string JetParameters::getRecomSchema | ( | ) | [inline] |
Definition at line 34 of file GetParameters.h.
References theRecomSchema.
00034 {return theRecomSchema;}
std::string JetParameters::getThreshold | ( | ) | [inline] |
Definition at line 36 of file GetParameters.h.
References theThreshold.
00036 {return theThreshold;}
std::string JetParameters::getTime | ( | void | ) | [inline] |
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, and theThreshold.
00026 { 00027 theAlgType = alg; 00028 if(recom == 1) {theRecomSchema = "EScheme";} else {theRecomSchema = "EtScheme";}; 00029 if (it == 0) {iTime == "Jets873_2x1033PU_qcd";} else {iTime == "None";} 00030 theThreshold = threshold; 00031 }
std::string JetParameters::iTime [private] |
std::string JetParameters::theAlgType [private] |
std::string JetParameters::theRecomSchema [private] |
std::string JetParameters::theThreshold [private] |