O2-DQ User Interface 1.0.0
Loading...
Searching...
No Matches
DownloadLibs Namespace Reference

Variables

 action
 
string ALICE_SOFTWARE_PATH = os.environ["HOME"] + "/alice"
 
 choices
 
 context = ssl._create_unverified_context()
 
 DEBUG_SELECTION = extrargs.debug
 
 default
 
 extrargs = parser.parse_args()
 
 format
 
dictionary headers
 
 help
 
 HOME_PATH = os.environ["HOME"]
 
 htmlCutsLibrary = urlopen(requestCutsLibrary, context = context).read()
 
 htmlMCSignalsLibrary = urlopen(requestMCSignalsLibrary, context = context).read()
 
 htmlMixingLibrary = urlopen(requestMixingLibrary, context = context).read()
 
bool isLibsExist = True
 
 level
 
string localPathCutsLibrary = ALICE_SOFTWARE_PATH + "/O2Physics/PWGDQ/Core/CutsLibrary.h"
 
string localPathEventMixing = ALICE_SOFTWARE_PATH + "/O2Physics/PWGDQ/Core/MixingLibrary.h"
 
string localPathMCSignalsLibrary = ALICE_SOFTWARE_PATH + "/O2Physics/PWGDQ/Core/MCSignalLibrary.h"
 
 MY_PATH = os.path.abspath(os.getcwd())
 
 numeric_level = getattr(logging, DEBUG_SELECTION.upper(), None)
 
 parser = argparse.ArgumentParser(description = "Arguments to pass")
 
string prefix_version = "nightly-"
 
 request = urllib.request.urlopen(URL_CUTS_LIBRARY, context = context)
 
 requestCutsLibrary = Request(URL_CUTS_LIBRARY, headers = headers)
 
 requestMCSignalsLibrary = Request(URL_MCSIGNALS_LIBRARY, headers = headers)
 
 requestMixingLibrary = Request(URL_MIXING_LIBRARY, headers = headers)
 
 type
 
tuple URL_CUTS_LIBRARY = ("https://github.com/AliceO2Group/O2Physics/blob/master/PWGDQ/Core/CutsLibrary.h?raw=true")
 
tuple URL_MCSIGNALS_LIBRARY = ("https://github.com/AliceO2Group/O2Physics/blob/master/PWGDQ/Core/MCSignalLibrary.h?raw=true")
 
tuple URL_MIXING_LIBRARY = ("https://github.com/AliceO2Group/O2Physics/blob/master/PWGDQ/Core/MixingLibrary.h?raw=true")
 
 version
 

Variable Documentation

◆ action

action

Definition at line 47 of file DownloadLibs.py.

◆ ALICE_SOFTWARE_PATH

string ALICE_SOFTWARE_PATH = os.environ["HOME"] + "/alice"

Definition at line 71 of file DownloadLibs.py.

◆ choices

choices

Definition at line 52 of file DownloadLibs.py.

◆ context

context = ssl._create_unverified_context()

Definition at line 194 of file DownloadLibs.py.

◆ DEBUG_SELECTION

DEBUG_SELECTION = extrargs.debug

Definition at line 88 of file DownloadLibs.py.

◆ default

default

Definition at line 52 of file DownloadLibs.py.

◆ extrargs

extrargs = parser.parse_args()

Definition at line 66 of file DownloadLibs.py.

◆ format

format

Definition at line 92 of file DownloadLibs.py.

◆ headers

dictionary headers
Initial value:
1= {
2 "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36"
3 }

Definition at line 41 of file DownloadLibs.py.

◆ help

help

Definition at line 47 of file DownloadLibs.py.

◆ HOME_PATH

HOME_PATH = os.environ["HOME"]

Definition at line 69 of file DownloadLibs.py.

◆ htmlCutsLibrary

htmlCutsLibrary = urlopen(requestCutsLibrary, context = context).read()

Definition at line 211 of file DownloadLibs.py.

◆ htmlMCSignalsLibrary

htmlMCSignalsLibrary = urlopen(requestMCSignalsLibrary, context = context).read()

Definition at line 212 of file DownloadLibs.py.

◆ htmlMixingLibrary

htmlMixingLibrary = urlopen(requestMixingLibrary, context = context).read()

Definition at line 213 of file DownloadLibs.py.

◆ isLibsExist

bool isLibsExist = True

Definition at line 81 of file DownloadLibs.py.

◆ level

level

Definition at line 92 of file DownloadLibs.py.

◆ localPathCutsLibrary

string localPathCutsLibrary = ALICE_SOFTWARE_PATH + "/O2Physics/PWGDQ/Core/CutsLibrary.h"

Definition at line 73 of file DownloadLibs.py.

◆ localPathEventMixing

string localPathEventMixing = ALICE_SOFTWARE_PATH + "/O2Physics/PWGDQ/Core/MixingLibrary.h"

Definition at line 75 of file DownloadLibs.py.

◆ localPathMCSignalsLibrary

string localPathMCSignalsLibrary = ALICE_SOFTWARE_PATH + "/O2Physics/PWGDQ/Core/MCSignalLibrary.h"

Definition at line 74 of file DownloadLibs.py.

◆ MY_PATH

MY_PATH = os.path.abspath(os.getcwd())

Definition at line 68 of file DownloadLibs.py.

◆ numeric_level

numeric_level = getattr(logging, DEBUG_SELECTION.upper(), None)

Definition at line 89 of file DownloadLibs.py.

◆ parser

parser = argparse.ArgumentParser(description = "Arguments to pass")

Definition at line 45 of file DownloadLibs.py.

◆ prefix_version

string prefix_version = "nightly-"

Definition at line 84 of file DownloadLibs.py.

◆ request

request = urllib.request.urlopen(URL_CUTS_LIBRARY, context = context)

Definition at line 195 of file DownloadLibs.py.

◆ requestCutsLibrary

requestCutsLibrary = Request(URL_CUTS_LIBRARY, headers = headers)

Definition at line 206 of file DownloadLibs.py.

◆ requestMCSignalsLibrary

requestMCSignalsLibrary = Request(URL_MCSIGNALS_LIBRARY, headers = headers)

Definition at line 207 of file DownloadLibs.py.

◆ requestMixingLibrary

requestMixingLibrary = Request(URL_MIXING_LIBRARY, headers = headers)

Definition at line 208 of file DownloadLibs.py.

◆ type

type

Definition at line 48 of file DownloadLibs.py.

◆ URL_CUTS_LIBRARY

tuple URL_CUTS_LIBRARY = ("https://github.com/AliceO2Group/O2Physics/blob/master/PWGDQ/Core/CutsLibrary.h?raw=true")

Definition at line 77 of file DownloadLibs.py.

◆ URL_MCSIGNALS_LIBRARY

tuple URL_MCSIGNALS_LIBRARY = ("https://github.com/AliceO2Group/O2Physics/blob/master/PWGDQ/Core/MCSignalLibrary.h?raw=true")

Definition at line 78 of file DownloadLibs.py.

◆ URL_MIXING_LIBRARY

tuple URL_MIXING_LIBRARY = ("https://github.com/AliceO2Group/O2Physics/blob/master/PWGDQ/Core/MixingLibrary.h?raw=true")

Definition at line 79 of file DownloadLibs.py.

◆ version

version

Definition at line 85 of file DownloadLibs.py.