Changes between Version 14 and Version 15 of DatabaseBasedAnalysis


Ignore:
Timestamp:
08/03/18 20:39:08 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v14 v15  
    174174Now we want to get some statistics about the Crab data between 01/11/2013 and 06/11/2013 and see if we can do simple plots. For this we write the table into a root file.
    175175
    176 {{{rootifysql [...] --query " \
     176{{{
     177rootifysql [...] --query " \
    177178   SELECT               \
    178179      *                 \
     
    190191      fZenithDistanceMax<35 \
    191192"
    192 }}}}
     193}}}
    193194 
    194195If the file already exists, either give it a different name (see --help for details) or overwrite it with --force.