Changeset 9288 for trunk/MagicSoft


Ignore:
Timestamp:
02/02/09 10:31:37 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc

    r9278 r9288  
    380380    read->AddFiles(iter);
    381381
    382     const TString fname(Form("s/([0-9]+_[0-9]+)_D_(.*[.])(raw([.]gz)?)$/%s\\/$1_Y_$2root/",
     382    const TString fname(Form("s/([0-9]+(_M[12])?_[0-9.]+)_D_(.*[.])(raw([.]gz)?)$/%s\\/$1_Y_$3root/",
    383383                             Esc(fPathOut).Data()));
    384384
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r9261 r9288  
    300300    // Effective on-time need its own not to be skipped by (eg) image cleaning
    301301    // Muons needs its own to have a unique SetReadyToSave
    302     const TString rule(Form("s/([0-9]+_[0-9]+)_Y_(.*[.]root)$/%s\\/$1_I_$2/", Esc(fPathOut).Data()));
     302    const TString rule(Form("s/([0-9]+(_M[12])?_[0-9.]+)_Y_(.*[.]root)$/%s\\/$1_I_$3/", Esc(fPathOut).Data()));
    303303    MWriteRootFile write( 2, rule, fOverwrite?"RECREATE":"NEW");
    304304    MWriteRootFile writet(2, rule, fOverwrite?"RECREATE":"NEW"); // EffectiveOnTime
Note: See TracChangeset for help on using the changeset viewer.