Skip to content
Snippets Groups Projects
Commit d30dbcbc authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'SC-March31' into 'master'

changing SuperCell container name

See merge request atlas/athena!42193
parents 2d5365a6 52cce675
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def LArSuperCellBuilderAlgDefault():
theSelf.ShapeKey='LArShapeSC'
theSelf.PedestalKey='LArPedestalSC'
theSelf.OFCKey='LArOFCSC'
theSelf.CaloCellKey='TestSCell'
theSelf.CaloCellKey='SCell'
theSelf.LArDigitKey='LArDigitSCL2'
theSelf.useDB=False
theSelf.IsSuperCell=True
......
......@@ -10,6 +10,6 @@ from LArROD.LArSCellGetter import LArSCellGetter
theLArSCellGetter = LArSCellGetter()
streamRDO.ItemList+=["LArDigitContainer#LArDigitSCL2"]
streamRDO.ItemList+=["CaloCellContainer#TestSCell"]
streamRDO.ItemList+=["CaloCellContainer#SCell"]
topSequence.remove(streamRDO)
topSequence += streamRDO
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