Functions | |
def | setknob (knobname, value) |
Variables | |
string | default_dataset = 'prod_caf_R17-03-01-prod3reco.d_nd_genie_nonswap_fhc_nova_v08_full_v1' |
parser = argparse.ArgumentParser(description='script to make a template configuration file of all tunable GENIE knobs pertaining to the tag release indicated by the SAM definition name used for producing the files') | |
type | |
str | |
default | |
dest | |
action | |
printout | |
args = parser.parse_args() | |
bool | tag_found = False |
string | found_tag = '' |
stdout | |
stderr | |
shell | |
True | |
envdict = dict() | |
list | knoblist = [] |
tfilepn = stdout.rstrip('\n') | |
tfile = TFile.Open(tfilepn) | |
recTree = tfile.Get('recTree') | |
int | nknobs = 0 |
kconf = collections.OrderedDict() | |
string | outfilename = 'knob_config.txt' |
knobs that need extra care More... | |
def make_template_knob_config.setknob | ( | knobname, | |
value | |||
) |
Definition at line 15 of file make_template_knob_config.py.
make_template_knob_config.action |
Definition at line 25 of file make_template_knob_config.py.
make_template_knob_config.args = parser.parse_args() |
Definition at line 28 of file make_template_knob_config.py.
make_template_knob_config.default |
Definition at line 24 of file make_template_knob_config.py.
string make_template_knob_config.default_dataset = 'prod_caf_R17-03-01-prod3reco.d_nd_genie_nonswap_fhc_nova_v08_full_v1' |
Definition at line 20 of file make_template_knob_config.py.
make_template_knob_config.dest |
Definition at line 25 of file make_template_knob_config.py.
make_template_knob_config.envdict = dict() |
Definition at line 56 of file make_template_knob_config.py.
make_template_knob_config.found_tag = '' |
Definition at line 40 of file make_template_knob_config.py.
make_template_knob_config.kconf = collections.OrderedDict() |
Definition at line 95 of file make_template_knob_config.py.
list make_template_knob_config.knoblist = [] |
Definition at line 61 of file make_template_knob_config.py.
make_template_knob_config.nknobs = 0 |
Definition at line 88 of file make_template_knob_config.py.
string make_template_knob_config.outfilename = 'knob_config.txt' |
knobs that need extra care
Definition at line 120 of file make_template_knob_config.py.
Referenced by CAF_makeCAFSensitivities_for_FNEX(), demoFitContours(), demoFitSlices(), getHists_FNEX(), joint_fit_2017_contours(), joint_fit_2017_slices(), joint_fit_2018_contours(), joint_fit_2018_slices(), joint_fit_2019_bestfit(), joint_fit_2019_contours(), joint_fit_2019_slices(), joint_fit_future_bestfit_univ(), joint_fit_future_contour_univ(), jointsensitivity(), make_nueFDprediction_kinematics(), make_nueFDprediction_kinematics_FHC(), make_nueFDprediction_kinematics_FHC_pTExtrap(), make_nueFDprediction_kinematics_FHC_REW(), make_nueFDprediction_kinematics_FHC_REW_pTExtrap(), make_nueFDprediction_kinematics_REW(), make_nueFDprediction_kinematics_RHC(), make_nueFDprediction_kinematics_RHC_pTExtrap(), make_nueFDprediction_kinematics_RHC_REW(), make_nueFDprediction_kinematics_RHC_REW_pTExtrap(), MakeCAFSensitivities_for_FNEX(), MakePlots(), median_contours(), neut_code_from_rootracker(), OnMonAnaHistos(), OnMonAnaHistosFEB_IssueRates(), OnMonAnaHistosPIX(), plot_joint_fit_2020_contours(), plot_joint_fit_2020_slices(), reduce_the_predfile_nue_numu(), run_joint_fit_2020_bestfit(), run_joint_fit_2020_contours(), run_joint_fit_2020_slices(), genie::GMCJDriver.SaveFluxProbabilities(), sensitivity2018(), sensitivity2020(), evdb::ScanFrame.SetCanvas(), Tutorial2019FitContours(), and Tutorial2019FitSlices().
make_template_knob_config.parser = argparse.ArgumentParser(description='script to make a template configuration file of all tunable GENIE knobs pertaining to the tag release indicated by the SAM definition name used for producing the files') |
Definition at line 23 of file make_template_knob_config.py.
make_template_knob_config.printout |
Definition at line 27 of file make_template_knob_config.py.
make_template_knob_config.recTree = tfile.Get('recTree') |
Definition at line 87 of file make_template_knob_config.py.
Referenced by check_proxy(), FillTrainingTrees(), ana::FileReducer.Go(), make_dst_cosrejbdttrain(), NuSTreeMaker(), tree_maker_simple(), trimmubarid(), trimvar(), and useBDTG().
make_template_knob_config.shell |
Definition at line 41 of file make_template_knob_config.py.
make_template_knob_config.stderr |
Definition at line 41 of file make_template_knob_config.py.
Referenced by spilltime.analyze(), geom(), noe::noe.produce(), shadow::NOVASLocate.SetDetector(), and traceControl_Init().
make_template_knob_config.stdout |
Definition at line 41 of file make_template_knob_config.py.
Referenced by dump_event(), dump_lib(), and ana::Progress.SetProgress().
make_template_knob_config.str |
Definition at line 24 of file make_template_knob_config.py.
bool make_template_knob_config.tag_found = False |
Definition at line 39 of file make_template_knob_config.py.
make_template_knob_config.tfile = TFile.Open(tfilepn) |
Definition at line 86 of file make_template_knob_config.py.
Referenced by avgefficiency(), efficiency(), GetRunInfo(), main(), art::SQLite3Wrapper.operator sqlite3 *(), plot_datamc_ND_numu(), plot_datamc_ND_numu_REW(), plot_ND_numu_NOMvsREW(), plot_nueFD_Signal_REWvsNOM(), plot_nueFD_Signal_REWvsNOM_FHC(), plot_nueFD_Signal_REWvsNOM_pTExtrap_FHC(), plot_nueFD_Signal_REWvsNOM_pTExtrap_RHC(), and plot_nueFD_Signal_REWvsNOM_RHC().
make_template_knob_config.tfilepn = stdout.rstrip('\n') |
Definition at line 76 of file make_template_knob_config.py.
make_template_knob_config.True |
Definition at line 41 of file make_template_knob_config.py.
make_template_knob_config.type |
Definition at line 24 of file make_template_knob_config.py.