]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix to suppress the warning
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Apr 2010 09:20:41 +0000 (09:20 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Apr 2010 09:20:41 +0000 (09:20 +0000)
STEER/AliMillePedeRecord.cxx

index c6ff01ff4f17cb190b2989cca550a0412c0a9886..57637ac072fa5d8c3b9100a6b49393f0c7ea91ed 100644 (file)
@@ -24,7 +24,7 @@ ClassImp(AliMillePedeRecord)
 
 //_____________________________________________________________________________________________
 AliMillePedeRecord::AliMillePedeRecord() : 
-fSize(0),fNGroups(0),fGroupID(0),fIndex(0),fValue(0) {SetUniqueID(0);}
+fSize(0),fNGroups(0),fGroupID(0),fIndex(0),fValue(0),fWeight(1) {SetUniqueID(0);}
 
 //_____________________________________________________________________________________________
 AliMillePedeRecord::AliMillePedeRecord(const AliMillePedeRecord& src) :