LDMX Software
|
Static Public Member Functions | |
static void | store (const IntegerTableCondition &, std::ostream &, bool expandIds=true) |
Convert the table into a stream. | |
static void | store (const conditions::DoubleTableCondition &, std::ostream &, bool expandIds=true) |
static void | load (IntegerTableCondition &, std::istream &) |
Load the table from a stream Columns must be defined by the user. | |
static void | load (conditions::DoubleTableCondition &, std::istream &) |
Definition at line 21 of file SimpleTableStreamers.h.
|
static |
Definition at line 180 of file SimpleTableStreamers.cxx.
|
static |
Load the table from a stream Columns must be defined by the user.
Matching columns from the CSV file will be copied in. The first row of the table must be the column headers. If the DetID column is not present or zero, the loader will attempt to use the "subdetector" column to determine which other columns should be used to construct a detector id using the interpreter.
Definition at line 175 of file SimpleTableStreamers.cxx.
Referenced by conditions::SimpleCSVTableProvider::getCondition().
|
static |
Definition at line 50 of file SimpleTableStreamers.cxx.
|
static |
Convert the table into a stream.
Definition at line 46 of file SimpleTableStreamers.cxx.