#!/bin/csh -f

# Hits are defined in the SDId table    
# This script reload the content of clas12_hits_def.txt into the SDId table     

mysql -h $GEMC_HOST -u $GEMC_USER < hit_table_commands

