]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/qaRec/AliTRDcheckDetector.cxx
- include the 90% electron cut for the PID (only user interface; to be implemented by
[u/mrichter/AliRoot.git] / TRD / qaRec / AliTRDcheckDetector.cxx
index 185640ecda62fbd2fbaec876e6d226abda6baad8..edeb60a8986395f704723379c49932a2f57ced77 100644 (file)
@@ -246,7 +246,7 @@ Bool_t AliTRDcheckDetector::PostProcess(){
 }
 
 //_______________________________________________________
-void AliTRDcheckDetector::GetRefFigure(Int_t ifig, Int_t &first, Int_t &last){
+void AliTRDcheckDetector::GetRefFigure(Int_t ifig, Int_t &first, Int_t &last, Option_t *opt){
        //
        // Setting Reference Figures
        //
@@ -269,7 +269,7 @@ void AliTRDcheckDetector::GetRefFigure(Int_t ifig, Int_t &first, Int_t &last){
                                                break;
                case 8: first = last = kChargeDeposit;
                                                break;
-               case 9: first = last = fContainer->GetEntries() - 1;
+               case 9: first = last = kPostProcessing;
                                                break;
                default: first = last = kNTracksEventHist;
                                                break;