Changes between Version 15 and Version 16 of DatabaseBasedAnalysis/Examples
- Timestamp:
- 08/15/18 10:37:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/Examples
v15 v16 4 4 == Good weather Crab data == 5 5 6 You want to create a file with good weather data with zenith distance smaller than 35° of Crab of the season 2017/18. The file should contain most of the image parameters with no cuts applied so that you can optimize cuts. 6 You want to create a file with good weather data with zenith distance smaller than 35° of Crab of the season 2017/18. The file should contain most of the image parameters with no cuts applied so that you can optimize cuts. Here is the query: 7 7 8 8 {{{#!Spoiler … … 42 42 fR750Cor>0.9*fR750Ref 43 43 }}} 44 }}} 45 46 You can run it, for example, with: 47 48 {{{ 49 rootifysql --uri=fact:password@ihp-pc45.ethz.ch/factdata --out=crab2018.root 44 50 }}} 45 51