Skip to content
Snippets Groups Projects
Commit 58e34a67 authored by John Chapman's avatar John Chapman
Browse files

Update test_MC16a_Digi_tf_configuration CI test for revised LArPileUpTool properties.

!15542 dropped the `AutoCorrNoiseTool` property of `LArPileUpTool`. This update to the CI test drops
this property from the list of configurable properties expected to be set during digitization
configuration. Should fix ATLASSIM-3904.
parent 6323360b
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ class TestDigitizationMC16a(unittest.TestCase): ...@@ -271,7 +271,7 @@ class TestDigitizationMC16a(unittest.TestCase):
def test___LArPileUpTool_properties(self): def test___LArPileUpTool_properties(self):
tested_configurable_name = 'ToolSvc.LArPileUpTool' tested_configurable_name = 'ToolSvc.LArPileUpTool'
expected_property_list = ['AutoCorrNoiseTool', 'DetStore', 'DigitContainer', 'DoDigiTruthReconstruction', 'EmBarrelHitContainerName', 'EmEndCapHitContainerName', 'EvtStore', 'ExtraInputs', 'ExtraOutputs', 'FirstXing', 'ForWardHitContainerName', 'HecHitContainerName', 'HighGainThreshFCAL', 'LastXing', 'MaskingTool', 'NoiseOnOff', 'Nsamples', 'RndmEvtOverlay', 'RndmSvc', 'TriggerTimeToolName', 'firstSample', 'useLArFloat'] expected_property_list = ['DetStore', 'DigitContainer', 'DoDigiTruthReconstruction', 'EmBarrelHitContainerName', 'EmEndCapHitContainerName', 'EvtStore', 'ExtraInputs', 'ExtraOutputs', 'FirstXing', 'ForWardHitContainerName', 'HecHitContainerName', 'HighGainThreshFCAL', 'LastXing', 'MaskingTool', 'NoiseOnOff', 'Nsamples', 'RndmEvtOverlay', 'RndmSvc', 'TriggerTimeToolName', 'firstSample', 'useLArFloat']
expected_nonstring_properties = {'LastXing': '101', 'FirstXing': '-751', 'Nsamples': '4', 'EmBarrelHitContainerName': '["LArHitEMB"]', 'EmEndCapHitContainerName': '["LArHitEMEC"]', 'ForWardHitContainerName': '["LArHitFCAL"]', 'HecHitContainerName': '["LArHitHEC"]'} expected_nonstring_properties = {'LastXing': '101', 'FirstXing': '-751', 'Nsamples': '4', 'EmBarrelHitContainerName': '["LArHitEMB"]', 'EmEndCapHitContainerName': '["LArHitEMEC"]', 'ForWardHitContainerName': '["LArHitFCAL"]', 'HecHitContainerName': '["LArHitHEC"]'}
expected_string_properties = {'DigitContainer': 'LArDigitContainer_MC'} expected_string_properties = {'DigitContainer': 'LArDigitContainer_MC'}
self._detailed_ConfigurablePropertiesCheck( self._detailed_ConfigurablePropertiesCheck(
......
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