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 | |
---|
1 | uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata
|
---|
2 |
|
---|
3 | # Table's name, will be created if it is not existing already
|
---|
4 | create=yes
|
---|
5 | delete=yes
|
---|
6 | # Tree's name
|
---|
7 | tree=Events
|
---|
8 |
|
---|
9 | primary=NIGHT
|
---|
10 | primary=RUNID
|
---|
11 | primary=DAQEvtNumber
|
---|
12 |
|
---|
13 | sql-type=NIGHT/INT UNSIGNED NOT NULL
|
---|
14 | sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
|
---|
15 |
|
---|
16 | ignore=.*[.]fUniqueID
|
---|
17 | ignore=.*[.]fBits
|
---|
18 | ignore=MSignalCam.fPix.*
|
---|
19 | ignore=MSignalCam.fNum.*
|
---|
20 | ignore=MRawEvtHeader.fNum.*
|
---|
21 |
|
---|
22 | map=MSignalCam\.f/
|
---|
23 | map=Pixels\.f/
|
---|
24 | map=MRawEvtHeader\.f/
|
---|
25 | map=MSoftwareTrigger\.f/
|
---|
26 | map=MTime\.f/
|
---|
27 | map=Time\.f/
|
---|
28 | map=MRawBoardsFACT\.f/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.