![]() |
ATLAS Offline Software
|
#include <TrigTrackSeedGenerator.h>
Classes | |
| struct | compareZ |
| struct | compareR |
| struct | compareRless |
| struct | greaterThanZ |
| struct | smallerThanZ |
| struct | greaterThanR |
| struct | greaterThanR_i |
| struct | smallerThanR |
| struct | smallerThanR_i |
Public Member Functions | |
| LPhiSector (int nPhiSlices) | |
| LPhiSector (const LPhiSector &ps) | |
| const LPhiSector & | operator= (const LPhiSector &ps) |
| void | reset () |
| void | addSpacePoint (int phiIndex, const INDEXED_SP *p) |
| void | sortSpacePoints (bool isBarrel) |
| void | sortSpacePoints (bool isBarrel, bool isPositive) |
| int | size () const |
Public Attributes | |
| int | m_nSP |
| std::vector< std::vector< const INDEXED_SP * > > | m_phiSlices |
| std::vector< std::vector< const INDEXED_SP * > > | m_phiThreeSlices |
| std::vector< int > | m_threeIndices [3] |
Private Member Functions | |
| LPhiSector () | |
Definition at line 32 of file TrigTrackSeedGenerator.h.
|
inline |
Definition at line 91 of file TrigTrackSeedGenerator.h.
|
inline |
Definition at line 119 of file TrigTrackSeedGenerator.h.
|
inlineprivate |
Definition at line 194 of file TrigTrackSeedGenerator.h.
|
inline |
Definition at line 145 of file TrigTrackSeedGenerator.h.
|
inline |
Definition at line 125 of file TrigTrackSeedGenerator.h.
|
inline |
Definition at line 135 of file TrigTrackSeedGenerator.h.
|
inline |
Definition at line 186 of file TrigTrackSeedGenerator.h.
|
inline |
Definition at line 154 of file TrigTrackSeedGenerator.h.
|
inline |
Definition at line 167 of file TrigTrackSeedGenerator.h.
| int LPhiSector::m_nSP |
Definition at line 188 of file TrigTrackSeedGenerator.h.
| std::vector<std::vector<const INDEXED_SP*> > LPhiSector::m_phiSlices |
Definition at line 189 of file TrigTrackSeedGenerator.h.
| std::vector<std::vector<const INDEXED_SP*> > LPhiSector::m_phiThreeSlices |
Definition at line 190 of file TrigTrackSeedGenerator.h.
| std::vector<int> LPhiSector::m_threeIndices[3] |
Definition at line 191 of file TrigTrackSeedGenerator.h.