Skip to content
Snippets Groups Projects
Commit 26dc1476 authored by William Patrick Mccormack's avatar William Patrick Mccormack
Browse files

Changed default window size to 30mm. Fixed comment about LowPtRoI file

parent cd16cb78
No related branches found
No related tags found
20 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!45045WIP: Include another condition for hit merging in FCS_StepInfoSD.cxx,!45043Merge branch 'Update-DAOD_IDNCB' into '21.2',!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!42171Add LAr cell DQ plots to UPC stream,!40342WIP: ATR-22546 - add missing trigger to MC16a,!39162Draft: Insert BCM' support,!38765Bis78 cabling,!37483Fix in monitoring of Pixel FE errors,!36893Fix size of RPC active region in BIS78 and strip material,!3645821.9: Improving material map description (ATLITKSW-127),!36293WIP pixel updates,!35241Merge 21.3.22 into 21.9,!34993KF-input adding jXERHO to the AOD outputs,!34763Fix L1_4jJ15.0ETA25 item definition (ATR-21261),!3473421.0 fix dq servers,!34619Merge 21.0.115 into 21.3,!33769Adding low-pt tracking with region of interest
...@@ -284,10 +284,10 @@ class LowPtRoIWindow(InDetFlagsJobProperty): ...@@ -284,10 +284,10 @@ class LowPtRoIWindow(InDetFlagsJobProperty):
""" """
statusOn = True statusOn = True
allowedTypes = ['float'] allowedTypes = ['float']
StoredValue = 2.0 StoredValue = 30.0
class LowPtRoIFile(InDetFlagsJobProperty): class LowPtRoIFile(InDetFlagsJobProperty):
"""Set the strategy to extract the RoI; 1 = with tracks, 2 = with HS Truth, 3 = from file """Indicate the file (including location) that contains the ROI location information. Three column format: run number, event number, ROI location (in mm)
""" """
statusOn = True statusOn = True
allowedTypes = ['str'] allowedTypes = ['str']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment