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