Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
weightlist.hh
Go to the documentation of this file.
1#ifndef __weightlist__
2#define __weightlist__
3
4/**
5 * KM3NeT Data Definitions v3.6.0
6 * https://git.km3net.de/common/km3net-dataformat
7 */
8
9/**
10 * weightlist
11 */
12static const int WEIGHTLIST_GENERATION_AREA = 0; //!< Generation area (c.f. taglist document) [m2]
13static const int WEIGHTLIST_GENERATION_VOLUME = 0; //!< Generation volume (c.f. taglist document) [m3]
14static const int WEIGHTLIST_DIFFERENTIAL_EVENT_RATE = 1; //!< Event rate per unit of flux (c.f. taglist document) [GeV m2 sr]
15static const int WEIGHTLIST_EVENT_RATE = 2; //!< Event rate [s-1]
16static const int WEIGHTLIST_NORMALISATION = 3; //!< Event rate normalisation
17static const int WEIGHTLIST_RESCALED_EVENT_RATE = 4; //!< Rescaled event rate [s-1]
18static const int WEIGHTLIST_RUN_BY_RUN_WEIGHT = 5; //!< w[1]*DAQ_livetime / MC_evts_summary::n_gen (gseagen; [GeV m2 sr s]) or DAQ_livetime/MC_evts_summary::livetime_sim (mupage; [-])
19#endif
static const int WEIGHTLIST_RUN_BY_RUN_WEIGHT
w[1]*DAQ_livetime / MC_evts_summary::n_gen (gseagen; [GeV m2 sr s]) or DAQ_livetime/MC_evts_summary::...
Definition weightlist.hh:18
static const int WEIGHTLIST_DIFFERENTIAL_EVENT_RATE
Event rate per unit of flux (c.f. taglist document) [GeV m2 sr].
Definition weightlist.hh:14
static const int WEIGHTLIST_RESCALED_EVENT_RATE
Rescaled event rate [s-1].
Definition weightlist.hh:17
static const int WEIGHTLIST_EVENT_RATE
Event rate [s-1].
Definition weightlist.hh:15
static const int WEIGHTLIST_GENERATION_AREA
KM3NeT Data Definitions v3.6.0 https://git.km3net.de/common/km3net-dataformat.
Definition weightlist.hh:12
static const int WEIGHTLIST_NORMALISATION
Event rate normalisation.
Definition weightlist.hh:16
static const int WEIGHTLIST_GENERATION_VOLUME
Generation volume (c.f. taglist document) [m3].
Definition weightlist.hh:13