]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
do not start from raw data
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Jun 2008 07:42:53 +0000 (07:42 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Jun 2008 07:42:53 +0000 (07:42 +0000)
test/QA/rec.C

index c8d5e52d90733e773e02e97431932e3ef93f1bcf..5b288177624417657baed693edb9409c67c45422 100644 (file)
@@ -14,7 +14,6 @@ void rec() {
   AliTPCReconstructor::SetRecoParam(tpcRecoParam);
   AliTPCReconstructor::SetStreamLevel(0);
   reco.SetRunReconstruction("ITS TPC TRD TOF HMPID PHOS EMCAL MUON T0 VZERO FMD PMD ZDC");
-  //Reco.SetInput("raw.root") ;
   //AliPHOSRecoParam* recEmc = new AliPHOSRecoParamEmc();
   //   recEmc->SetSubtractPedestals(kFALSE);
   //   AliPHOSReconstructor::SetRecoParamEmc(recEmc);  
@@ -35,7 +34,7 @@ void rec() {
   TStopwatch timer;
   timer.Start();
   gSystem->Exec("mv -f galice.root galice0.root");
-  reco.Run("raw.root");
+  reco.Run();
   gSystem->Exec("mv -f galice0.root galice.root")
   timer.Stop();
   timer.Print();