Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CalibFormats
HcalObjects
interface
HcalCalibrationWidths.h
Go to the documentation of this file.
1
#ifndef HCAL_CALIBRATION_WIDTHS_H
2
#define HCAL_CALIBRATION_WIDTHS_H
3
9
class
HcalCalibrationWidths
{
10
public
:
11
HcalCalibrationWidths
() {};
12
HcalCalibrationWidths
(
const
float
fGain [4],
const
float
fPedestal [4]);
14
double
gain
(
int
fCapId)
const
{
return
mGain
[fCapId];}
16
double
pedestal
(
int
fCapId)
const
{
return
mPedestal
[fCapId];}
17
private
:
18
double
mGain
[4];
19
double
mPedestal
[4];
20
};
21
22
#endif
HcalCalibrationWidths::gain
double gain(int fCapId) const
get gain width for capid=0..3
Definition:
HcalCalibrationWidths.h:14
HcalCalibrationWidths::pedestal
double pedestal(int fCapId) const
get pedestal width for capid=0..3
Definition:
HcalCalibrationWidths.h:16
HcalCalibrationWidths::mPedestal
double mPedestal[4]
Definition:
HcalCalibrationWidths.h:19
HcalCalibrationWidths
Definition:
HcalCalibrationWidths.h:9
HcalCalibrationWidths::mGain
double mGain[4]
Definition:
HcalCalibrationWidths.h:18
HcalCalibrationWidths::HcalCalibrationWidths
HcalCalibrationWidths()
Definition:
HcalCalibrationWidths.h:11
Generated for CMSSW Reference Manual by
1.8.5