Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Variables
JDBTriggerParameters.hh File Reference
#include <string>
#include <vector>
#include <stdexcept>
#include "JTrigger/JTriggerParameters.hh"

Go to the source code of this file.

Namespaces

 JDBTRIGGERPARAMETERS
 

Variables

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