20 import GaudiConfig2.Configurables.Gaudi.Tests.Histograms.AxesLabels
as T
25 HistoAlgo = T.HistWithLabelsAlg
26 algs.append(HistoAlgo(
"HistoAlgo"))
28 svcs.append(C.Gaudi.Histograming.Sink.Root(FileName=FILENAME))
29 svcs.append(C.Gaudi.Monitoring.JSONSink(FileName=FILENAMEJSON))
30 svcs.append(C.Gaudi.Monitoring.MessageSvcSink())
35 yield C.ApplicationMgr(
43 if os.path.exists(FILENAME):