Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
HcalCalibObjects
interface
HFRecalibration.h
Go to the documentation of this file.
1
#ifndef CalibCalorimetry_HFRecalibration_h
2
#define CalibCalorimetry_HFRecalibration_h
3
//
4
// Simple class with parameterized function provided by James Wetzel
5
// to compansate for darkening of HF QP fibers
6
// in Upgrade conditions
7
// correction = f (integrated lumi, depth, ieta)
8
//
9
#include <cmath>
10
#include <iostream>
11
12
class
HFRecalibration
{
13
14
public
:
15
HFRecalibration
();
16
~HFRecalibration
();
17
double
getCorr
(
int
ieta,
int
idepth,
double
lumi
);
18
private
:
19
20
};
21
22
#endif // HFRecalibration_h
HFRecalibration::~HFRecalibration
~HFRecalibration()
Definition:
HFRecalibration.cc:11
fjr2json.lumi
tuple lumi
Definition:
fjr2json.py:35
HFRecalibration::getCorr
double getCorr(int ieta, int idepth, double lumi)
Definition:
HFRecalibration.cc:13
HFRecalibration::HFRecalibration
HFRecalibration()
Definition:
HFRecalibration.cc:10
HFRecalibration
Definition:
HFRecalibration.h:12
Generated for CMSSW Reference Manual by
1.8.5