source: trunk/Mars/hawc/processing/root2sql-star.rc@ 20029

Last change on this file since 20029 was 20026, checked in by tbretz, 4 years ago
A set of example files for working with the database.
File size: 597 bytes
Line 
1uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata
2
3tree=Events
4
5create=yes
6delete=yes
7
8primary=NIGHT
9primary=RUNID
10primary=DAQEvtNumber
11
12sql-type=NIGHT/INT UNSIGNED NOT NULL
13sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
14
15ignore=.*[.]fUniqueID
16ignore=.*[.]fBits
17ignore=MSoftwareTrigger[.].*
18ignore=MRawBoardsFACT[.].*
19ignore=MSrcPosCam[.].*
20ignore=MRawEvtHeader[.]f[^D].*
21ignore=MTime[.].*
22ignore=MImagePar.fNumSinglePixels
23ignore=MImagePar.fSizeSinglePixels
24ignore=MImagePar.fNumSat.*
25
26map=MHillas\.f/
27map=MHillasExt\.f/
28map=MHillasSrc\.f/
29map=MImagePar\.f/
30map=MNewImagePar\.f/
31map=MRawEvtHeader\.f/
Note: See TracBrowser for help on using the repository browser.