source: trunk/Mars/hawc/processing/root2sql-callisto.rc@ 20030

Last change on this file since 20030 was 20026, checked in by tbretz, 4 years ago
A set of example files for working with the database.
File size: 542 bytes
Line 
1uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata
2
3# Table's name, will be created if it is not existing already
4create=yes
5delete=yes
6# Tree's name
7tree=Events
8
9primary=NIGHT
10primary=RUNID
11primary=DAQEvtNumber
12
13sql-type=NIGHT/INT UNSIGNED NOT NULL
14sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
15
16ignore=.*[.]fUniqueID
17ignore=.*[.]fBits
18ignore=MSignalCam.fPix.*
19ignore=MSignalCam.fNum.*
20ignore=MRawEvtHeader.fNum.*
21
22map=MSignalCam\.f/
23map=Pixels\.f/
24map=MRawEvtHeader\.f/
25map=MSoftwareTrigger\.f/
26map=MTime\.f/
27map=Time\.f/
28map=MRawBoardsFACT\.f/
Note: See TracBrowser for help on using the repository browser.