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
|
---|
2 | uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata
|
---|
3 |
|
---|
4 | # Tree's name
|
---|
5 | tree=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
|
---|
11 | create=yes
|
---|
12 | # Delete entries corresponding to consts
|
---|
13 | delete=yes
|
---|
14 |
|
---|
15 | # Consts
|
---|
16 | primary=Telescope
|
---|
17 | primary=NIGHT
|
---|
18 | primary=RUNID
|
---|
19 | # Event ID
|
---|
20 | primary=DAQEvtNumber
|
---|
21 |
|
---|
22 | # Manual specification of type for const columns
|
---|
23 | sql-type=Telescope/TINYINT UNSIGNED NOT NULL
|
---|
24 | sql-type=NIGHT/INT UNSIGNED NOT NULL
|
---|
25 | sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
|
---|
26 |
|
---|
27 | ignore=.*[.]fUniqueID
|
---|
28 | ignore=.*[.]fBits
|
---|
29 | ignore=MSignalCam.fPix.*
|
---|
30 | ignore=MSignalCam.fNum.*
|
---|
31 | ignore=MRawEvtHeader.fNum.*
|
---|
32 |
|
---|
33 | map=MSignalCam\.f/
|
---|
34 | map=Pixels\.f/
|
---|
35 | map=MRawEvtHeader\.f/
|
---|
36 | map=MSoftwareTrigger\.f/
|
---|
37 | map=MTime\.f/
|
---|
38 | map=Time\.f/
|
---|
39 | map=MRawBoardsFACT\.f/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.