source: trunk/Mars/hawc/processing/root2sql-callisto.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: 781 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=Callisto
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=MSignalCam.fPix.*
30ignore=MSignalCam.fNum.*
31ignore=MRawEvtHeader.fNum.*
32
33map=MSignalCam\.f/
34map=Pixels\.f/
35map=MRawEvtHeader\.f/
36map=MSoftwareTrigger\.f/
37map=MTime\.f/
38map=Time\.f/
39map=MRawBoardsFACT\.f/
Note: See TracBrowser for help on using the repository browser.