]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrackerDebug.h
- return pad centre for z-position (before pad edge)
[u/mrichter/AliRoot.git] / TRD / AliTRDtrackerDebug.h
index 7d6b70af0cc119174ce6679e26143d2ebf340551..2278e2b4ffb7d0c9bea82318e48fd46233a5b633 100644 (file)
@@ -17,9 +17,7 @@
 //                                                                        // 
 ////////////////////////////////////////////////////////////////////////////
 
-#ifndef ALITRDTRACKERV1_H
 #include "AliTRDtrackerV1.h"
-#endif
 
 class TTree;
 class TCanvas;
@@ -33,7 +31,7 @@ public:
        AliTRDtrackerDebug();
        ~AliTRDtrackerDebug();
 
-       void                            Draw(const Option_t *);
+       void                            Draw(Option_t *);
 
        Bool_t      Init();
        Bool_t      Open(const char *method);
@@ -48,8 +46,8 @@ public:
        void        AnalyseMinMax();
        void        AnalyseFindable(Char_t *treename);
 
-       TCanvas*    PlotSeedingConfiguration(Char_t *direction, Int_t event, Int_t Candidate);
-       TCanvas*    PlotFullTrackFit(Int_t event, Int_t candidate, Int_t iteration = -1, Char_t *direction = "y");
+       TCanvas*    PlotSeedingConfiguration(const Char_t *direction, Int_t event, Int_t Candidate);
+       TCanvas*    PlotFullTrackFit(Int_t event, Int_t candidate, Int_t iteration = -1, const Char_t *direction = "y");
        
        static Int_t GetEventNumber(){ return fgEventNumber; }
        static Int_t GetTrackNumber(){ return fgTrackNumber; }