Changes between Version 245 and Version 246 of DatabaseBasedAnalysis/Spectrum
- Timestamp:
- 12/10/19 14:12:45 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/Spectrum
v245 v246 211 211 212 212 == Get Zenith Angle Histogram == 213 214 The following table creates a temporaray table (`EventCount`) internally which bins the !MonetCarlo files from the file list in !MonteCarloFiles in zenith angle bins. 213 215 214 216 {{{#!Spoiler … … 257 259 }}} 258 260 261 `%0:bins` is a placeholder for the bin boundaries, e.g. `5, 10, 15, 20, 25, 30` (five bins between 5° and 30° plus underflow and overflow). It should be identical to the binning used for data files in !DataFiles. 262 263 259 264 == Analyze Data == 260 265