![]() |
ATLAS Offline Software
|
Classes | |
| struct | ContainerProxy |
| The proxy container object which provides the means to iterate over its elements and create element proxy objects @tparm Container The container type this proxy refers to e.g. More... | |
| struct | ContainerProxyBase |
| Base class of a container proxy. More... | |
| struct | RootNodeIndex |
| Helper struct to indicate the "index" of a top level container proxy. More... | |
Concepts | |
| concept | hasSize |
| concept | hasDifference |
| concept | hasAddition |
| concept | hasCreateProxy |
| concept | hasReadWriteProxy |
| concept | isConvertableToReadOnlyProxy |
Enumerations | |
| enum class | AccessPolicy { ReadOnly , ReadWrite } |
| @breif Indicate whether a container provides read only or read write access More... | |
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. | |
| const xAOD::Vertex * | selectPV (SG::ReadHandle< xAOD::VertexContainer > &container) |
| Finds the Primary Vertex. | |
| const xAOD::Jet * | findLeadingJet (SG::ReadHandle< xAOD::JetContainer > &container) |
| Find leading jet. | |
|
strong |
@breif Indicate whether a container provides read only or read write access
| Enumerator | |
|---|---|
| ReadOnly | |
| ReadWrite | |
Definition at line 30 of file ProxyContainer.h.
| double Utils::deltaPhi | ( | double | phi1, |
| double | phi2 ) |
Definition at line 11 of file CaloCellSelectorUtils.cxx.
| 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 ) |
Definition at line 17 of file CaloCellSelectorUtils.cxx.
| 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 ) |
Provide the trk DCA w.r.t. the PV.
Definition at line 8 of file Trigger/TrigMonitoring/TrigMinBiasMonitoring/src/Utils.cxx.