]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The Init method of AliITSreconstruction has to be called by the user. This was done...
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 14 May 2002 10:00:02 +0000 (10:00 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 14 May 2002 10:00:02 +0000 (10:00 +0000)
ITS/AliITSDigits2RecPoints.C

index 303aaf28019c1504207250f5bf4abacef5e2487d..962cccc716279f85c2cfc6af0f69b190e273e13f 100644 (file)
@@ -8,6 +8,7 @@ void AliITSDigits2RecPoints(Int_t evNumber1=0,Int_t evNumber2=0, const char *fil
     cout << "Creating reconstructed points from digits for the ITS..." << endl;
     AliITSreconstruction *itsr = new AliITSreconstruction(filename);
     timer.Start();
+    itsr->Init();
     itsr->Exec(); 
     timer.Stop(); timer.Print();    
     delete itsr;