Skip to content
Snippets Groups Projects

Enable new L1 menu format in L1Topo and CTP simulation (II)

Merged Joerg Stelzer requested to merge stelzer/athena:master-L1TopoCTPSimNewMenu into master
32 files
+ 843
579
Compare changes
  • Side-by-side
  • Inline
Files
32
@@ -55,10 +55,10 @@ else:
@@ -55,10 +55,10 @@ else:
# Add an instance of TrigL1TopoWriteValData to the sequence
# Add an instance of TrigL1TopoWriteValData to the sequence
from AthenaCommon import CfgMgr
#from AthenaCommon import CfgMgr
l1topoWriteValData = CfgMgr.TrigL1TopoWriteValData("l1topoWriteValData")
#l1topoWriteValData = CfgMgr.TrigL1TopoWriteValData("l1topoWriteValData")
topSequence += l1topoWriteValData
#topSequence += l1topoWriteValData
log.debug("added l1topoWriteValData to topSequence")
#log.debug("added l1topoWriteValData to topSequence")
#l1topoWriteValData.OutputLevel=1
#l1topoWriteValData.OutputLevel=1
#--------------------------------------------------------------
#--------------------------------------------------------------
Loading