Changes between Version 245 and Version 246 of DatabaseBasedAnalysis/Spectrum


Ignore:
Timestamp:
12/10/19 14:12:45 (5 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Spectrum

    v245 v246  
    211211
    212212== Get Zenith Angle Histogram ==
     213
     214The following table creates a temporaray table (`EventCount`) internally which bins the !MonetCarlo files from the file list in !MonteCarloFiles in zenith angle bins.
    213215
    214216{{{#!Spoiler
     
    257259}}}
    258260
     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
    259264== Analyze Data ==
    260265