Variables | |
string | test_config = "%s/test/test_config.json" |
parsed_config = config_parser.config_parser(test_config) | |
component = Component(parsed_config["components"][0]) | |
test_component.component = Component(parsed_config["components"][0]) |
Definition at line 10 of file test_component.py.
Referenced by beamlinegeo::BeamlineObject.BeamlineObject(), ana::covmx::CovarianceMatrix.BuildFullCovMx(), FillPCAContainers(), beamlinegeo::BeamlineGeometry.GetBeamlineObject(), ppfx_syst_pca_fn(), ana::covmx::CovarianceMatrix.Predict(), and ana::ModularExtrapComponent.SetQuiet().
test_component.parsed_config = config_parser.config_parser(test_config) |
Definition at line 9 of file test_component.py.
string test_component.test_config = "%s/test/test_config.json" |
Definition at line 7 of file test_component.py.