Changes between Version 14 and Version 15 of DatabaseBasedAnalysis
- Timestamp:
- 08/03/18 20:39:08 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v14 v15 174 174 Now 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. 175 175 176 {{{rootifysql [...] --query " \ 176 {{{ 177 rootifysql [...] --query " \ 177 178 SELECT \ 178 179 * \ … … 190 191 fZenithDistanceMax<35 \ 191 192 " 192 }}} }193 }}} 193 194 194 195 If the file already exists, either give it a different name (see --help for details) or overwrite it with --force.