]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing initialisation of array attributes.
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Feb 2011 13:18:11 +0000 (13:18 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Feb 2011 13:18:11 +0000 (13:18 +0000)
HLT/MUON/OnlineAnalysis/AliHLTMUONFullTracker.cxx

index 2c333d432c7e61220a940b2c743e6f563be07ffa..39b0ee77e1daddf8a37d01d03ccfa53e0a215c61 100644 (file)
@@ -145,6 +145,8 @@ AliHLTMUONFullTracker::AliHLTMUONFullTracker() :
   /// fChPoint = (AliHLTMUONRecHitStruct***)(malloc(10 * sizeof(AliHLTMUONRecHitStruct)));
   /// for( Int_t ich=0;ich<10;ich++)
   ///   fChPoint[ich] = (AliHLTMUONRecHitStruct**)(malloc(300 * sizeof(AliHLTMUONRecHitStruct)));
+  
+  fNofCells[0] = fNofCells[1] = 0;
 
   try{
     fChPoint = new AliHLTMUONRecHitStruct**[fgkMaxNofCh-1];