Skip to content

Commit

Permalink
Changed mps scripts to copy back the millepede.end file. This file co…
Browse files Browse the repository at this point in the history
…ntains the detailed exit status of pede.
  • Loading branch information
Frank Meier committed Feb 16, 2015
1 parent d4894f2 commit e005b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -31,6 +31,7 @@ clean_up () {
cp -p *.log.gz $RUNDIR
cp -p millePedeMonitor*root $RUNDIR
cp -p millepede.res* $RUNDIR
cp -p millepede.end $RUNDIR
cp -p millepede.his* $RUNDIR
cp -p *.db $RUNDIR
exit
Expand Down
2 changes: 1 addition & 1 deletion Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl
Expand Up @@ -78,7 +78,7 @@ BEGIN

@FILENAMES = ("treeFile_merge.root","histograms_merge.root","millePedeMonitor_merge.root",
"alignment_merge.py","alignment.log*","millepede.log*",
"millepede.res*","millepede.his*","pede.dump*",
"millepede.res*","millepede.his*","pede.dump*", "millepede.end",
"alignments_MP.db","pedeSteer*.txt*","theScript.sh");

while ($theFile = shift @FILENAMES) {
Expand Down

0 comments on commit e005b46

Please sign in to comment.