Main Page
Namespaces
Classes
Package Documentation
CondFormats
ESObjects
src
ESMIPToGeVConstant.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESMIPToGeVConstant.h
"
2
3
ESMIPToGeVConstant::ESMIPToGeVConstant
()
4
{
5
ESvaluelow_
=0.;
6
ESvaluehigh_
=0.;
7
}
8
9
ESMIPToGeVConstant::ESMIPToGeVConstant
(
const
float
& ESvaluelow,
const
float
& ESvaluehigh) {
10
ESvaluelow_
= ESvaluelow;
11
ESvaluehigh_
= ESvaluehigh;
12
13
}
14
15
ESMIPToGeVConstant::~ESMIPToGeVConstant
() {
16
17
}
ESMIPToGeVConstant::ESMIPToGeVConstant
ESMIPToGeVConstant()
Definition:
ESMIPToGeVConstant.cc:3
ESMIPToGeVConstant.h
ESMIPToGeVConstant::~ESMIPToGeVConstant
~ESMIPToGeVConstant()
Definition:
ESMIPToGeVConstant.cc:15
ESMIPToGeVConstant::ESvaluelow_
float ESvaluelow_
Definition:
ESMIPToGeVConstant.h:24
ESMIPToGeVConstant::ESvaluehigh_
float ESvaluehigh_
Definition:
ESMIPToGeVConstant.h:25
Generated for CMSSW Reference Manual by
1.8.11