Variables | |
parser = OptionParser() | |
help | |
action | |
type | |
int | |
dest | |
default | |
str | |
options | |
args | |
file_list = glob.glob("*.root") | |
Clean setup. More... | |
chain | |
Check that an output directory exists. More... | |
tiers | |
dictionary | metrics = {} |
Run tiers. More... | |
log_file | |
metric | |
string | output_name = "output/%s.pkl" |
Pickle. More... | |
env | |
time_str | |
productionTest.action |
Definition at line 29 of file productionTest.py.
productionTest.args |
Definition at line 37 of file productionTest.py.
productionTest.chain |
Check that an output directory exists.
Tier configurations
Definition at line 60 of file productionTest.py.
Referenced by dt::DiscreteTracker.CheckAndFixSparseChain(), generate_sk_flux_histograms(), DataFile.GetData(), genie::GSimFiles.GSimFiles(), nuint09_1pi1(), nuint09_1pi2(), nuint09_1pi3(), nuint09_1pi4(), nuint09_coh2(), nuint09_coh3(), nuint09_qel2(), nuint09_qel3(), nuint09_qel4(), nuint09_qel5(), nuint09_qel6(), dt::DiscreteTracker.RecoDiscrete(), and dt::DiscreteTracker.RecoOneTrack().
productionTest.default |
Definition at line 29 of file productionTest.py.
productionTest.dest |
Definition at line 29 of file productionTest.py.
productionTest.env |
Definition at line 88 of file productionTest.py.
productionTest.file_list = glob.glob("*.root") |
Clean setup.
Definition at line 51 of file productionTest.py.
productionTest.help |
Definition at line 29 of file productionTest.py.
productionTest.int |
Definition at line 29 of file productionTest.py.
productionTest.log_file |
Definition at line 65 of file productionTest.py.
bool productionTest.metric |
Definition at line 68 of file productionTest.py.
Referenced by NdmcClient._adoptMetric(), calcBinnedSOverSSB(), calcBinnedSOverSSBSqr(), NdmcClient.createMetric(), draw_fn_coverage(), FOMPlot(), get_metric(), NdmcClient.getLastValueSent(), NdmcClient.getSendTimeInterval(), NdmcClient.setValue(), NdmcMetricTest.testCtor(), NdmcClientTest.testGetLastValueSent(), NdmcMetricTest.testGetLastValueSent(), NdmcClientTest.testGetMetric(), NdmcMetricTest.testGetTypeDouble(), NdmcMetricTest.testGetTypeFloat(), NdmcMetricTest.testGetTypeInt16_t(), NdmcMetricTest.testGetTypeInt32_t(), NdmcMetricTest.testGetTypeInt8_t(), NdmcMetricTest.testGetTypeUint16_t(), NdmcMetricTest.testGetTypeUint32_t(), NdmcMetricTest.testGetTypeUint8_t(), NdmcMetricTest.testGetTypeUnknown(), NdmcMetricTest.testSetApplicationName(), NdmcMetricTest.testSetDescription(), NdmcMetricTest.testSetGroupName(), NdmcMetricTest.testSetPartition(), and NdmcMetricTest.testSetTitle().
dictionary productionTest.metrics = {} |
Run tiers.
Definition at line 62 of file productionTest.py.
productionTest.options |
Definition at line 37 of file productionTest.py.
string productionTest.output_name = "output/%s.pkl" |
Pickle.
Definition at line 85 of file productionTest.py.
Referenced by DrawSurface(), ana.GetNDComponents(), ana.GetNDCompsFromDecomp(), ana.GetNDDecompsFromDecomp(), and MakeValidation().
productionTest.parser = OptionParser() |
Definition at line 28 of file productionTest.py.
productionTest.str |
Definition at line 34 of file productionTest.py.
productionTest.tiers |
Definition at line 60 of file productionTest.py.
productionTest.time_str |
Definition at line 89 of file productionTest.py.
productionTest.type |
Definition at line 29 of file productionTest.py.