]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/TenderSupplies/AliPHOSTenderSupply.cxx
o add missing ClassImp
[u/mrichter/AliRoot.git] / ANALYSIS / TenderSupplies / AliPHOSTenderSupply.cxx
index ca36f07f97bd5770e7c878b9fd77c7aed6a2a4fe..81b749290b8fd65e5126eaf9e5c6c3cafe108744 100644 (file)
@@ -37,6 +37,8 @@
 #include "AliPHOSGeometry.h"
 #include "AliPHOSEsdCluster.h"
 
+ClassImp(AliPHOSTenderSupply)
+
 AliPHOSTenderSupply::AliPHOSTenderSupply() :
   AliTenderSupply()
   ,fOCDBpass("local://OCDB")
@@ -47,6 +49,7 @@ AliPHOSTenderSupply::AliPHOSTenderSupply() :
        //
        // default ctor
        //
+   for(Int_t i=0;i<10;i++)fNonlinearityParams[i]=0. ;
 }
 
 //_____________________________________________________
@@ -60,6 +63,7 @@ AliPHOSTenderSupply::AliPHOSTenderSupply(const char *name, const AliTender *tend
        //
        // named ctor
        //
+   for(Int_t i=0;i<10;i++)fNonlinearityParams[i]=0. ;
 }
 
 //_____________________________________________________