Changeset 20031 for trunk/Mars/hawc/processing/root2sql-callisto.rc
- Timestamp:
- 01/07/21 14:38:53 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/processing/root2sql-callisto.rc
r20026 r20031 1 # link to database 1 2 uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata 2 3 3 # Table's name, will be created if it is not existing already4 create=yes5 delete=yes6 4 # Tree's name 7 5 tree=Events 8 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 9 17 primary=NIGHT 10 18 primary=RUNID 19 # Event ID 11 20 primary=DAQEvtNumber 12 21 22 # Manual specification of type for const columns 23 sql-type=Telescope/TINYINT UNSIGNED NOT NULL 13 24 sql-type=NIGHT/INT UNSIGNED NOT NULL 14 25 sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.