Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
ESObjects
interface
ESGain.h
Go to the documentation of this file.
1
#ifndef CondFormats_ESObjects_ESGain_H
2
#define CondFormats_ESObjects_ESGain_H
3
#include <iostream>
4
5
class
ESGain
{
6
public
:
7
ESGain
();
8
ESGain
(
const
float
& gain);
9
~ESGain
();
10
void
setESGain
(
const
float
&
value
) {
gain_
=
value
; }
11
float
getESGain
()
const
{
return
gain_
; }
12
void
print
(std::ostream&
s
)
const
{
13
s <<
"ESGain: "
<<
gain_
;
14
}
15
private
:
16
float
gain_
;
17
};
18
19
20
#endif
ESGain
Definition:
ESGain.h:5
relativeConstraints.value
tuple value
Definition:
relativeConstraints.py:54
ESGain::~ESGain
~ESGain()
Definition:
ESGain.cc:12
ESGain::print
void print(std::ostream &s) const
Definition:
ESGain.h:12
ESGain::gain_
float gain_
Definition:
ESGain.h:16
ESGain::ESGain
ESGain()
Definition:
ESGain.cc:3
ESGain::getESGain
float getESGain() const
Definition:
ESGain.h:11
alignCSCRings.s
list s
Definition:
alignCSCRings.py:91
ESGain::setESGain
void setESGain(const float &value)
Definition:
ESGain.h:10
Generated for CMSSW Reference Manual by
1.8.5