]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliFastResponse.h
Cosmetics (Dont printout ecm method type if it does not change.)
[u/mrichter/AliRoot.git] / FASTSIM / AliFastResponse.h
index a0104563ed0636fc8b1dd6a72b38aaa3e5a61833..0f904748642c773378c59640bc1bf6290f25de32 100644 (file)
@@ -11,7 +11,7 @@ class AliFastParticle;
 class AliFastResponse : public TNamed {
  public:
     AliFastResponse(){;}
-    AliFastResponse(char* Name, char* Title) : TNamed(Name, Title) {}
+    AliFastResponse(const char* Name, const char* Title): TNamed(Name, Title){}
     virtual ~AliFastResponse(){}
     virtual void    Init()                                                  = 0;
     virtual Float_t Evaluate(Float_t  /*pt*/,  Float_t  /*theta*/ , Float_t   /*phi*/)