Skip to content
Snippets Groups Projects
Commit 4ae60ffe authored by Nicholas Styles's avatar Nicholas Styles Committed by Atlas Nightlybuild
Browse files

Merge branch 'cherry-pick-e721efa6-21.9' into '21.9'

Sweeping !31502 from 21.3 to 21.9.
Saving timing for all supercells

See merge request atlas/athena!31559

(cherry picked from commit a5a4df03)

17c54237 Merge branch 'SupercellTimingFix' into '21.3'
parent 704a2ed4
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!31582Sweeping !31559 from 21.9 to master. Sweeping !31502 from 21.3 to 21.9.Saving timing for all supercells
Pipeline #1518633 passed
......@@ -47,7 +47,6 @@ class LArSCellGetter ( Configured ) :
# Only MC case
if True :
from LArROD.LArRODConf import LArSuperCellBuilderDriver
theLArSCellBuilder=LArSuperCellBuilderDriver("LArSuperCellBuilder")
......@@ -69,6 +68,7 @@ class LArSCellGetter ( Configured ) :
from LArROD.LArRODConf import LArRawChannelBuilderToolOFC
theLArRawChannelBuilderToolOFC=LArRawChannelBuilderToolOFC('LArRawChannelBuilderSCToolOFC')
theLArRawChannelBuilderToolOFC.OFCTool=theLArOFCSCTool
theLArRawChannelBuilderToolOFC.ECut=-99999.0
theLArRawChannelBuilderToolOFC.KeyShape = "LArShapeSC"
ToolSvc+=theLArRawChannelBuilderToolOFC
theLArSCellBuilder.BuilderTools += [theLArRawChannelBuilderToolOFC]
......
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