Ignore:
Timestamp:
01/07/21 14:38:53 (4 years ago)
Author:
tbretz
Message:
Included telescope id and the create query to the raw data extraction.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/processing/root2sql-callisto.rc

    r20026 r20031  
     1# link to database
    12uri=hawcwrite:password@ihp-pc45.ethz.ch/hawcdata
    23
    3 # Table's name, will be created if it is not existing already
    4 create=yes
    5 delete=yes
    64# Tree's name
    75tree=Events
    86
     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
    917primary=NIGHT
    1018primary=RUNID
     19# Event ID
    1120primary=DAQEvtNumber
    1221
     22# Manual specification of type for const columns
     23sql-type=Telescope/TINYINT UNSIGNED NOT NULL
    1324sql-type=NIGHT/INT UNSIGNED NOT NULL
    1425sql-type=RUNID/MEDIUMINT UNSIGNED NOT NULL
Note: See TracChangeset for help on using the changeset viewer.