Changeset 9288 for trunk/MagicSoft/Mars
- Timestamp:
- 02/02/09 10:31:37 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r9278 r9288 380 380 read->AddFiles(iter); 381 381 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/", 383 383 Esc(fPathOut).Data())); 384 384 -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r9261 r9288 300 300 // Effective on-time need its own not to be skipped by (eg) image cleaning 301 301 // 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())); 303 303 MWriteRootFile write( 2, rule, fOverwrite?"RECREATE":"NEW"); 304 304 MWriteRootFile writet(2, rule, fOverwrite?"RECREATE":"NEW"); // EffectiveOnTime
Note:
See TracChangeset
for help on using the changeset viewer.