-
- AliTPCRecoParam * tpcRecoParam = AliTPCRecoParam::GetLowFluxParam();
- 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);
- if (! reco.SetRunQA("ALL:ALL") ) {
- printf("SetRunQA ERROR\n") ;
- exit ;
- }
- reco.SetInLoopQA() ;
-
- AliQA::SetQARefStorage(Form("%s%s/", AliQA::GetQARefDefaultStorage(), kYear)) ;
- AliQA::SetQARefDataDirName("Sim") ; //Data, Pedestals, BlackEvent, .....
-
-// **** The field map settings must be the same as in Config.C !
- AliMagFMaps *field=new AliMagFMaps("Maps","Maps",2,1.,10.,AliMagFMaps::k5kG);
- Bool_t uniform=kFALSE;
- AliTracker::SetFieldMap(field,uniform);
+ reco.SetInput("raw.root");
+ reco.SetUseTrackingErrorsForAlignment("ITS");
+
+ // In case some detectors have to be switched off.aliextr..
+ reco.SetRunReconstruction("ITS TPC TRD TOF HMPID PHOS MUON FMD PMD T0 VZERO ZDC ACORDE");
+ //reco.SetRunReconstruction("ITS TRD TOF HMPID PHOS MUON FMD PMD VZERO ZDC ACORDE");
+
+ reco.SetRunVertexFinder(kTRUE);
+
+ // all events in one single file
+ reco.SetNumberOfEventsPerFile(-1);