Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JConstantFlux.hh
Go to the documentation of this file.
1#ifndef __JAANET__JCONSTANTFLUX__
2#define __JAANET__JCONSTANTFLUX__
3
4#include "JAAnet/JFlux.hh"
6
7
8/**
9 * \author bjung
10 */
11
12namespace JAANET {}
13namespace JPP { using namespace JAANET; }
14
15namespace JAANET {
16
17
18 /**
19 * Function object for constant fluxes.
20 */
21 struct JConstantFlux final :
22 public JEvtWeightFactorConstant<JFlux>
23 {
24 /**
25 * Default constructor.
26 */
30
31
32 /**
33 * Constructor.
34 *
35 * \param flux [GeV * m^-2 * sr^-1 * s^-1]
36 */
40 };
41}
42
43#endif
Extensions to Evt data format.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Function object for constant fluxes.
JConstantFlux()
Default constructor.
JConstantFlux(const double flux)
Constructor.
Class for constant event-weight factors.
Neutrino flux.
Definition JHead.hh:906