]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/RecAna.h
Fixed correction for bug #65093. One should learn C++ before doing what was done...
[u/mrichter/AliRoot.git] / PHOS / RecAna.h
index 0456f9d38f3aaaa5e926b3db6868226706447488..da1b1f3ab61ff42aa3262502f37a693013725686 100644 (file)
@@ -95,7 +95,7 @@ class RecAna {
   TBranch        *b_PHOSRP_fLineWidth;
   
   RecAna() {};
-  RecAna(TString filename);
+  RecAna(char * filename);
   RecAna(TTree *tree) {};
   ~RecAna() {;}
   Int_t GetEntry(Int_t entry = 0);
@@ -110,7 +110,7 @@ class RecAna {
 #endif
 
 #ifdef RecAna_cxx
-RecAna::RecAna(TString filename)
+RecAna::RecAna(char * filename)
 {
   // connect the file used to generate this class and read the Tree.