Skip to content

Commit

Permalink
Merge pull request #7758 from frmeier/fix_cpMillepedeEnd
Browse files Browse the repository at this point in the history
Patch: Copy back detailed pede exit code file
  • Loading branch information
cmsbuild committed Feb 21, 2015
2 parents 7ed7251 + ed31fdc commit 497e4ea
Show file tree
Hide file tree
Showing 2 changed files with 3 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 Expand Up @@ -189,6 +190,7 @@ ls -lh
cp -p *.root $RUNDIR
cp -p *.gz $RUNDIR
cp -p *.db $RUNDIR
cp -p *.end $RUNDIR

if [ -f chi2ndfperbinary.eps ]; then
gzip -f chi2ndfperbinary.eps
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 497e4ea

Please sign in to comment.