Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:58

0001 /*
0002  *  Drop all tables created by create_laser_data.sql
0003  */
0004 
0005 DROP TABLE lmf_laser_blue_raw_dat;
0006 DROP TABLE lmf_laser_ired_raw_dat;
0007 DROP TABLE lmf_laser_blue_norm_dat;
0008 DROP TABLE lmf_laser_ired_norm_dat;
0009 DROP TABLE lmf_laser_blue_coeff_dat;
0010 DROP TABLE lmf_laser_ired_coeff_dat;
0011 DROP TABLE lmf_laser_blue_shape_dat;
0012 DROP TABLE lmf_laser_ired_shape_dat;
0013 DROP TABLE lmf_pn_blue_dat;
0014 DROP TABLE lmf_pn_ired_dat;
0015 DROP TABLE lmf_pn_test_pulse_dat;
0016 DROP TABLE lmf_pn_config_dat;
0017 drop table LMF_LASER_BLUE_COR_DAT;
0018 drop table LMF_LASER_BLUE_TIME_DAT;
0019 drop table LMF_LASER_IRED_COR_DAT;
0020 drop table LMF_LASER_IRED_TIME_DAT;
0021 drop table LMF_MATACQ_BLUE_DAT;
0022 drop table LMF_MATACQ_GREEN_DAT;
0023 drop table LMF_MATACQ_IRED_DAT;
0024 drop table LMF_MATACQ_RED_DAT;