11from GaudiConfig2
import Configurables
as C
12from GaudiConfig2
import useGlobalInstances
14useGlobalInstances(
True)
16C.AuditorSvc(
"AuditorSvc", Auditors=[
"ChronoAuditor"])
20 C.Gaudi.TestSuite.Counter.GaudiHistoAlgorithm(
"SimpleCounterHistos", OutputLevel=2),
23app = C.ApplicationMgr(
25 TopAlg=[
"SimpleCounterHistos"],
30 app.TopAlg.append(
"MessageSvc")
31 assert False,
"this is not expected"
35app.TopAlg[0].OutputLevel = 2
37app.MessageSvcType =
"MessageSvc"
38app.MessageSvcType.OutputLevel = 3
39app.ExtSvc = [
"Gaudi::Monitoring::MessageSvcSink"]
42 app.JobOptionsSvcType =
"MessageSvc"
43 assert False,
"this is not expected"
47app.HistogramPersistency =
"ROOT"
48C.RootHistCnv.PersSvc(
"RootHistSvc", OutputFile=
"histo-c2g.root")