Home | Trees | Indices | Help |
|
---|
|
object --+ | ligolw.Element --+ | ligolw.EmptyElement --+ | ligolw.Table --+ | object --+ | | | list --+ | table.Table --+ | ExperimentSummaryTable
|
|||
RowType Helpful parent class for row objects. |
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
constraints =
hash(x) |
|||
datatypes =
|
|||
how_to_index =
hash(x) |
|||
next_id = <glue.ligolw.ilwd.experiment_summary_experiment_summ hash(x) |
|||
tableName =
|
|||
validcolumns =
hash(x) |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
Add num_events to the nevents column in a specific entry in the table. If add_to_current is set to False, will overwrite the current nevents entry in the row with num_events. Otherwise, default is to add num_events to the current value. Note: Can subtract events by passing a negative number to num_events. |
Return the expr_summ_id for the row in the table whose experiment_id, time_slide_id, veto_def_name, and datatype match the given. If sim_proc_id, will retrieve the injection run matching that sim_proc_id. If a matching row is not found, returns None. |
Writes a single entry to the experiment_summ table. This can be used for either injections or non-injection experiments. However, it is recommended that this only be used for injection experiments; for non-injection experiments write_experiment_summ_set should be used to ensure that an entry gets written for every time-slide performed. |
Method for writing a new set of non-injection experiments to the experiment summary table. This ensures that for every entry in the experiment table, an entry for every slide is added to the experiment_summ table, rather than just an entry for slides that have events in them. Default is to write a 3 rows for zero-lag: one for all_data, playground, and exclude_play. (If all of these are set to false, will only slide rows.) Note: sim_proc_id is hard-coded to None because time-slides are not performed with injections. |
|
datatypes
|
how_to_indexhash(x)
|
next_idhash(x)
|
validcolumnshash(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:19 2017 | http://epydoc.sourceforge.net |