Newer
Older
TB_Chris / Kepler / options / alignment / .svn / text-base / minuit_alignment.py.svn-base
@iaro iaro on 9 May 2016 807 bytes first attempt of automated anal
  1. from Gaudi.Configuration import *
  2.  
  3. from Configurables import Kepler
  4. Kepler().InputFiles = ["eos/lhcb/testbeam/velo/timepix3/July2014/RawData/Run1062/"]
  5. Kepler().PixelConfigFile = "eos/lhcb/testbeam/velo/timepix3/July2014/RootFiles/Run1062/Conditions/PixelMask.dat"
  6. Kepler().EvtMax = 100
  7. Kepler().WriteTuples = False
  8. Kepler().Monitoring = False
  9. Kepler().Alignment = True
  10. Kepler().AlignmentFile = "Alignment.dat"
  11.  
  12. from Configurables import TbTrackPlots
  13. TbTrackPlots().ParametersResidualsXY = ("",-0.1,0.1,2000)
  14.  
  15. from Configurables import TbAlignment, TbTracking
  16. TbAlignment().PrintConfiguration = True
  17. TbAlignment().FitStrategy = 1
  18. TbAlignment().ReferencePlane = 3
  19. TbAlignment().MaskedPlanes = TbTracking().MaskedPlanes
  20. TbAlignment().OutputLevel = INFO