CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
JetParameters Class Reference

#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
 

Detailed Description

Definition at line 21 of file GetParameters.h.

Constructor & Destructor Documentation

JetParameters::JetParameters ( )
inline

Definition at line 23 of file GetParameters.h.

23 {}
JetParameters::~JetParameters ( )
inline

Definition at line 24 of file GetParameters.h.

24 {}

Member Function Documentation

std::string JetParameters::getAlgType ( )
inline

Definition at line 33 of file GetParameters.h.

References theAlgType.

33 {return theAlgType;}
std::string theAlgType
Definition: GetParameters.h:39
std::string JetParameters::getRecomSchema ( )
inline

Definition at line 34 of file GetParameters.h.

References theRecomSchema.

34 {return theRecomSchema;}
std::string theRecomSchema
Definition: GetParameters.h:40
std::string JetParameters::getThreshold ( )
inline

Definition at line 36 of file GetParameters.h.

References theThreshold.

36 {return theThreshold;}
std::string theThreshold
Definition: GetParameters.h:42
std::string JetParameters::getTime ( void  )
inline

Definition at line 35 of file GetParameters.h.

References iTime.

35 {return iTime;}
std::string iTime
Definition: GetParameters.h:41
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 dtT0WireCalibration_cfg::threshold.

26 {
27  theAlgType = alg;
28  if(recom == 1) {theRecomSchema = "EScheme";} else {theRecomSchema = "EtScheme";};
29  if (it == 0) {iTime == "Jets873_2x1033PU_qcd";} else {iTime == "None";}
31 }
std::string theThreshold
Definition: GetParameters.h:42
std::string theAlgType
Definition: GetParameters.h:39
std::string iTime
Definition: GetParameters.h:41
std::string theRecomSchema
Definition: GetParameters.h:40

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