]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
update for new usage of reco param
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Oct 2009 08:10:09 +0000 (08:10 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Oct 2009 08:10:09 +0000 (08:10 +0000)
EVE/alice-macros/trd_tracks.C

index 2a3b8ebf996a9d7948551c87e9adc8e602bda1c1..0c53a66b9c731da41ae605cfd1c4b09b4162e80f 100644 (file)
@@ -24,9 +24,10 @@ void trd_tracks(TEveElement *cont = 0)
 
   AliEveEventManager::AssertGeometry();
 
+  AliTRDrecoParam *trdRecoParam = AliTRDrecoParam::GetLowFluxParam();
+  trdRecoParam->SetPIDNeuralNetwork();
   AliTRDReconstructor *reco = new AliTRDReconstructor();
-  reco->SetRecoParam(AliTRDrecoParam::GetLowFluxParam());
-  reco->SetOption("!nn");
+  reco->SetRecoParam(trdRecoParam);
 
   AliEveTRDTrackList *tracks = new AliEveTRDTrackList("TRD Tracks");
   for (Int_t n=0; n<esd->GetNumberOfTracks(); n++){