Function object for constant fluxes.
More...
#include <JFlatFlux.hh>
Function object for constant fluxes.
Definition at line 22 of file JFlatFlux.hh.
JAANET::JFlatFlux::JFlatFlux |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 28 of file JFlatFlux.hh.
double flux
flux [GeV * m^-2 * sr^-1 * s^-1]
JAANET::JFlatFlux::JFlatFlux |
( |
const double |
flux | ) |
|
|
inline |
Constructor.
- Parameters
-
flux | [GeV * m^-2 * sr^-1 * s^-1] |
Definition at line 38 of file JFlatFlux.hh.
double flux
flux [GeV * m^-2 * sr^-1 * s^-1]
double JAANET::JFlatFlux::operator() |
( |
const Evt & |
evt | ) |
const |
|
inline |
Get flux of given event.
- Parameters
-
- Returns
- flux [GeV * m^-2 * sr^-1 * s^-1]
Definition at line 49 of file JFlatFlux.hh.
double flux
flux [GeV * m^-2 * sr^-1 * s^-1]
bool JAANET::JFlatFlux::less |
( |
const JFlatFlux & |
object | ) |
const |
|
inline |
Check if this flux is less than given flux.
- Parameters
-
- Returns
- true if this flux less than given flux; else false
Definition at line 61 of file JFlatFlux.hh.
flux()
Default constructor.
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
JFlatFlux & |
object |
|
) |
| |
|
friend |
Stream input.
- Parameters
-
in | input stream |
object | uniform flux |
- Returns
- input stream
Definition at line 74 of file JFlatFlux.hh.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JFlatFlux & |
object |
|
) |
| |
|
friend |
Write flux to output stream.
- Parameters
-
out | output stream |
object | uniform |
- Returns
- output stream
Definition at line 89 of file JFlatFlux.hh.
93 out <<
FIXED(5,3) <<
object.flux;
Auxiliary data structure for floating point format specification.
double JAANET::JFlatFlux::flux |
flux [GeV * m^-2 * sr^-1 * s^-1]
Definition at line 98 of file JFlatFlux.hh.
The documentation for this struct was generated from the following file: