CMS 3D CMS Logo

Public Member Functions

HFRecalibration Class Reference

#include <HFRecalibration.h>

List of all members.

Public Member Functions

double getCorr (int ieta, int idepth, double lumi)
 HFRecalibration ()
 ~HFRecalibration ()

Detailed Description

Definition at line 12 of file HFRecalibration.h.


Constructor & Destructor Documentation

HFRecalibration::HFRecalibration ( )

Definition at line 10 of file HFRecalibration.cc.

{ }
HFRecalibration::~HFRecalibration ( )

Definition at line 11 of file HFRecalibration.cc.

{ }

Member Function Documentation

double HFRecalibration::getCorr ( int  ieta,
int  idepth,
double  lumi 
)

Definition at line 13 of file HFRecalibration.cc.

Referenced by HcalHardcodeCalibrations::produceRespCorrs().

                                                                {
  return 1.0;
}