Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/trento/src/rapidity_profile.h>
Public Member Functions | |
fast_eta2y (double J, double etamax, double deta) | |
double | rapidity (double eta) |
double | Jacobian (double eta) |
Private Attributes | |
double | etamax_ |
double | deta_ |
std::size_t | neta_ |
std::vector< double > | y_ |
std::vector< double > | dydeta_ |
A fast pseudorapidity to rapidity transformer using pretabulated values It returns the transfoamtion y(eta) and the jacobian dy/deta(eta)
Definition at line 52 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 52 of file rapidity_profile.h
Definition at line 60 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 60 of file rapidity_profile.h
Definition at line 83 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 83 of file rapidity_profile.h
References deta_, dydeta_, etamax_, index, and propagation_timing::steps.
Referenced by trento::Event::compute_reduced_thickness().
Definition at line 76 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 76 of file rapidity_profile.h
References deta_, etamax_, index, propagation_timing::steps, and y_.
Referenced by trento::Event::compute_reduced_thickness().
|
private |
Definition at line 55 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 55 of file rapidity_profile.h
Referenced by fast_eta2y(), Jacobian(), and rapidity().
|
private |
Definition at line 58 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 58 of file rapidity_profile.h
Referenced by fast_eta2y(), and Jacobian().
|
private |
Definition at line 54 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 54 of file rapidity_profile.h
Referenced by fast_eta2y(), Jacobian(), and rapidity().
|
private |
Definition at line 56 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 56 of file rapidity_profile.h
Referenced by fast_eta2y().
|
private |
Definition at line 57 of file rapidity_profile.h.
View newest version in sPHENIX GitHub at line 57 of file rapidity_profile.h
Referenced by fast_eta2y(), and rapidity().