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

Last change on this file since 20031 was 20031, checked in by tbretz, 4 years ago
Included telescope id and the create query to the raw data extraction.
File size: 907 bytes
Line 
1# link to database
2uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata
3
4# Tree's name
5tree=Events
6
7# Table's name, will be created if it is not existing already
8#table=Star
9
10# Create if not yet existing
11create=yes
12# Delete entries corresponding to consts
13delete=yes
14
15# Consts
16primary=Telescope
17primary=NIGHT
18primary=RUNID
19# Event ID
20primary=DAQEvtNumber
21
22# Manual specification of type for const columns
23sql-type=Telescope/TINYINT UNSIGNED NOT NULL
24sql-type=NIGHT/INT UNSIGNED NOT NULL
25sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
26
27ignore=.*[.]fUniqueID
28ignore=.*[.]fBits
29ignore=MSoftwareTrigger[.].*
30ignore=MRawBoardsFACT[.].*
31ignore=MSrcPosCam[.].*
32ignore=MRawEvtHeader[.]f[^D].*
33ignore=MTime[.].*
34ignore=MImagePar.fNumSinglePixels
35ignore=MImagePar.fSizeSinglePixels
36ignore=MImagePar.fNumSat.*
37
38map=MHillas\.f/
39map=MHillasExt\.f/
40map=MHillasSrc\.f/
41map=MImagePar\.f/
42map=MNewImagePar\.f/
43map=MRawEvtHeader\.f/
Note: See TracBrowser for help on using the repository browser.