higgs_dna.scripts package
Subpackages
- higgs_dna.scripts.fiducial package
- higgs_dna.scripts.plotting package
- higgs_dna.scripts.postprocessing package
- higgs_dna.scripts.samples package
Submodules
higgs_dna.scripts.Zpt_rwgt_json module
higgs_dna.scripts.btagging_eff module
- higgs_dna.scripts.btagging_eff.extract_eras(paths)[source]
Extracts the list of available eras from a list of paths. An era is defined as the last string separated by the underscore (_) in the last element of the path (after the final slash).
- Args:
paths (list): List of paths (strings).
- Returns:
list: A list of unique eras extracted from the paths.
- higgs_dna.scripts.btagging_eff.group_by_eras_dict(paths)[source]
Groups the paths into a dictionary by eras. An era is defined as the last string separated by the underscore in the last element of the path.
- Args:
paths (list): List of paths (strings).
- Returns:
dict: A dictionary where keys are eras and values are lists of paths belonging to those eras.
higgs_dna.scripts.categorisation module
higgs_dna.scripts.get_unprocessed_files module
higgs_dna.scripts.make_correction_json module
higgs_dna.scripts.pull_files module
- higgs_dna.scripts.pull_files.fetch_file(target_name, logger, from_to_dict, use_xrdcp=False, type='url')[source]
- higgs_dna.scripts.pull_files.get_HHbbgg_weight_interference_json(logger, target_dir, use_xrdcp=False)[source]
- higgs_dna.scripts.pull_files.get_diphoton_id_mva_weights(logger, target_dir, use_xrdcp=False)[source]
- higgs_dna.scripts.pull_files.get_hgg_photon_id_mva_weights(logger, target_dir, use_xrdcp=False)[source]
- higgs_dna.scripts.pull_files.get_lowmass_diphotonmva_model(logger, target_dir, use_xrdcp=False)[source]
- higgs_dna.scripts.pull_files.get_lowmass_dykiller_model(logger, target_dir, use_xrdcp=False)[source]
- higgs_dna.scripts.pull_files.get_mass_decorrelation_CDF(logger, target_dir, use_xrdcp=False)[source]
higgs_dna.scripts.run_analysis module
- class higgs_dna.scripts.run_analysis.DependencyInstaller(dependencies: List[str])[source]
Bases:
WorkerPlugin