11 from GaudiConfig2
import Configurables
as C, useGlobalInstances
14 C.AuditorSvc(
'AuditorSvc', Auditors=[
'ChronoAuditor'])
18 C.GaudiHistoAlgorithm(
'SimpleHistos', HistoPrint=
True, OutputLevel=3),
19 C.Gaudi.Examples.Counter.GaudiHistoAlgorithm(
20 'SimpleCounterHistos', OutputLevel=2),
23 app = C.ApplicationMgr(
25 TopAlg=[
'SimpleHistos',
'SimpleCounterHistos'],
30 app.TopAlg.append(
'MessageSvc')
31 assert False,
"this is not expected"
35 app.TopAlg[0].OutputLevel = 2
37 app.MessageSvcType =
'MessageSvc'
38 app.MessageSvcType.OutputLevel = 3
39 app.ExtSvc = [
"Gaudi::Monitoring::MessageSvcSink"]
42 app.JobOptionsSvcType =
'MessageSvc'
43 assert False,
"this is not expected"
47 app.HistogramPersistency =
'ROOT'
48 C.RootHistCnv.PersSvc(
'RootHistSvc', OutputFile=
'histo-c2g.root')
53 Input=[
"InFile DATAFILE='../data/input.hbook' TYP='HBOOK'"])