Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
ESObjects
src
ESGain.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESGain.h
"
2
3
ESGain::ESGain
()
4
{
5
gain_
=0.;
6
}
7
8
ESGain::ESGain
(
const
float
& gain) {
9
gain_
= gain;
10
}
11
12
ESGain::~ESGain
() {
13
14
}
ESGain.h
ESGain::~ESGain
~ESGain()
Definition:
ESGain.cc:12
ESGain::gain_
float gain_
Definition:
ESGain.h:18
ESGain::ESGain
ESGain()
Definition:
ESGain.cc:3
Generated for CMSSW Reference Manual by
1.8.5