20 import GaudiConfig2.Configurables.Gaudi.Tests.Histograms.CustomAxis
as T
27 algs.append(Alg(
"Alg"))
29 svcs.append(C.Gaudi.Histograming.Sink.Root(FileName=FILENAME))
30 svcs.append(C.Gaudi.Monitoring.JSONSink(FileName=FILENAMEJSON))
31 svcs.append(C.Gaudi.Monitoring.MessageSvcSink())
37 yield C.ApplicationMgr(
45 if os.path.exists(FILENAME):