Functions | |
def | blackListedHistos |
def | getInfoFromFilename |
https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon More... | |
Variables | |
string | action = "store" |
—HASHING—## More... | |
tuple | black_list = string2blacklist(options.black_list) |
string | black_list_str = "" |
tuple | black_listed = blackListedHistos() |
string | cmssw_release1 = '' |
string | cmssw_release2 = '' |
compare = False | |
default = dir_name, | |
string | dest = "dir_name" |
string | dir_name = "" |
tuple | directory = Directory(options.dir_name) |
tuple | dirwalker |
do_pngs = False | |
fulldirname = options.outdir_name | |
string | help = "The 'directory' to be checked in the DQM \n(default is %s)" |
tuple | ifile = open(pickle_name,"rb") |
string | original_pickle_name = "" |
string | outdir_name = "" |
tuple | output = open(original_pickle_name,"w") |
tuple | parser = OptionParser(usage="usage: %prog file1 file2 [options]") |
pickle_name = options.pklfile | |
report = False | |
run = run1 | |
int | run1 = -1 |
int | run2 = -1 |
sample = sample1 | |
string | sample1 = '' |
string | sample2 = '' |
string | stat_test = "Chi2" |
int | test_threshold = 1 |
string | tier1 = '' |
string | tier2 = '' |
def compare_using_files.blackListedHistos | ( | ) |
Definition at line 149 of file compare_using_files.py.
def compare_using_files.getInfoFromFilename | ( | filename | ) |
https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Danilo Piparo CERN - danil o.pi paro@ cern .ch
Definition at line 12 of file compare_using_files.py.
References split.
string compare_using_files.action = "store" |
—HASHING—##
– USE CSS files in web access, for stand-alone usage –##
–Blacklist File –##
Definition at line 52 of file compare_using_files.py.
tuple compare_using_files.black_list = string2blacklist(options.black_list) |
Definition at line 233 of file compare_using_files.py.
string compare_using_files.black_list_str = "" |
Definition at line 36 of file compare_using_files.py.
list compare_using_files.black_listed = blackListedHistos() |
Definition at line 236 of file compare_using_files.py.
string compare_using_files.cmssw_release1 = '' |
Definition at line 198 of file compare_using_files.py.
string compare_using_files.cmssw_release2 = '' |
Definition at line 202 of file compare_using_files.py.
compare_using_files.compare = False |
Definition at line 31 of file compare_using_files.py.
string compare_using_files.default = dir_name, |
Definition at line 54 of file compare_using_files.py.
string compare_using_files.dest = "dir_name" |
Definition at line 53 of file compare_using_files.py.
string compare_using_files.dir_name = "" |
Definition at line 28 of file compare_using_files.py.
tuple compare_using_files.directory = Directory(options.dir_name) |
Definition at line 253 of file compare_using_files.py.
tuple compare_using_files.dirwalker |
Definition at line 254 of file compare_using_files.py.
compare_using_files.do_pngs = False |
Definition at line 34 of file compare_using_files.py.
string compare_using_files.fulldirname = options.outdir_name |
Definition at line 226 of file compare_using_files.py.
Definition at line 55 of file compare_using_files.py.
tuple compare_using_files.ifile = open(pickle_name,"rb") |
Definition at line 329 of file compare_using_files.py.
string compare_using_files.original_pickle_name = "" |
Definition at line 176 of file compare_using_files.py.
compare_using_files.outdir_name = "" |
Definition at line 29 of file compare_using_files.py.
tuple compare_using_files.output = open(original_pickle_name,"w") |
Definition at line 305 of file compare_using_files.py.
tuple compare_using_files.parser = OptionParser(usage="usage: %prog file1 file2 [options]") |
Definition at line 42 of file compare_using_files.py.
compare_using_files.pickle_name = options.pklfile |
Definition at line 324 of file compare_using_files.py.
compare_using_files.report = False |
Definition at line 32 of file compare_using_files.py.
compare_using_files.run = run1 |
Definition at line 224 of file compare_using_files.py.
int compare_using_files.run1 = -1 |
Definition at line 196 of file compare_using_files.py.
int compare_using_files.run2 = -1 |
Definition at line 200 of file compare_using_files.py.
compare_using_files.sample = sample1 |
Definition at line 218 of file compare_using_files.py.
compare_using_files.sample1 = '' |
Definition at line 197 of file compare_using_files.py.
string compare_using_files.sample2 = '' |
Definition at line 201 of file compare_using_files.py.
string compare_using_files.stat_test = "Chi2" |
Definition at line 22 of file compare_using_files.py.
int compare_using_files.test_threshold = 1 |
Definition at line 23 of file compare_using_files.py.
string compare_using_files.tier1 = '' |
Definition at line 199 of file compare_using_files.py.
string compare_using_files.tier2 = '' |
Definition at line 203 of file compare_using_files.py.