The Gaudi Framework  v36r9p1 (5c15b2bb)
Histograms_with_global Namespace Reference

Variables

 Auditors
 
list algorithms
 
 app
 
 OutputLevel
 
 MessageSvcType
 
 ExtSvc
 
 JobOptionsSvcType
 
 HistogramPersistency
 
 OutputFile
 
 Input
 

Variable Documentation

◆ algorithms

list Histograms_with_global.algorithms
Initial value:
1 = [
2  C.GaudiHistoAlgorithm("SimpleHistos", HistoPrint=True, OutputLevel=3),
3  C.Gaudi.Examples.Counter.GaudiHistoAlgorithm("SimpleCounterHistos", OutputLevel=2),
4 ]

Definition at line 19 of file Histograms_with_global.py.

◆ app

Histograms_with_global.app
Initial value:
1 = C.ApplicationMgr(
2  "ApplicationMgr",
3  TopAlg=["SimpleHistos", "SimpleCounterHistos"],
4  EvtMax=50000,
5  EvtSel="NONE",
6 )

Definition at line 24 of file Histograms_with_global.py.

◆ Auditors

Histograms_with_global.Auditors

Definition at line 16 of file Histograms_with_global.py.

◆ ExtSvc

Histograms_with_global.ExtSvc

Definition at line 40 of file Histograms_with_global.py.

◆ HistogramPersistency

Histograms_with_global.HistogramPersistency

Definition at line 48 of file Histograms_with_global.py.

◆ Input

Histograms_with_global.Input

Definition at line 54 of file Histograms_with_global.py.

◆ JobOptionsSvcType

Histograms_with_global.JobOptionsSvcType

Definition at line 43 of file Histograms_with_global.py.

◆ MessageSvcType

Histograms_with_global.MessageSvcType

Definition at line 38 of file Histograms_with_global.py.

◆ OutputFile

Histograms_with_global.OutputFile

Definition at line 49 of file Histograms_with_global.py.

◆ OutputLevel

Histograms_with_global.OutputLevel

Definition at line 36 of file Histograms_with_global.py.