CCDB

From CLONWiki
Revision as of 13:42, 16 February 2016 by Boiarino (talk | contribs)
Jump to navigation Jump to search

To use CCDB for online/trigger purposes, do following on clon machines:

cd /usr/local/src
git clone https://github.com/JeffersonLab/ccdb
cd ccdb/
source environment.csh
scons with-examples=true with-mysql=false

Include following into $CLON/.setup file:

#ccdb setting
setenv CCDB_HOME /usr/local/src/ccdb

Do following in Makefiles:

#ccdb
CLON_FLAGS += -I$(CCDB_HOME)/include \

-I$(CCDB_HOME)/include/SQLite

LIBNAMES += $(CCDB_HOME)/lib/libccdb.a
LIBNAMES += $(CCDB_HOME)/tmp/SQLite/libccdb_sqlite.a


Actual clas12 database will be provided as file 'clas12.sqlite', have to be placed into $CLON_PARMS directory