Changeset 14724 for fact/tools


Ignore:
Timestamp:
12/04/12 14:15:11 (12 years ago)
Author:
Jens Buss
Message:
chaged output path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/marsmacros/mc2csv/mmc2csv.C

    r14612 r14724  
    3333int mmc2csv(
    3434        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/",
    3636        int         verbLvl         = 0
    3737        )
     
    4747                    rootFile.Length() - rootFile.Last('.')
    4848                    );
    49         csvDestination += "/";
     49//        csvDestination += "/";
    5050        csvDestination += gSystem->BaseName(temp);
    5151        csvDestination += ".csv";
Note: See TracChangeset for help on using the changeset viewer.