This class, which inherits from the pure virtual ITrack, stores a pointer to an eflowRecTrack and has an interface which returns an eflowEtaPhiPosition (representing the track eta, phi coordinates in the requested calorimeter layer).
More...
#include <eflowRecTrack.h>
This class, which inherits from the pure virtual ITrack, stores a pointer to an eflowRecTrack and has an interface which returns an eflowEtaPhiPosition (representing the track eta, phi coordinates in the requested calorimeter layer).
Definition at line 173 of file eflowRecTrack.h.
◆ eflowRecMatchTrack()
◆ ~eflowRecMatchTrack()
| virtual eflowRecMatchTrack::~eflowRecMatchTrack |
( |
| ) |
|
|
inlinevirtual |
◆ etaPhiInLayer()
Implements PFMatch::ITrack.
Definition at line 178 of file eflowRecTrack.h.
178 {
180 else {
181 std::cerr << "eflowRecMatchTrack ERROR: Invalid pointer to eflowRecTrack " << std::endl;
182 return eflowEtaPhiPosition(-999.,-999.);
183 }
184 }
◆ m_efRecTrack
The documentation for this class was generated from the following file: