Skip to content
Snippets Groups Projects
Commit 0119ab2e authored by Carlos Yero's avatar Carlos Yero
Browse files

Defined timing cuts to be to HMS DC

parent 7864a581
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,20 @@ Decode_master 1 ...@@ -9,5 +9,20 @@ Decode_master 1
Block: CoarseTracking Block: CoarseTracking
CoarseTracking_master 1 CoarseTracking_master 1
#add cuts to stricter times and apply them to drift distances
time_cut1 H.dc.1x1.time > 0 && H.dc.1x1.time < 250
time_cut2 H.dc.1y1.time > 0 && H.dc.1y1.time < 250
time_cut3 H.dc.1u1.time > 0 && H.dc.1u1.time < 250
time_cut4 H.dc.1v1.time > 0 && H.dc.1v1.time < 250
time_cut5 H.dc.1y2.time > 0 && H.dc.1y2.time < 250
time_cut6 H.dc.1x2.time > 0 && H.dc.1x2.time < 250
time_cut7 H.dc.2x1.time > 0 && H.dc.2x1.time < 250
time_cut8 H.dc.2y1.time > 0 && H.dc.1y1.time < 250
time_cut9 H.dc.2u1.time > 0 && H.dc.2u1.time < 250
time_cut10 H.dc.2v1.time > 0 && H.dc.2v1.time < 250
time_cut11 H.dc.2y2.time > 0 && H.dc.2y2.time < 250
time_cut12 H.dc.2x2.time > 0 && H.dc.2x2.time < 250
Block: CoarseReconstruct Block: CoarseReconstruct
CourseReconstruct 0 CourseReconstruct 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment