Jpp
pmt_effective_area_update_2
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JAAnet
JFlux.hh
Go to the documentation of this file.
1
#ifndef __JAANET__JFLUX__
2
#define __JAANET__JFLUX__
3
4
#include "
km3net-dataformat/offline/Evt.hh
"
5
6
#include "
JLang/JClonable.hh
"
7
8
#include "
JAAnet/JHead.hh
"
9
10
/**
11
* \author bjung
12
*/
13
14
namespace
JAANET {
15
16
using
JLANG::JClonable
;
17
18
19
/**
20
* Low-level interface for retrieving flux corresponding to an event.
21
*/
22
struct
JFlux
:
23
public
JClonable
<JFlux>
24
{
25
/**
26
* Virtual destructor.
27
*/
28
virtual
~JFlux
()
29
{}
30
31
32
/**
33
* Get flux of given event.
34
*
35
* \param evt event
36
* \return flux [GeV * m^-2 * sr^-1 * s^-1]
37
*/
38
virtual
double
getFlux
(
const
Evt
& evt)
const
= 0;
39
};
40
}
41
42
#endif
JClonable.hh
JAANET::JFlux::getFlux
virtual double getFlux(const Evt &evt) const =0
Get flux of given event.
JLANG::JClonable
Template class for object cloning.
Definition:
JClonable.hh:20
JAANET::JFlux
Low-level interface for retrieving flux corresponding to an event.
Definition:
JFlux.hh:22
Evt.hh
JAANET::JFlux::~JFlux
virtual ~JFlux()
Virtual destructor.
Definition:
JFlux.hh:28
Evt
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.
Definition:
Evt.hh:19
JHead.hh
Generated by
1.8.5