]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
small fix for the copy constructor
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 May 2013 20:36:58 +0000 (20:36 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 May 2013 20:36:58 +0000 (20:36 +0000)
Salvatore Aiola <salvatore.aiola@cern.ch>

STEER/ESD/AliESDCaloCluster.cxx

index f02242b393a2d9a2dbb6f0280c2ba06252c38172..5649de382497c1be34d4e0109c4c8b3764ad7cbd 100644 (file)
@@ -79,7 +79,7 @@ AliESDCaloCluster::AliESDCaloCluster(const AliESDCaloCluster& clus) :
   fNExMax(clus.fNExMax),
   fClusterType(clus.fClusterType),
   fTOF(clus.fTOF),
-  fMCEnergyFraction(0.)
+  fMCEnergyFraction(clus.fMCEnergyFraction)
 {
   //
   // The copy constructor