Changeset 14724 for fact/tools/marsmacros/mc2csv/mmc2csv.C
- Timestamp:
- 12/04/12 14:15:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/marsmacros/mc2csv/mmc2csv.C
r14612 r14724 33 33 int mmc2csv( 34 34 TString rootFile = "/home_nfs/isdc/jbbuss/FACT-MC/00002249.001_D_MonteCarlo000.root", 35 TString csvDestination = "/home_nfs/isdc/jbbuss/FACT-MC ",35 TString csvDestination = "/home_nfs/isdc/jbbuss/FACT-MC/", 36 36 int verbLvl = 0 37 37 ) … … 47 47 rootFile.Length() - rootFile.Last('.') 48 48 ); 49 csvDestination += "/";49 // csvDestination += "/"; 50 50 csvDestination += gSystem->BaseName(temp); 51 51 csvDestination += ".csv";
Note:
See TracChangeset
for help on using the changeset viewer.