ATLAS Offline Software
Loading...
Searching...
No Matches
DQHistogramMerge Namespace Reference

Functions

 fakebool (x)

Variables

 parser = argparse.ArgumentParser()
 help
 nargs
 type
 fakebool
 default
 False
 int
 action
 args = parser.parse_args()
 runPostProcessing = args.run_post_processing
 isIncremental = args.is_incremental_merge
 compressionLevel = args.output_file_compression_level
 debugLevel = args.debugLevel
str directoryRegularExpression = f'^((?!{args.excludeDir}).)*$'
str histogramRegularExpression = f'^((?!{args.excludeHist}).)*$'
bool doTiming = False

Function Documentation

◆ fakebool()

DQHistogramMerge.fakebool ( x)

Definition at line 13 of file DQHistogramMerge.py.

13def fakebool(x):
14 return bool(eval(x))
15

Variable Documentation

◆ action

DQHistogramMerge.action

Definition at line 29 of file DQHistogramMerge.py.

◆ args

DQHistogramMerge.args = parser.parse_args()

Definition at line 31 of file DQHistogramMerge.py.

◆ compressionLevel

DQHistogramMerge.compressionLevel = args.output_file_compression_level

Definition at line 38 of file DQHistogramMerge.py.

◆ debugLevel

DQHistogramMerge.debugLevel = args.debugLevel

Definition at line 40 of file DQHistogramMerge.py.

◆ default

DQHistogramMerge.default

Definition at line 22 of file DQHistogramMerge.py.

◆ directoryRegularExpression

str DQHistogramMerge.directoryRegularExpression = f'^((?!{args.excludeDir}).)*$'

Definition at line 43 of file DQHistogramMerge.py.

◆ doTiming

bool DQHistogramMerge.doTiming = False

Definition at line 52 of file DQHistogramMerge.py.

◆ fakebool

DQHistogramMerge.fakebool

Definition at line 22 of file DQHistogramMerge.py.

◆ False

DQHistogramMerge.False

Definition at line 22 of file DQHistogramMerge.py.

◆ help

DQHistogramMerge.help

Definition at line 20 of file DQHistogramMerge.py.

◆ histogramRegularExpression

str DQHistogramMerge.histogramRegularExpression = f'^((?!{args.excludeHist}).)*$'

Definition at line 48 of file DQHistogramMerge.py.

◆ int

DQHistogramMerge.int

Definition at line 24 of file DQHistogramMerge.py.

◆ isIncremental

DQHistogramMerge.isIncremental = args.is_incremental_merge

Definition at line 36 of file DQHistogramMerge.py.

◆ nargs

DQHistogramMerge.nargs

Definition at line 22 of file DQHistogramMerge.py.

◆ parser

DQHistogramMerge.parser = argparse.ArgumentParser()

Definition at line 19 of file DQHistogramMerge.py.

◆ runPostProcessing

DQHistogramMerge.runPostProcessing = args.run_post_processing

Definition at line 34 of file DQHistogramMerge.py.

◆ type

DQHistogramMerge.type

Definition at line 22 of file DQHistogramMerge.py.