#include <TrigTrackSeedGenerator.h>
Definition at line 198 of file TrigTrackSeedGenerator.h.
◆ LPhi_Storage()
| LPhi_Storage::LPhi_Storage |
( |
int | nPhiSectors, |
|
|
int | nLayers ) |
|
inline |
Definition at line 202 of file TrigTrackSeedGenerator.h.
202 {
205 }
struct LPhiSector L_PHI_SECTOR
std::vector< L_PHI_SECTOR > m_layers
◆ addSpacePoint()
| void LPhi_Storage::addSpacePoint |
( |
int | phiIdx, |
|
|
int | layerId, |
|
|
const INDEXED_SP * | p ) |
|
inline |
◆ reset()
| void LPhi_Storage::reset |
( |
| ) |
|
|
inline |
Definition at line 211 of file TrigTrackSeedGenerator.h.
211 {
212 for(std::vector<L_PHI_SECTOR>::iterator it=
m_layers.begin();it!=
m_layers.end();++it) {
213 if((*it).m_nSP==0) continue;
214 (*it).reset();
215 }
216 }
◆ sortSpacePoints()
| void LPhi_Storage::sortSpacePoints |
( |
const std::vector< TrigInDetSiLayer > & | layerGeometry | ) |
|
|
inline |
Definition at line 218 of file TrigTrackSeedGenerator.h.
218 {
219 int layerId = 0;
220 for(std::vector<L_PHI_SECTOR>::iterator it=
m_layers.begin();it!=
m_layers.end();++it,layerId++) {
221 if((*it).m_nSP==0) continue;
222 (*it).sortSpacePoints(layerGeometry[layerId].m_type==0);
223 }
224 }
◆ sortSpacePoints2()
| void LPhi_Storage::sortSpacePoints2 |
( |
const std::vector< TrigInDetSiLayer > & | layerGeometry | ) |
|
|
inline |
Definition at line 226 of file TrigTrackSeedGenerator.h.
226 {
227 int layerId = 0;
228 for(std::vector<L_PHI_SECTOR>::iterator it=
m_layers.begin();it!=
m_layers.end();++it,layerId++) {
229 if((*it).m_nSP==0) continue;
230 (*it).sortSpacePoints(layerGeometry[layerId].m_type==0, layerGeometry[layerId].m_refCoord > 0);
231 }
232 }
◆ m_layers
The documentation for this struct was generated from the following file: