![]() |
Belle II Software release-09-00-04
|
#include <YScanner.h>
Public Member Functions | |
| Derivatives () | |
| Default constructor. | |
| Derivatives (const InverseRaytracer::Solution &sol, const InverseRaytracer::Solution &sol_dx, const InverseRaytracer::Solution &sol_de, const InverseRaytracer::Solution &sol_dL) | |
| Constructor. | |
Static Public Member Functions | |
| static double | dLen_d (const InverseRaytracer::Solution &sol0, const InverseRaytracer::Solution &sol1) |
| Calculates the derivative of propagation length. | |
| static double | dyB_d (const InverseRaytracer::Solution &sol0, const InverseRaytracer::Solution &sol1) |
| Calculates the derivative of unfolded y coordinate at prism entrance. | |
| static double | dFic_d (const InverseRaytracer::Solution &sol0, const InverseRaytracer::Solution &sol1) |
| Calculates the derivative of Cerenkov azimuthal angle. | |
Public Attributes | |
| double | dLen_dx = 0 |
| propagation length over photon detection coordinate x | |
| double | dLen_de = 0 |
| propagation length over photon energy | |
| double | dLen_dL = 0 |
| propagation length over running parameter of particle trajectory | |
| double | dyB_dx = 0 |
| unfolded y coordinate at prism entrance over photon detection coordinate x | |
| double | dyB_de = 0 |
| unfolded y coordinate at prism entrance over photon energy | |
| double | dyB_dL = 0 |
| unfolded y coordinate at prism entrance over running parameter of particle trajectory | |
| double | dFic_dx = 0 |
| Cerenkov azimuthal angle over photon detection coordinate x. | |
| double | dFic_de = 0 |
| Cerenkov azimuthal angle over photon energy. | |
| double | dFic_dL = 0 |
| Cerenkov azimuthal angle over running parameter of particle trajectory. | |
Definition at line 40 of file YScanner.h.
|
inline |
| Derivatives | ( | const InverseRaytracer::Solution & | sol, |
| const InverseRaytracer::Solution & | sol_dx, | ||
| const InverseRaytracer::Solution & | sol_de, | ||
| const InverseRaytracer::Solution & | sol_dL | ||
| ) |
Constructor.
| sol | central solution |
| sol_dx | solution displaced by dx |
| sol_de | solution displaced by de |
| sol_dL | solution dispalced by dL |
Definition at line 24 of file YScanner.cc.
|
inlinestatic |
Calculates the derivative of Cerenkov azimuthal angle.
| sol0 | central solution |
| sol1 | displaced solution |
Definition at line 501 of file YScanner.h.
|
inlinestatic |
Calculates the derivative of propagation length.
| sol0 | central solution |
| sol1 | displaced solution |
Definition at line 489 of file YScanner.h.
|
inlinestatic |
Calculates the derivative of unfolded y coordinate at prism entrance.
| sol0 | central solution |
| sol1 | displaced solution |
Definition at line 495 of file YScanner.h.
| double dFic_de = 0 |
Cerenkov azimuthal angle over photon energy.
Definition at line 48 of file YScanner.h.
| double dFic_dL = 0 |
Cerenkov azimuthal angle over running parameter of particle trajectory.
Definition at line 49 of file YScanner.h.
| double dFic_dx = 0 |
Cerenkov azimuthal angle over photon detection coordinate x.
Definition at line 47 of file YScanner.h.
| double dLen_de = 0 |
propagation length over photon energy
Definition at line 42 of file YScanner.h.
| double dLen_dL = 0 |
propagation length over running parameter of particle trajectory
Definition at line 43 of file YScanner.h.
| double dLen_dx = 0 |
propagation length over photon detection coordinate x
Definition at line 41 of file YScanner.h.
| double dyB_de = 0 |
unfolded y coordinate at prism entrance over photon energy
Definition at line 45 of file YScanner.h.
| double dyB_dL = 0 |
unfolded y coordinate at prism entrance over running parameter of particle trajectory
Definition at line 46 of file YScanner.h.
| double dyB_dx = 0 |
unfolded y coordinate at prism entrance over photon detection coordinate x
Definition at line 44 of file YScanner.h.