|
string | TkMap_script_phase1.check_command = 'check_runcomplete ' |
| Check if run is complete##############. More...
|
|
tuple | TkMap_script_phase1.Check_output = subprocess.call(check_command, shell=True) |
|
tuple | TkMap_script_phase1.checkfolder = os.path.exists(str(Run_Number[i])) |
| Start making TkMaps################. More...
|
|
tuple | TkMap_script_phase1.CMSSW_BASE = str(os.popen('echo ${CMSSW_BASE}').read().strip()) |
|
list | TkMap_script_phase1.DataLocalDir = runDirval[0] |
|
string | TkMap_script_phase1.dest = 'Beam' |
| Producing the list of bad modules. More...
|
|
string | TkMap_script_phase1.detIdInfoFileName = 'TkDetIdInfo_Run' |
|
tuple | TkMap_script_phase1.File_Name = downloadOfflineDQMhisto(Run_Number[i], Run_type, rereco) |
|
tuple | TkMap_script_phase1.File_Name_PCL = downloadOfflinePCLhisto(Run_Number[i], Run_type) |
|
string | TkMap_script_phase1.filepath = '/tmp/' |
|
tuple | TkMap_script_phase1.full_pixelfile_name = os.path.join('./OUT/', file_name) |
|
tuple | TkMap_script_phase1.full_stripfile_name = os.path.join('.', file_name) |
|
tuple | TkMap_script_phase1.globalTag = getGT(filepath+File_Name, str(Run_Number[i]), 'globalTag_Step1') |
| Getting GT############## After switch production to 10_X_X release, the clean up section need to be reviewed and modified ##########. More...
|
|
tuple | TkMap_script_phase1.input_var = input("DQM file is incompleted, do you want to continue? (y/n): ") |
|
list | TkMap_script_phase1.nnnOut = Run_Number[i] |
| Downloading DQM file############################. More...
|
|
list | TkMap_script_phase1.output = [] |
| put color legend in the TrackerMap################### More...
|
|
tuple | TkMap_script_phase1.pixel_files = os.listdir('./OUT') |
| Start making pixel maps#####################. More...
|
|
string | TkMap_script_phase1.pixelTreeFileName = 'PixelPhase1Tree_Run' |
|
| TkMap_script_phase1.rereco = False |
| Check if user enter the right run type######################. More...
|
|
list | TkMap_script_phase1.Run_Number = [int(x) for x in sys.argv[2:]] |
|
list | TkMap_script_phase1.Run_type = sys.argv[1] |
|
tuple | TkMap_script_phase1.runDirval = setRunDirectory(Run_Number[i]) |
|
string | TkMap_script_phase1.sefile = 'QualityTest_run' |
| rename bad module list file###################### More...
|
|
tuple | TkMap_script_phase1.strip_files = os.listdir('.') |
| create merged list of BadComponent from (PCL, RunInfo and FED Errors) ignore for now More...
|
|
tuple | TkMap_script_phase1.workPath = os.popen('pwd') |
|