add_existing_lhc_sample_to_database: Adds a previously generated LHC sample to the database,...

Description Usage Arguments

Description

If an experiment ID is specified, the existance of this record is checked, as well as the existance of any current parameter sets for that experiment

Usage

1
2
3
4
add_existing_lhc_sample_to_database(dblink, parameter_set,
  experiment_id = NULL, experiment_description = NULL,
  experiment_date = Sys.Date(), return_experiment_id = FALSE,
  experiment_type = "LHC", paramOfInterest = NULL)

Arguments

dblink

A link to the database in which this table is being created

parameter_set

Parameter set to add to the database

experiment_id

The ID of the experiment in the database, if not a new experiment. If NULL an experiment ID will be created

experiment_description

A description of this experiment, if a new experiment is being created

experiment_date

Date experiment created. Defaults to today's date if not entered

return_experiment_id

As a new experiment is being created here, it may be useful to have the ID for this entry. Boolean to state whether this is returned

experiment_type

As this can also be used to store ABC results, whether this is an LHC or ABC experiment

paramOfInterest

Used for adding ABC samples to database, labelling parameter sets as ABC. NULL for LHC parameter sets


kalden/spartanDB documentation built on May 15, 2019, 12:02 p.m.