]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
avoid crash as described by https://savannah.cern.ch/bugs/?78827
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Feb 2011 14:16:41 +0000 (14:16 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Feb 2011 14:16:41 +0000 (14:16 +0000)
PWG1/TRD/AliTRDresolution.cxx

index dc51e274e170c14a3cb61e18ceb71b4852888d26..ab4dcfccbe65a1f1c283694ba5f5eb9622505d9d 100644 (file)
@@ -767,6 +767,7 @@ TH1* AliTRDresolution::PlotTrackOut(const AliTRDtrackV1 *track)
 // PID calculation. 
 
   if(track) fkTrack = track;
+  return NULL;
   if(!fkTrack){
     AliDebug(4, "No Track defined.");
     return NULL;