Jpp
|
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... | |
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... | |
JEnergy & | mul (const JNullType &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.
|
inherited |
Definition at line 235 of file JEnergy.hh.
|
inline |
|
inline |
Test compatibility of given light yields with muon energy.
npe | npe |
Definition at line 96 of file JModel.hh.
|
inlineinherited |
Less than method.
X | Energy [log(E/GeV)] |
Definition at line 53 of file JEnergy.hh.
|
inlineinherited |
Subtraction operator.
value | Energy |
Definition at line 92 of file JEnergy.hh.
|
inlineinherited |
Multiplication operator.
value | multiplication factor |
Definition at line 106 of file JEnergy.hh.
|
inlineinherited |
Multiply with object.
object | object |
Definition at line 273 of file JMath.hh.
|
inlineinherited |
Division operator.
value | multiplication factor |
Definition at line 120 of file JEnergy.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
Get minimum possible value.
Definition at line 188 of file JEnergy.hh.
|
inlinestaticinherited |
Get maximum possible value.
Definition at line 199 of file JEnergy.hh.
|
inlinestaticinherited |
Definition at line 237 of file JEnergy.hh.
|
protectedinherited |
Definition at line 240 of file JEnergy.hh.