Skip to content
Snippets Groups Projects
Commit a99f64b2 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

RecExCommon: LAr bytestream now uses CaloNoise conditions data.

If we configure LAr bytestream writing, add CaloNoise as an explicit
dependency of the output stream.
parent 10be6758
No related branches found
No related tags found
No related merge requests found
......@@ -1483,13 +1483,9 @@ if rec.doWriteBS():
# StreamBS.ItemList +=["LArRawChannels#*"]
StreamBSFileOutput.ItemList +=["2721#*"]
# GU LAr bytestream writing now using calonoisetool, make sure it is configured
from CaloTools.CaloNoiseToolDefault import CaloNoiseToolDefault
theNoiseTool = CaloNoiseToolDefault()
ToolSvc += theNoiseTool
from LArByteStream.LArByteStreamConfig import LArRawDataContByteStreamToolConfig
ToolSvc+=LArRawDataContByteStreamToolConfig(InitializeForWriting=True)
ToolSvc+=LArRawDataContByteStreamToolConfig(InitializeForWriting=True,
stream = StreamBSFileOutput)
# Tile
# StreamBS.ItemList +=["TileRawChannelCnt#*"]
......
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