#include <TracksInCone.h>
Definition at line 19 of file TracksInCone.h.
◆ select() [1/2]
Definition at line 38 of file TracksInCone.h.
38 {
43 float deltaEta = (*trIt)->eta() - particleEta;
44 float deltaPhi = fabs((*trIt)->phi() - particlePhi);
48 }
49 return;
50 }
Scalar deltaPhi(const MatrixBase< Derived > &vec) const
DataModel_detail::const_iterator< DataVector > const_iterator
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
double deltaR(double eta1, double eta2, double phi1, double phi2)
double deltaEta(const I4Momentum &p1, const I4Momentum &p2)
Computes efficiently .
constexpr ParticleHypothesis particle[PARTICLEHYPOTHESES]
the array of masses
◆ select() [2/2]
Definition at line 21 of file TracksInCone.h.
21 {
26 float deltaEta = (*trIt)->eta() - particleEta;
27 float deltaPhi = fabs((*trIt)->phi() - particlePhi);
31 }
32 return;
33 }
The documentation for this struct was generated from the following file: