Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
JDBTRIGGERPARAMETERS Namespace Reference

Variables

const char * DB_TABLE_RUNS = "runs"
 
const char * DB_TABLE_ALL_PARAMETERS = "allparams"
 
const char * DB_TABLE_RUN_SETUP_PARAMETERS = "runsetupparams"
 
const char * RUN_TABLE_RUN_COLUMN = "RUN"
 
const char * RUN_TABLE_SETUPID_COLUMN = "RUNSETUPID"
 
const char * ALL_PARAMETERS_TABLE_NAME_COLUMN = "NAME"
 
const char * ALL_PARAMETERS_TABLE_OID_COLUMN = "OID"
 
const char * RUN_SETUP_TABLE_PAR_OID_COLUMN = "PAR_OID"
 
const char * RUN_SETUP_TABLE_VALUE_COLUMN = "VALUE"
 
const char * SELECTOR_SEPERATOR = "; "
 
const char * DETECTOR_SELECTOR = "detid="
 
const char * DAQ_SELECTOR = "subsystemid=DATAACQUISITION"
 
const char * RUN_SETUP_OID_SELECTOR = "rs_oid="
 
const char * DAQ_FILTER_STRING = "DAQ_triggerParameters="
 

Variable Documentation

const char* JDBTRIGGERPARAMETERS::DB_TABLE_RUNS = "runs"

Definition at line 9 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::DB_TABLE_ALL_PARAMETERS = "allparams"

Definition at line 10 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::DB_TABLE_RUN_SETUP_PARAMETERS = "runsetupparams"

Definition at line 11 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::RUN_TABLE_RUN_COLUMN = "RUN"

Definition at line 13 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::RUN_TABLE_SETUPID_COLUMN = "RUNSETUPID"

Definition at line 14 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::ALL_PARAMETERS_TABLE_NAME_COLUMN = "NAME"

Definition at line 15 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::ALL_PARAMETERS_TABLE_OID_COLUMN = "OID"

Definition at line 16 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::RUN_SETUP_TABLE_PAR_OID_COLUMN = "PAR_OID"

Definition at line 17 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::RUN_SETUP_TABLE_VALUE_COLUMN = "VALUE"

Definition at line 18 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::SELECTOR_SEPERATOR = "; "

Definition at line 20 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::DETECTOR_SELECTOR = "detid="

Definition at line 21 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::DAQ_SELECTOR = "subsystemid=DATAACQUISITION"

Definition at line 22 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::RUN_SETUP_OID_SELECTOR = "rs_oid="

Definition at line 23 of file JDBTriggerParameters.hh.

const char* JDBTRIGGERPARAMETERS::DAQ_FILTER_STRING = "DAQ_triggerParameters="

Definition at line 25 of file JDBTriggerParameters.hh.