ATLAS Offline Software
|
Functions | |
double | deltaPhi (double phi1, double phi2) |
double | deltaR2 (double eta1, double eta2, double phi1, double phi2) |
double | deltaR (double eta1, double eta2, double phi1, double phi2) |
void | findNearestPoint (const Amg::Vector3D &inputPos, const Trk::CaloExtension *caloExtension, int &nearestIdx, Amg::Vector3D &nearestPos, Amg::Vector3D &nearestMom) |
double | z0wrtPV (const xAOD::TrackParticle *trk, const xAOD::Vertex *vtx) |
Provide the trk DCA w.r.t. the PV. More... | |
const xAOD::Vertex * | selectPV (SG::ReadHandle< xAOD::VertexContainer > &container) |
Finds the Primary Vertex. More... | |
const xAOD::Jet * | findLeadingJet (SG::ReadHandle< xAOD::JetContainer > &container) |
Find leading jet. More... | |
double Utils::deltaPhi | ( | double | phi1, |
double | phi2 | ||
) |
double Utils::deltaR | ( | double | eta1, |
double | eta2, | ||
double | phi1, | ||
double | phi2 | ||
) |
Definition at line 23 of file CaloCellSelectorUtils.cxx.
double Utils::deltaR2 | ( | double | eta1, |
double | eta2, | ||
double | phi1, | ||
double | phi2 | ||
) |
const xAOD::Jet * Utils::findLeadingJet | ( | SG::ReadHandle< xAOD::JetContainer > & | container | ) |
Find leading jet.
Definition at line 26 of file Trigger/TrigMonitoring/TrigMinBiasMonitoring/src/Utils.cxx.
void Utils::findNearestPoint | ( | const Amg::Vector3D & | inputPos, |
const Trk::CaloExtension * | caloExtension, | ||
int & | nearestIdx, | ||
Amg::Vector3D & | nearestPos, | ||
Amg::Vector3D & | nearestMom | ||
) |
Definition at line 25 of file CaloCellSelectorUtils.cxx.
const xAOD::Vertex * Utils::selectPV | ( | SG::ReadHandle< xAOD::VertexContainer > & | container | ) |
Finds the Primary Vertex.
Definition at line 12 of file Trigger/TrigMonitoring/TrigMinBiasMonitoring/src/Utils.cxx.
double Utils::z0wrtPV | ( | const xAOD::TrackParticle * | trk, |
const xAOD::Vertex * | vtx | ||
) |