]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Recreate the rec. points in the beginning of the session
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Apr 2006 06:59:12 +0000 (06:59 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Apr 2006 06:59:12 +0000 (06:59 +0000)
RICH/AliRICHReconstructor.cxx

index eef4594cb190e100dab5586939f8e1696d759090..4fca05ddf3fa7512e6373566f98dc1411e64c918 100644 (file)
@@ -156,8 +156,10 @@ void AliRICHReconstructor::Reconstruct(AliRunLoader *pAL)const
 //Arguments: pAL - ALICE run loader pointer
 //  Returns: none    
   AliDebug(1,"Start.");
-  AliLoader *pRL=pAL->GetDetectorLoader("RICH");  AliRICH *pRich=(AliRICH*)pAL->GetAliRun()->GetDetector("RICH");//get pointers for RICH and RICH loader
+  AliLoader *pRL=pAL->GetDetectorLoader("RICH");
+  AliRICH *pRich=(AliRICH*)pAL->GetAliRun()->GetDetector("RICH");//get pointers for RICH and RICH loader
   pRL->LoadDigits();   
+  pRL->LoadRecPoints("recreate");
   
   for(Int_t iEvtN=0;iEvtN<pAL->GetNumberOfEvents();iEvtN++){//events loop
     pAL->GetEvent(iEvtN++); AliDebug(1,Form("Processing event %i...",iEvtN)); //switch current directory to next event