Newer
Older
TB_Chris / Kepler / options / alignment / .svn / text-base / alignment.sh.svn-base
@iaro iaro on 9 May 2016 538 bytes first attempt of automated anal
  1. #!/bin/bash
  2.  
  3. gaudirun.py example.py survey.py --option="from Configurables import Kepler" --option="Kepler().AlignmentFile=\"Alignment_old.dat\""
  4. cp Alignment_out.dat Alignment.dat
  5. gaudirun.py example.py millepede.py --option="from Configurables import TbAlignment" --option="TbAlignment().DoFs = [1,1,0,0,0,1]"
  6. cp Alignment_out.dat Alignment.dat
  7. gaudirun.py example.py millepede.py
  8. cp Alignment_out.dat Alignment.dat
  9. gaudirun.py example.py alignment.py --option="from Configurables import Kepler" --option="Kepler().Alignment = False"