HiggsAnalysis-KITHiggsToTauTau
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Namespaces
|
Variables
makePlots_limitInputs.py File Reference
Namespaces
makePlots_limitInputs
Variables
tuple
makePlots_limitInputs.log
= logging.getLogger(__name__)
tuple
makePlots_limitInputs.parser
string
makePlots_limitInputs.help
= "Input directory."
list
makePlots_limitInputs.default
= ["mt"]
tuple
makePlots_limitInputs.args
= vars(parser.parse_args())
dictionary
makePlots_limitInputs.channel_renamings
dictionary
makePlots_limitInputs.category_renamings
dictionary
makePlots_limitInputs.label_renamings
list
makePlots_limitInputs.harry_configs
= []
list
makePlots_limitInputs.harry_args
= []
list
makePlots_limitInputs.systematic_shifts
= [(systematics.Nominal, "", 0.0)]
tuple
makePlots_limitInputs.sample_settings
= samples.Samples()
list
makePlots_limitInputs.list_of_samples
= []
tuple
makePlots_limitInputs.name
= name%channel_renamings.get(channel, channel)
makePlots_limitInputs.category
= None
tuple
makePlots_limitInputs.config
tuple
makePlots_limitInputs.higgs_plotter
=
higgsplot.HiggsPlotter
(list_of_config_dicts=harry_configs, list_of_args_strings=harry_args, n_processes=args["n_processes"], n_plots=args["n_plots"])
tuple
makePlots_limitInputs.root_outputs
= list(set([output for output in tools.flattenList(higgs_plotter.output_filenames) if output.endswith(".root")]))
string
makePlots_limitInputs.command
= "hadd -f %s %s"