Takes an emulated LHC experiment and adds the parameter sets and results to the database
1 2 3 | add_emulated_lhc_to_db(dblink, parameter_value_set, emulation_predictions,
prcc_vals, experiment_id = NULL, experiment_description = NULL,
experiment_date = Sys.Date())
|
dblink |
A link to the database in which this table is being created |
parameter_value_set |
Set of parameters used in the experiment |
emulation_predictions |
Emulation predictions for this set of parameters |
prcc_vals |
Calculated PRCC values for this experiment |
experiment_id |
Experiment ID for the results being added. May be NULL if description and date specified |
experiment_description |
A description of this experiment. May be NULL if adding by experiment ID |
experiment_date |
Date experiment created. May be NULL if adding by experiment ID |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.