Skip to content
Snippets Groups Projects
Commit 1314d2d5 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'UpdateDigitizationConf_ATLASSIM-3904_master' into 'master'

Update test_MC16a_Digi_tf_configuration CI test for revised LArPileUpTool properties.

Closes ATLASSIM-3904

See merge request atlas/athena!15679
parents 964fbc69 58e34a67
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