]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AliTOFDataDCS::Draw(Option_t *) method declared const: compiling warning suppression
authordecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 14:02:45 +0000 (14:02 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 14:02:45 +0000 (14:02 +0000)
TOF/AliTOFDataDCS.cxx
TOF/AliTOFDataDCS.h

index 7a6f06e68d805206f96cd3cf2563323b5581c9c6..730c1df6d162c5f4ec80f70af88297cea484daaf 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.8  2007/05/03 09:45:09  decaro
+Coding convention: RN11 violation -> suppression
+
 Revision 1.7  2007/05/02 14:09:39  arcelli
 Retrieval of Env. Temperature removed (will get it from the GRP)
 
@@ -661,7 +664,7 @@ void AliTOFDataDCS::Introduce(UInt_t numAlias, const TObjArray* aliasArr)const
 }
 
 //---------------------------------------------------------------
-void AliTOFDataDCS::Draw(const Option_t* /*option*/) const
+void AliTOFDataDCS::Draw(const Option_t* /*option*/)
 {
 // Draw all histos and graphs
 
index ce4288600c3defb79260cf0e976152fa84e05b0b..9e3faac6c8bcb3d30ec69413017a3ba9c013f72a 100644 (file)
@@ -46,7 +46,7 @@ public:
   const char* GetAliasName(Int_t pos) const 
     {return pos<kNAliases ? fAliasNames[pos].Data() : 0;}
   
-  void Draw(const Option_t* /*option*/) const;
+  void Draw(const Option_t* /*option*/);
   
   AliTOFFormatDCS* GetHVvp(Int_t pos) const
     {return pos<kNHV ? fHVvp[pos] : 0;}