HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
makePlots_syncPlots.py File Reference

Namespaces

 makePlots_syncPlots
 

Functions

def makePlots_syncPlots.get_quantities
 

Variables

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