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

Merge branch 'SupercellTimingFix' into '21.3'

Saving timing for all supercells

See merge request !31502
parents d3a9dede dd9a8a7a
No related branches found
No related tags found
16 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!39162Draft: Insert BCM' support,!38765Bis78 cabling,!36893Fix size of RPC active region in BIS78 and strip material,!3645821.9: Improving material map description (ATLITKSW-127),!36293WIP pixel updates,!34993KF-input adding jXERHO to the AOD outputs,!34864LH rings in front ot HR rigs,!34763Fix L1_4jJ15.0ETA25 item definition (ATR-21261),!33996WIP: Correct MM zpositions,!3291021.3 salva s0,!31887Merge 21.3.19 into 21.9,!31502Saving timing for all supercells
......@@ -46,7 +46,6 @@ class LArSCellGetter ( Configured ) :
# Only MC case
if True :
from LArROD.LArRODConf import LArSuperCellBuilderDriver
theLArSCellBuilder=LArSuperCellBuilderDriver("LArSuperCellBuilder")
......@@ -68,6 +67,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