Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:34

0001 #!/bin/bash
0002 
0003 # what to optimise
0004 sector="56"
0005 z0="+217000"
0006 rps="103,104,105,123,124,125"
0007 
0008 # nothing to exclude
0009 excludePlanes=""
0010 
0011 # event selection
0012 minimumHitsPerProjectionPerRP=3
0013 requireNumberOfUnits="2"
0014 requireOverlap="False"
0015 requireAtLeast3PotsInOverlap="True"
0016 
0017 additionalAcceptedRPSets=""
0018 
0019 # even number limit
0020 #maxEvents="-1" # process all events
0021 maxEvents="1E4"
0022 
0023 # iteration settings
0024 iterations=5
0025 optimize=("s" "s" "sr")
0026 iterationsWithOneRotZPerPot=0
0027 maxResidualToSigma=(30 10 10 3)
0028 chiSqPerNdfCut=(500 50 50 5)
0029 maxTrackAx=("0.5E-3")
0030 maxTrackAy=("0.5E-3")
0031 
0032 # constraint settings
0033 constraintsType="standard"
0034 constraintsLabel="std"
0035 final_constraints_units="101,121"
0036 useEqualMeanUMeanVRotZConstraints="True"
0037 
0038 # diagonistics
0039 iterationsWithDiagnostics="1"
0040 
0041 # input settings
0042 reco_dir="/eos/totem/data/offline/2018/450GeV/beta11/ZeroBias/version1"
0043 
0044 # geometry settings
0045 geometry="CalibPPS/AlignmentRelative/test/test_with_data"
0046 
0047 initial_alignment=()
0048 
0049 # output settings
0050 subdir="data"
0051 label=""  # for non-standard settings, e.g. ",test"
0052 
0053 NewDataSet
0054 tasks=(
0055         324579.1-25
0056         324579.26-50
0057         324579.51-75
0058         324579.76-99
0059 )
0060 
0061 SubmitTrackBasedAlignment