ATLAS Offline Software
Functions | Variables
python.TrigTauMonitorAlgorithm Namespace Reference

Functions

def TrigTauMonConfig (inputFlags)
 

Variables

 nightly
 
 file
 
 flags
 
 Files
 
 isMC
 
 HISTFileName
 
 cfg
 
 trigTauMonitorAcc
 
 withDetails
 
 sc
 

Function Documentation

◆ TrigTauMonConfig()

def python.TrigTauMonitorAlgorithm.TrigTauMonConfig (   inputFlags)
Function to configures some algorithms in the monitoring system.

Definition at line 3 of file TrigTauMonitorAlgorithm.py.

3 def TrigTauMonConfig(inputFlags):
4  '''Function to configures some algorithms in the monitoring system.'''
5 
6  # The following class will make a sequence, configure algorithms, and link
7  # them to GenericMonitoringTools
8  from AthenaMonitoring import AthMonitorCfgHelper
9  helper = AthMonitorCfgHelper(inputFlags,'TrigTauAthMonitorCfg')
10 
11  from TrigTauMonitoring.TrigTauMonitoringConfig import TrigTauMonAlgBuilder
12  monAlgCfg = TrigTauMonAlgBuilder( helper )
13  # build monitor and book histograms
14  monAlgCfg.configure()
15 
16 
21  return helper.result()
22 

Variable Documentation

◆ cfg

python.TrigTauMonitorAlgorithm.cfg

Definition at line 43 of file TrigTauMonitorAlgorithm.py.

◆ file

python.TrigTauMonitorAlgorithm.file

Definition at line 32 of file TrigTauMonitorAlgorithm.py.

◆ Files

python.TrigTauMonitorAlgorithm.Files

Definition at line 34 of file TrigTauMonitorAlgorithm.py.

◆ flags

python.TrigTauMonitorAlgorithm.flags

Definition at line 33 of file TrigTauMonitorAlgorithm.py.

◆ HISTFileName

python.TrigTauMonitorAlgorithm.HISTFileName

Definition at line 36 of file TrigTauMonitorAlgorithm.py.

◆ isMC

python.TrigTauMonitorAlgorithm.isMC

Definition at line 35 of file TrigTauMonitorAlgorithm.py.

◆ nightly

python.TrigTauMonitorAlgorithm.nightly

Definition at line 31 of file TrigTauMonitorAlgorithm.py.

◆ sc

python.TrigTauMonitorAlgorithm.sc

Definition at line 53 of file TrigTauMonitorAlgorithm.py.

◆ trigTauMonitorAcc

python.TrigTauMonitorAlgorithm.trigTauMonitorAcc

Definition at line 46 of file TrigTauMonitorAlgorithm.py.

◆ withDetails

python.TrigTauMonitorAlgorithm.withDetails

Definition at line 51 of file TrigTauMonitorAlgorithm.py.

python.TrigTauMonitorAlgorithm.TrigTauMonConfig
def TrigTauMonConfig(inputFlags)
Definition: TrigTauMonitorAlgorithm.py:3