Skip to content
Snippets Groups Projects

committing changes done during 2017 data taking to master

Merged Giulio Dujany requested to merge changes2017_master into master
6 files
+ 36
15
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -257,6 +257,13 @@ def configureTrackerAlignment( fixQOverPBias = False, surveyVer = 'latest' ) :
surveyconstraints.All(surveyVer)
# make sure we fix the z-scale
surveyconstraints.XmlUncertainties += ["OT/T3X1U : 0.5 0.5 0.00001 0.0001 0.0001 0.0001" ]
# TEST to use the Rasnik data - do not use following lines
#surveyconstraints.Constraints += [ "OT/T1X1U : 0 0 0.8 0 0 0 : 0 0 0.1 0.0001 0.0001 0.001",
# "OT/T1VX2 : 0 0 0.8 0 0 0 : 0 0 0.1 0.0001 0.0001 0.001" ]
# "OT/T2X1U : 0 0 0.8 0 0 0 : 0 0 0.2 0.0001 0.0001 0.001" ]
# "OT/T2VX2 : 0 0 0.8 0 0 0 : 0 0 0.2 0.0001 0.0001 0.001" ]
# "OT/T3X1U : 0 0 0.8 0 0 0 : 0 0 0.2 0.0001 0.0001 0.001" ]
# "OT/T3VX2 : 0 0 0.8 0 0 0 : 0 0 0.2 0.0001 0.0001 0.001" ]
# Finer Tracker Alignment scenario for first fill of 2016 data taking. It includes OT, TT and IT splitting to check for possible misalignments
def configureFinerTrackerAlignment( fixQOverPBias = False, surveyVer = 'latest' ) :
Loading