CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalADCToGeVConstant.cc
Go to the documentation of this file.
1 
8 
10 {
11  EBvalue_=0.;
12  EEvalue_=0.;
13 }
14 
15 EcalADCToGeVConstant::EcalADCToGeVConstant(const float & EBvalue,const float & EEvalue) {
16  EBvalue_ = EBvalue;
17  EEvalue_ = EEvalue;
18 }
19 
21 
22 }