9#include <framework/database/DBImportObjPtr.h>
10#include <trg/cdc/dbobjects/CDCTrigger2DConfig.h>
20 const int N_config = 2;
22 const int run[N_config][4] = {
34 for (
int i = 0; i < N_config; i++) {
36 db_2dconfig->setnTS(nTS[i]);
39 }
else if (ONLINE == 1) {
40 for (
int i = N_config - 1; i < N_config; i++) {
42 db_2dconfig->setnTS(nTS[i]);
bool import(const IntervalOfValidity &iov)
Import the object to database.
Class for importing a single object to the database.
void construct(Args &&... params)
Construct an object of type T in this DBImportObjPtr using the provided constructor arguments.
A class that describes the interval of experiments/runs for which an object in the database is valid.
Abstract base class for different kinds of events.