CMS 3D CMS Logo

EcalADCToGeVConstant.cc
Go to the documentation of this file.
1 
8 
10  EBvalue_ = 0.;
11  EEvalue_ = 0.;
12 }
13 
14 EcalADCToGeVConstant::EcalADCToGeVConstant(const float& EBvalue, const float& EEvalue) {
15  EBvalue_ = EBvalue;
16  EEvalue_ = EEvalue;
17 }
18 
EcalADCToGeVConstant::EcalADCToGeVConstant
EcalADCToGeVConstant()
Definition: EcalADCToGeVConstant.cc:9
EcalADCToGeVConstant.h
EcalADCToGeVConstant::EBvalue_
float EBvalue_
Definition: EcalADCToGeVConstant.h:27
EcalADCToGeVConstant::~EcalADCToGeVConstant
~EcalADCToGeVConstant()
Definition: EcalADCToGeVConstant.cc:19
EcalADCToGeVConstant::EEvalue_
float EEvalue_
Definition: EcalADCToGeVConstant.h:28