Parent Directory | Revision Log | Patch
revision 1.19 by mocchiut, Fri Jan 26 11:57:59 2007 UTC | revision 1.20 by mocchiut, Fri Jan 26 12:27:10 2007 UTC | |
---|---|---|
# | Line 86 TString getFilename(const TString filena | Line 86 TString getFilename(const TString filena |
86 | } else { | } else { |
87 | Int_t posiz2 = 0; | Int_t posiz2 = 0; |
88 | stringcopy(file2,gSystem->BaseName(filename.Data()),posiz2,posiz); | stringcopy(file2,gSystem->BaseName(filename.Data()),posiz2,posiz); |
89 | TString pdat(".dat"); | TString pdat(".pam"); |
90 | stringappend(file2,pdat); | stringappend(file2,pdat); |
91 | }; | }; |
92 | return file2; | return file2; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |