Changeset 19705
- Timestamp:
- 10/01/19 15:27:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/star.C
r19357 r19705 26 26 27 27 ******************************************************************/ 28 int star(const char *datafile, Double_t lvl1=7.8, Double_t lvl2=3.9,const char *outpath=".")28 int star(const char *datafile, const char *outpath=".") 29 29 { 30 30 // The delta t [ns/deg] for the image cleaning … … 59 59 60 60 TString fname = gSystem->ConcatFileName(outpath, gSystem->BaseName(datafile)); 61 fname.ReplaceAll("_C.root", "_I.root"); 61 fname.ReplaceAll("_C_", "_I_"); 62 63 gSystem->ExpandPathName(fname); 62 64 63 65 gLog.Separator();
Note:
See TracChangeset
for help on using the changeset viewer.