![]() |
ATLAS Offline Software
|
Functions | |
| Amg::Vector3D | approxXYZwrtPoint (const xAOD::CaloCluster &cluster, const Amg::Vector3D &point, const bool isEndCap) |
| Function to get the (x,y,z) of the cluster wrt to a point (x0,y0,z0) | |
| Amg::Vector3D | approxXYZwrtATLAS (const xAOD::CaloCluster &clusterEta, const bool isEndCap) |
| Function to get the (x,y,z) of the cluster in the ATLAS frame origin (0,0,0) | |
| double | PhiROT (const double pt, const double eta, const int charge, const double r_start, const bool isEndCap) |
| Function to calculate the approximate rotation in phi/bending of a track until it reaches the calo. | |
| Amg::Vector3D CandidateMatchHelpers::approxXYZwrtATLAS | ( | const xAOD::CaloCluster & | clusterEta, |
| const bool | isEndCap ) |
Function to get the (x,y,z) of the cluster in the ATLAS frame origin (0,0,0)
Definition at line 19 of file CandidateMatchHelpers.cxx.
| Amg::Vector3D CandidateMatchHelpers::approxXYZwrtPoint | ( | const xAOD::CaloCluster & | cluster, |
| const Amg::Vector3D & | point, | ||
| const bool | isEndCap ) |
Function to get the (x,y,z) of the cluster wrt to a point (x0,y0,z0)
Definition at line 10 of file CandidateMatchHelpers.cxx.
| double CandidateMatchHelpers::PhiROT | ( | const double | pt, |
| const double | eta, | ||
| const int | charge, | ||
| const double | r_start, | ||
| const bool | isEndCap ) |
Function to calculate the approximate rotation in phi/bending of a track until it reaches the calo.
Definition at line 56 of file CandidateMatchHelpers.cxx.