Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
11
class
HcalCalibrationWidths
{
12
public
:
13
HcalCalibrationWidths
() {};
14
HcalCalibrationWidths
(
const
float
fGain [4],
const
float
fPedestal [4]);
16
double
gain
(
int
fCapId)
const
{
return
mGain
[fCapId];}
18
double
pedestal
(
int
fCapId)
const
{
return
mPedestal
[fCapId];}
19
private
:
20
double
mGain
[4];
21
double
mPedestal
[4];
22
};
23
24
#endif
HcalCalibrationWidths::gain
double gain(int fCapId) const
get gain width for capid=0..3
Definition:
HcalCalibrationWidths.h:16
HcalCalibrationWidths::pedestal
double pedestal(int fCapId) const
get pedestal width for capid=0..3
Definition:
HcalCalibrationWidths.h:18
HcalCalibrationWidths::mPedestal
double mPedestal[4]
Definition:
HcalCalibrationWidths.h:21
HcalCalibrationWidths
Definition:
HcalCalibrationWidths.h:11
HcalCalibrationWidths::mGain
double mGain[4]
Definition:
HcalCalibrationWidths.h:20
HcalCalibrationWidths::HcalCalibrationWidths
HcalCalibrationWidths()
Definition:
HcalCalibrationWidths.h:13
Generated for CMSSW Reference Manual by
1.8.5