diff --git a/benchmarks/ecal/options/barrel.py b/benchmarks/ecal/options/barrel.py index cfb3f1e021f7457cb5087c9beee9a89ef38de817..5751c85bd53d5e4e9a2c7be28c6a2fa7f1ea3f3b 100644 --- a/benchmarks/ecal/options/barrel.py +++ b/benchmarks/ecal/options/barrel.py @@ -202,10 +202,10 @@ podout.outputCommands = [ "keep *Cluster*", ] -#ApplicationMgr( -# TopAlg=algorithms, -# EvtSel="NONE", -# EvtMax=n_events, -# ExtSvc=[podioevent], -# OutputLevel=DEBUG, -#) +ApplicationMgr( + TopAlg=algorithms, + EvtSel="NONE", + EvtMax=n_events, + ExtSvc=[podioevent], + OutputLevel=DEBUG, +)