]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Cal/AliTRDmakeRecoParam.C
Setting IsDefault after the event specie, otherwise it is not taken into account
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDmakeRecoParam.C
index 19eb16474a8003c50df044bfff7624b7ccd86768..5866c9c264dc12a54f4973bd3590a880b73b1bc0 100644 (file)
@@ -27,10 +27,10 @@ TObjArray* CreateRecoParamObject()
 
   AliTRDrecoParam *rec = 0x0;
   recos->AddLast(rec = AliTRDrecoParam::GetLowFluxParam());
-  rec->SetAsDefault();
   rec->SetEventSpecie(AliRecoParam::kLowMult);
   rec->SetNameTitle("LOW", "TRD Low Flux Reco Param");
   rec->SetStreamLevel(AliTRDrecoParam::kTracker, 1);
+  rec->SetAsDefault();
   // further settings for low flux reco param
   // reco->SetThisAndThat()