X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=test%2Fgun%2Frec.C;h=2816f9a10e1551edb6fe26b5464d36277331a86e;hb=7e88424f201cac746e949f2b58a4b2ce9c1cfcb6;hp=8424f6045435b323167e197d25fab4755865b36b;hpb=7cde7f18b8e8b1192d5c8bf4a4abbea7da252a15;p=u%2Fmrichter%2FAliRoot.git diff --git a/test/gun/rec.C b/test/gun/rec.C index 8424f604543..2816f9a10e1 100644 --- a/test/gun/rec.C +++ b/test/gun/rec.C @@ -4,6 +4,11 @@ void rec() { reco.SetWriteESDfriend(); reco.SetWriteAlignmentData(); AliTPCReconstructor::SetStreamLevel(1); + // reco.SetRecoParam("ITS",AliITSRecoParam::GetLowFluxParam()); + reco.SetRecoParam("TPC",AliTPCRecoParam::GetLowFluxParam()); + reco.SetRecoParam("TRD",AliTRDrecoParam::GetLowFluxParam()); + reco.SetRecoParam("PHOS",AliPHOSRecoParam::GetDefaultParameters()); + reco.SetRecoParam("MUON",AliMUONRecoParam::GetLowFluxParam()); // AliTPCReconstructor::SetRecoParam(AliTPCRecoParam::GetLowFluxParam()); // reco.SetInput("raw.root"); // reco.SetRunReconstruction("ITS TPC TRD TOF HMPID PHOS EMCAL MUON T0 VZERO FMD PMD ZDC");