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 atlas/athena!31502
parents d3a9dede dd9a8a7a
No related branches found
No related tags found
No related merge requests found
......@@ -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