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