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 170 of file eflowRecTrack.h.
◆ eflowRecMatchTrack()
◆ ~eflowRecMatchTrack()
| virtual eflowRecMatchTrack::~eflowRecMatchTrack |
( |
| ) |
|
|
inlinevirtual |
◆ etaPhiInLayer()
Implements PFMatch::ITrack.
Definition at line 175 of file eflowRecTrack.h.
175 {
177 else {
178 std::cerr << "eflowRecMatchTrack ERROR: Invalid pointer to eflowRecTrack " << std::endl;
179 return eflowEtaPhiPosition(-999.,-999.);
180 }
181 }
◆ m_efRecTrack
The documentation for this class was generated from the following file: