Changeset 19727 for trunk


Ignore:
Timestamp:
10/05/19 20:52:05 (5 years ago)
Author:
tbretz
Message:
Allow for .fz extension in input files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/callisto.C

    r19719 r19727  
    292292    */
    293293
    294     const TString rule(Form("s/(([0-9]+_)?[0-9.]+)_[PCD]_(.*)([.]fits)$/%s\\/$1_Y_$3.root/",
     294    const TString rule(Form("s/(([0-9]+_)?[0-9.]+)_[PCD]_(.*)([.]fits([.]fz)?)$/%s\\/$1_Y_$3.root/",
    295295                            MJob:: Esc(outpath).Data()));
    296296
Note: See TracChangeset for help on using the changeset viewer.