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