![]() |
![]() |
#include <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] |
Definition at line 23 of file GetParameters.h.
{}
JetParameters::~JetParameters | ( | ) | [inline] |
Definition at line 24 of file GetParameters.h.
{}
std::string JetParameters::getAlgType | ( | ) | [inline] |
std::string JetParameters::getRecomSchema | ( | ) | [inline] |
std::string JetParameters::getThreshold | ( | ) | [inline] |
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, 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; }
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().