]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDataDCS.h
Coding convention: few corrections
[u/mrichter/AliRoot.git] / TOF / AliTOFDataDCS.h
index ee23f4967d5315c0204e8725f265af0bbfa4a51f..c77bc3da7126b4843fd3a7bb9a97966a90accddd 100644 (file)
@@ -14,6 +14,7 @@ class TClonesArray;
 class TH2F;
 class TGraph;
 class TF1;
+//class TString;
 class AliTOFFormatDCS;
 
 // AliTOFDataDCS class
@@ -65,7 +66,7 @@ public:
   void SetInterceptP(Float_t interceptP) {fP[1]=interceptP;}
   void SetMaxP(Float_t maxP) {fP[2]=maxP;}
   
-  void Draw(const Option_t* option);
+  void Draw(const Option_t* option) const;
   
   AliTOFFormatDCS* GetHVvp(Int_t pos) const
     {return pos<kNHV ? fHVvp[pos] : 0;}