#include <deriv.h>
◆ Deriv()
◆ ~Deriv()
virtual Deriv::~Deriv |
( |
| ) |
|
|
inlinevirtual |
◆ derivate()
10 {
11
13 int ncl_pred, ncl, ncl_suc;
14 float z_pred, z, z_suc;
21 else d = (ncl_suc-ncl)/(z_suc-z);
22 }
23 else if (fsuc==
NULL) {
24 ncl_pred = fpred->
GetNcl();
25 z_pred = fpred->
GetZ();
27 else d = (ncl-ncl_pred)/(z-z_pred);
28 }
29 else {
31 ncl_pred = fpred->
GetNcl();
33 z_pred = fpred->
GetZ();
34 if (z_suc==z_pred)
d=0.;
35 else d = (ncl_suc-ncl_pred)/(z_suc-z_pred);
36 }
40}
void d()
Definition: RecDispEX.C:381
FILE * f
Definition: RecDispMC.C:150
float eDp
Definition: deriv.h:11
float eZp
Definition: deriv.h:10
float GetZ() const
Definition: EdbFrame.h:42
int GetNcl() const
Definition: EdbFrame.h:43
#define NULL
Definition: nidaqmx.h:84
◆ GetD()
◆ GetDerivate()
void Deriv::GetDerivate |
( |
float * |
Z, |
|
|
float * |
D |
|
) |
| |
|
inline |
Double_t Z
Definition: tlg2couples.C:104
◆ GetZ()
float Deriv::GetZ |
( |
void |
| ) |
|
|
inline |
◆ eDp
◆ eZp
The documentation for this class was generated from the following files:
- /home/antonio/fedra_doxygen/src/appl/bmatrix/deriv.h
- /home/antonio/fedra_doxygen/src/appl/bmatrix/deriv.cxx