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

Go to the source code of this file.

Namespaces

namespace  DownloadLibs
 

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