ATLAS Offline Software
Loading...
Searching...
No Matches
python.AtlRunQueryQueryConfig.QC Class Reference
Collaboration diagram for python.AtlRunQueryQueryConfig.QC:

Public Member Functions

 tzdesc (cls)
 settimezone (cls)
 localStr (cls)

Static Public Attributes

bool localtime = True
tuple timezone = ('CET','CEST')
str datapath = ''

Detailed Description

Definition at line 5 of file AtlRunQueryQueryConfig.py.

Member Function Documentation

◆ localStr()

python.AtlRunQueryQueryConfig.QC.localStr ( cls)

Definition at line 19 of file AtlRunQueryQueryConfig.py.

19 def localStr(cls):
20 return "local" if QC.localtime else 'UTC'
21
22

◆ settimezone()

python.AtlRunQueryQueryConfig.QC.settimezone ( cls)

Definition at line 15 of file AtlRunQueryQueryConfig.py.

15 def settimezone(cls):
16 time.tzname = QC.timezone
17

◆ tzdesc()

python.AtlRunQueryQueryConfig.QC.tzdesc ( cls)

Definition at line 11 of file AtlRunQueryQueryConfig.py.

11 def tzdesc(cls):
12 return QC.timezone[1] if QC.localtime else 'UTC'
13

Member Data Documentation

◆ datapath

str python.AtlRunQueryQueryConfig.QC.datapath = ''
static

Definition at line 8 of file AtlRunQueryQueryConfig.py.

◆ localtime

bool python.AtlRunQueryQueryConfig.QC.localtime = True
static

Definition at line 6 of file AtlRunQueryQueryConfig.py.

◆ timezone

tuple python.AtlRunQueryQueryConfig.QC.timezone = ('CET','CEST')
static

Definition at line 7 of file AtlRunQueryQueryConfig.py.


The documentation for this class was generated from the following file: