Functions | |
def | datasetToLabel (name) |
convert the dataset name to a label More... | |
def | validationName (name) |
get a validation name More... | |
def | componentName (name) |
get a component name More... | |
def | categoryName (name) |
get a histogram category name More... | |
def | observableName (name) |
get a histogram observable name More... | |
def | recoLevelName (name) |
get a reconstructed level More... | |
def | trueLevelName (name) |
get a truth level More... | |
Variables | |
dictionary | categories |
Naming schema histograms should follow a logical naming convention: <category>-<observable>-<reconstruction level>="">-<truth level>=""> this module contains dictionaries of all know values of these as a dictionary. More... | |
dictionary | observables |
dictionary | reco_levels |
dictionary | true_levels |
dictionary | components |
dictionary | validations = {} |
list | standard_truth_components = ["", "QE", "Res", "DIS", "Coh", "MEC"] |
list | standard_truth_suffixes = [] |
dictionary | bases |
L.Vinton's nested true selections bases = ["true_numucc","numuFD","numuND"]. More... | |
dictionary | ints |
dictionary | contains |
string | key = "%s_%s_%s" |
string | value = "%s %s %s" |
def naming_schema.categoryName | ( | name | ) |
get a histogram category name
Definition at line 216 of file naming_schema.py.
References plotROC.title.
Referenced by HTMLView.HTMLView.add_sidebar_section().
def naming_schema.componentName | ( | name | ) |
get a component name
Definition at line 210 of file naming_schema.py.
References plotROC.title.
Referenced by view_tools.componentStatusSummary(), PageMakers.makeComponentLogPages(), PageMakers.makeComponentSubmissionPage(), PageMakers.makeComponentTypePage(), and PageMakers.makeValidationPage().
def naming_schema.datasetToLabel | ( | name | ) |
convert the dataset name to a label
Definition at line 190 of file naming_schema.py.
Referenced by ControllerView.ControllerView.draw_component_plots(), ControllerView.ControllerView.get_plot_information(), and styles.parseDrawingConfig().
def naming_schema.observableName | ( | name | ) |
get a histogram observable name
Definition at line 222 of file naming_schema.py.
References plotROC.title.
Referenced by HTMLView.HTMLView.add_figure(), styles.parseAxisLabels(), and common_tools.sortPlotList().
def naming_schema.recoLevelName | ( | name | ) |
get a reconstructed level
Definition at line 228 of file naming_schema.py.
Referenced by HTMLView.HTMLView.add_reco_level_controls(), and ControllerView.ControllerView.draw_plots().
def naming_schema.trueLevelName | ( | name | ) |
get a truth level
Definition at line 234 of file naming_schema.py.
def naming_schema.validationName | ( | name | ) |
get a validation name
Definition at line 204 of file naming_schema.py.
dictionary naming_schema.bases |
L.Vinton's nested true selections bases = ["true_numucc","numuFD","numuND"].
Definition at line 171 of file naming_schema.py.
dictionary naming_schema.categories |
Naming schema histograms should follow a logical naming convention: <category>-<observable>-<reconstruction level>="">-<truth level>=""> this module contains dictionaries of all know values of these as a dictionary.
The key of the dictionary should match the value in the histogram naming convention. The value is used to label these in plots
Definition at line 9 of file naming_schema.py.
dictionary naming_schema.components |
Definition at line 157 of file naming_schema.py.
Referenced by caf::Proxy< caf::SRCVNFeatures >.CheckEquals(), flat::Flat< caf::SRCVNFeatures >.Clear(), DrawCovMx(), flat::Flat< caf::SRCVNFeatures >.Fill(), GetComponents(), MakePPFXRatios(), MakeSystRatios(), NDDataMC(), nue_data_mc_validation(), nue_fd_mc_validation(), numu_data_mc_validation(), caf::Proxy< caf::SRCVNFeatures >.operator=(), and daq2raw.parseFilename().
dictionary naming_schema.contains |
Definition at line 177 of file naming_schema.py.
Referenced by boost::python::indexing_suite< Container, DerivedPolicies, NoProxy >.base_contains(), stan::lang::validate_identifier.identifier_exists(), art::RangeSet.ranges(), and stan::lang::validate_identifier.validate_identifier().
dictionary naming_schema.ints |
Definition at line 174 of file naming_schema.py.
Referenced by makeCalibSystRatioPlots().
Definition at line 184 of file naming_schema.py.
dictionary naming_schema.observables |
Definition at line 16 of file naming_schema.py.
dictionary naming_schema.reco_levels |
Definition at line 107 of file naming_schema.py.
list naming_schema.standard_truth_components = ["", "QE", "Res", "DIS", "Coh", "MEC"] |
Definition at line 163 of file naming_schema.py.
list naming_schema.standard_truth_suffixes = [] |
Definition at line 164 of file naming_schema.py.
dictionary naming_schema.true_levels |
Definition at line 150 of file naming_schema.py.
dictionary naming_schema.validations = {} |
Definition at line 162 of file naming_schema.py.
Definition at line 185 of file naming_schema.py.