18 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
19 from AthenaConfiguration.ComponentFactory
import CompFactory
23 if flags.Trigger.Online.useOnlineTHistSvc:
24 log.info(
"Configuring online TrigMonTHistSvc")
25 histSvc = CompFactory.TrigMonTHistSvc(
"THistSvc")
27 log.info(
"Configuring offline THistSvc")
29 if flags.Trigger.L1MuonSim.WriteNSWDebugNtuple:
30 output += [
"NSWL1Simulation DATAFILE='NSWL1Simulation.root' OPT='RECREATE'"]
34 histSvc = CompFactory.THistSvc(
"THistSvc", Output = output)
36 acc.addService( histSvc )