Jpp
17.3.2
the software that should make you happy
|
Template specialisation of class JModel to match hit with muon energy. More...
#include <JModel.hh>
Public Types | |
typedef double JEnergy::* | parameter_type |
Public Member Functions | |
JModel (const JEnergy &X) | |
Constructor. More... | |
bool | operator() (const JNPE &npe) const |
Test compatibility of given light yields with muon energy. More... | |
const JEnergy & | getEnergy () const |
Get Energy. More... | |
void | setEnergy (const JEnergy &energy) |
Set Energy. More... | |
bool | less (const JEnergy &X) const |
Less than method. More... | |
JEnergy & | negate () |
Prefix unary minus. More... | |
JEnergy & | add (const JEnergy &value) |
Addition operator. More... | |
JEnergy & | sub (const JEnergy &value) |
Subtraction operator. More... | |
JEnergy & | mul (const double value) |
Multiplication operator. More... | |
JFirst_t & | mul (const JSecond_t &object) |
Multiply with object. More... | |
JEnergy & | div (const double value) |
Division operator. More... | |
double | getX () const |
Get energy. More... | |
double | getE () const |
Get energy. More... | |
void | putE (const double E) |
Put energy. More... | |
double | getDE () const |
Get derivative of energy. More... | |
Static Public Member Functions | |
static JEnergy | min () |
Get minimum possible value. More... | |
static JEnergy | max () |
Get maximum possible value. More... | |
static parameter_type | pE () |
Protected Attributes | |
double | __X |
Template specialisation of class JModel to match hit with muon energy.
Definition at line 91 of file JFit/JModel.hh.
|
inherited |
Definition at line 261 of file JEnergy.hh.
|
inline |
|
inline |
Test compatibility of given light yields with muon energy.
npe | npe |
Definition at line 110 of file JFit/JModel.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Less than method.
X | Energy [log(E/GeV)] |
Definition at line 79 of file JEnergy.hh.
|
inlineinherited |
Subtraction operator.
value | Energy |
Definition at line 118 of file JEnergy.hh.
|
inlineinherited |
Multiplication operator.
value | multiplication factor |
Definition at line 132 of file JEnergy.hh.
|
inlineinherited |
|
inlineinherited |
Division operator.
value | multiplication factor |
Definition at line 146 of file JEnergy.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Put energy.
E | Energy [GeV] |
Definition at line 181 of file JEnergy.hh.
|
inlineinherited |
Get derivative of energy.
Definition at line 192 of file JEnergy.hh.
|
inlinestaticinherited |
Get minimum possible value.
Definition at line 214 of file JEnergy.hh.
|
inlinestaticinherited |
Get maximum possible value.
Definition at line 225 of file JEnergy.hh.
|
inlinestaticinherited |
Definition at line 263 of file JEnergy.hh.
|
protectedinherited |
Definition at line 266 of file JEnergy.hh.