Variables | |
bool | verbose = True |
string | in_root = "%s/production_testing/" |
inputs More... | |
input_folders = glob.glob(in_root+"*") | |
string | out_root = "%s/testing/" |
outputs More... | |
output_folders = glob.glob(out_root+"*") | |
list | o_names = [] |
f_name = in_folder.split("/")[-1] | |
run More... | |
string | c = "mkdir %s/%s" |
out_pkl_files = glob.glob("%s%s/*.pkl"%(out_root,f_name)) | |
list | o_pkl_names = [] |
in_pkl_files = glob.glob("%s/*.pkl"%(in_folder)) | |
p_name = i_pkl.split("/")[-1] | |
Definition at line 33 of file copy_new_pkl_files.py.
copy_new_pkl_files.f_name = in_folder.split("/")[-1] |
copy_new_pkl_files.in_pkl_files = glob.glob("%s/*.pkl"%(in_folder)) |
Definition at line 48 of file copy_new_pkl_files.py.
string copy_new_pkl_files.in_root = "%s/production_testing/" |
inputs
Definition at line 6 of file copy_new_pkl_files.py.
copy_new_pkl_files.input_folders = glob.glob(in_root+"*") |
Definition at line 7 of file copy_new_pkl_files.py.
list copy_new_pkl_files.o_names = [] |
Definition at line 19 of file copy_new_pkl_files.py.
list copy_new_pkl_files.o_pkl_names = [] |
Definition at line 42 of file copy_new_pkl_files.py.
Definition at line 41 of file copy_new_pkl_files.py.
string copy_new_pkl_files.out_root = "%s/testing/" |
outputs
Definition at line 13 of file copy_new_pkl_files.py.
copy_new_pkl_files.output_folders = glob.glob(out_root+"*") |
Definition at line 14 of file copy_new_pkl_files.py.
copy_new_pkl_files.p_name = i_pkl.split("/")[-1] |
Definition at line 50 of file copy_new_pkl_files.py.
bool copy_new_pkl_files.verbose = True |
Definition at line 3 of file copy_new_pkl_files.py.
Referenced by beamlinereco::WCHitFinderAlg.createHits(), d3sigma_calc(), d4sigma_calc(), art::detail.dflt_spec_pattern(), keras::LayerDense.get_output_units(), genie::flux::GFluxBlender.GetFlavorMixer(), singlekaon_xsec.init(), load_dk2nu(), load_libs_3flavor(), load_libs_from_command(), load_libs_nuxana(), photrans::ImprovedTransport.LoadPosCorrHists(), MakeFakeExperiment(), MakePlots(), plot_prediction_systs(), and fxwgt::FluxWeightCalculator.produce().