Functions | |
| def | get_quantities |
Variables | |
| tuple | log = logging.getLogger(__name__) |
| tuple | parser |
| string | help = "Show four histograms per plot using the output of eventmatching.py. [Default: %(default)s]" |
| string | default = "$CMSSW_BASE/src/plots/sync_plots/" |
| tuple | args = parser.parse_args() |
| tuple | quantities1 = get_quantities(args.input_1, args.folder_1) |
| tuple | quantities2 = get_quantities(args.input_2, args.folder_2) |
| tuple | common_quantities = list(set(quantities1).intersection(set(quantities2))) |
| list | plot_configs = [] |
| string | event_matching_output = "eventmatching.root" |
| dictionary | plot_config = {} |
| string | command = "eventmatching.py {input1} {input2} -t {folder1} {folder2} -f {output}" |
| input1 = args.input_1, | |
| input2 = args.input_2, | |
| folder1 = args.folder_1, | |
| folder2 = args.folder_2, | |
| output = event_matching_output | |
| def makePlots_syncPlots.get_quantities | ( | input_filename, | |
| folder | |||
| ) |
| tuple makePlots_syncPlots.args = parser.parse_args() |
| string makePlots_syncPlots.command = "eventmatching.py {input1} {input2} -t {folder1} {folder2} -f {output}" |
| tuple makePlots_syncPlots.common_quantities = list(set(quantities1).intersection(set(quantities2))) |
| string makePlots_syncPlots.default = "$CMSSW_BASE/src/plots/sync_plots/" |
| string makePlots_syncPlots.event_matching_output = "eventmatching.root" |
| makePlots_syncPlots.folder1 = args.folder_1, |
| makePlots_syncPlots.folder2 = args.folder_2, |
| string makePlots_syncPlots.help = "Show four histograms per plot using the output of eventmatching.py. [Default: %(default)s]" |
| makePlots_syncPlots.input1 = args.input_1, |
| makePlots_syncPlots.input2 = args.input_2, |
| tuple makePlots_syncPlots.log = logging.getLogger(__name__) |
| makePlots_syncPlots.output = event_matching_output |
| tuple makePlots_syncPlots.parser |
| dictionary makePlots_syncPlots.plot_config = {} |
| list makePlots_syncPlots.plot_configs = [] |
| tuple makePlots_syncPlots.quantities1 = get_quantities(args.input_1, args.folder_1) |
| tuple makePlots_syncPlots.quantities2 = get_quantities(args.input_2, args.folder_2) |