You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the following, old looking scripts which either need to be updated or removed:
fact_plots.scripts.combine_data_and_db.py
Seems to plot stuff about ped var and currents from the db. Has lying doc string (something about effective area) and apparently uses python 2.
fact_plots.scripts.plot_data_mc_compare.py
Hard coded author in pdf metada Jens Buss
Saves single pngs and multi page pdf
fact_plots.scripts.plotExtractorPerformance.py
Uses python 2
uses ROOT to plot stuff
fact_plots.plot_numisland_current_mean.py
python 2
seems not really to be a broadly needed plot
has hard coded db access strings
plot_ped_std_mean_current_mean
plot_ped_var_mean_current_mean
plot_pedVarMean_current_mean
The three above seem to do roughly the same, maybe combine?
plot_ped_var_nsb_rate
python 2
plot_XTalk_cleaning_comparison.py
plot_XTalk_comparison.py
resolution_helper
should be obsolete because of plot_bias_resolution.py
Most of these define the same functions over and over, e.g. def combine_data_to_db.py.
The text was updated successfully, but these errors were encountered:
I found the following, old looking scripts which either need to be updated or removed:
fact_plots.scripts.combine_data_and_db.py
Seems to plot stuff about ped var and currents from the db. Has lying doc string (something about effective area) and apparently uses python 2.
fact_plots.scripts.plot_data_mc_compare.py
fact_plots.scripts.plotExtractorPerformance.py
fact_plots.plot_numisland_current_mean.py
plot_ped_std_mean_current_mean
plot_ped_var_mean_current_mean
plot_pedVarMean_current_mean
The three above seem to do roughly the same, maybe combine?
plot_ped_var_nsb_rate
plot_XTalk_cleaning_comparison.py
plot_XTalk_comparison.py
resolution_helper
plot_bias_resolution.py
Most of these define the same functions over and over, e.g.
def combine_data_to_db.py
.The text was updated successfully, but these errors were encountered: