CMS 3D CMS Logo

JetParameters Class Reference

#include <JetMETCorrections/Utilities/interface/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.

00023 {}

JetParameters::~JetParameters (  )  [inline]

Definition at line 24 of file GetParameters.h.

00024 {}


Member Function Documentation

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

Definition at line 33 of file GetParameters.h.

References theAlgType.

00033 {return theAlgType;}

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]

Definition at line 35 of file GetParameters.h.

References iTime.

00035 {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, 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 }


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


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:26:03 2009 for CMSSW by  doxygen 1.5.4