The Gaudi Framework  v36r1 (3e2fb5a8)
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(
4  'SimpleCounterHistos', OutputLevel=2),
5 ]

Definition at line 17 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 23 of file Histograms_with_global.py.

◆ Auditors

Histograms_with_global.Auditors

Definition at line 14 of file Histograms_with_global.py.

◆ ExtSvc

Histograms_with_global.ExtSvc

Definition at line 39 of file Histograms_with_global.py.

◆ HistogramPersistency

Histograms_with_global.HistogramPersistency

Definition at line 47 of file Histograms_with_global.py.

◆ Input

Histograms_with_global.Input

Definition at line 53 of file Histograms_with_global.py.

◆ JobOptionsSvcType

Histograms_with_global.JobOptionsSvcType

Definition at line 42 of file Histograms_with_global.py.

◆ MessageSvcType

Histograms_with_global.MessageSvcType

Definition at line 37 of file Histograms_with_global.py.

◆ OutputFile

Histograms_with_global.OutputFile

Definition at line 48 of file Histograms_with_global.py.

◆ OutputLevel

Histograms_with_global.OutputLevel

Definition at line 35 of file Histograms_with_global.py.