ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
TrackDensityStore (double z_coordinate) | |
void | addTrackToDensity (const TrackEntry &entry) |
double | density () const |
double | firstDerivative () const |
double | secondDerivative () const |
Private Attributes | |
double | m_z |
double | m_density {0} |
double | m_firstDerivative {0} |
double | m_secondDerivative {0} |
Definition at line 130 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 130 of file TrackDensity.hpp
|
inline |
Definition at line 133 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 133 of file TrackDensity.hpp
void Acts::TrackDensity::TrackDensityStore::addTrackToDensity | ( | const TrackEntry & | entry | ) |
Definition at line 130 of file TrackDensity.cpp.
View newest version in sPHENIX GitHub at line 130 of file TrackDensity.cpp
References Acts::TrackDensity::TrackEntry::c0, Acts::TrackDensity::TrackEntry::c1, Acts::TrackDensity::TrackEntry::c2, Acts::Test::delta, Acts::TrackDensity::TrackEntry::lowerBound, and Acts::TrackDensity::TrackEntry::upperBound.
Referenced by Acts::TrackDensity::trackDensity().
|
inline |
Definition at line 139 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 139 of file TrackDensity.hpp
References m_density.
Referenced by Acts::TrackDensity::trackDensity().
|
inline |
Definition at line 140 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 140 of file TrackDensity.hpp
References m_firstDerivative.
Referenced by Acts::TrackDensity::trackDensity().
|
inline |
Definition at line 141 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 141 of file TrackDensity.hpp
References m_secondDerivative.
Referenced by Acts::TrackDensity::trackDensity().
|
private |
Definition at line 146 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 146 of file TrackDensity.hpp
Referenced by density().
|
private |
Definition at line 147 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 147 of file TrackDensity.hpp
Referenced by firstDerivative().
|
private |
Definition at line 148 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 148 of file TrackDensity.hpp
Referenced by secondDerivative().
|
private |
Definition at line 145 of file TrackDensity.hpp.
View newest version in sPHENIX GitHub at line 145 of file TrackDensity.hpp