ATLAS Offline Software
Loading...
Searching...
No Matches
IndexedSP Struct Reference

#include <TrigTrackSeedGenerator.h>

Collaboration diagram for IndexedSP:

Public Member Functions

 IndexedSP ()
 IndexedSP (const TrigSiSpacePointBase *p, int idx)
 IndexedSP (const IndexedSP &isp)
void set (const TrigSiSpacePointBase *p, int idx)

Public Attributes

const TrigSiSpacePointBasem_pSP
int m_idx

Detailed Description

Definition at line 16 of file TrigTrackSeedGenerator.h.

Constructor & Destructor Documentation

◆ IndexedSP() [1/3]

IndexedSP::IndexedSP ( )
inline

Definition at line 18 of file TrigTrackSeedGenerator.h.

18: m_pSP(0), m_idx(-1) {};
const TrigSiSpacePointBase * m_pSP

◆ IndexedSP() [2/3]

IndexedSP::IndexedSP ( const TrigSiSpacePointBase * p,
int idx )
inline

Definition at line 19 of file TrigTrackSeedGenerator.h.

19: m_pSP(p), m_idx(idx) {};

◆ IndexedSP() [3/3]

IndexedSP::IndexedSP ( const IndexedSP & isp)
inline

Definition at line 20 of file TrigTrackSeedGenerator.h.

20: m_pSP(isp.m_pSP), m_idx(isp.m_idx) {};

Member Function Documentation

◆ set()

void IndexedSP::set ( const TrigSiSpacePointBase * p,
int idx )
inline

Member Data Documentation

◆ m_idx

int IndexedSP::m_idx

Definition at line 28 of file TrigTrackSeedGenerator.h.

◆ m_pSP

const TrigSiSpacePointBase* IndexedSP::m_pSP

Definition at line 27 of file TrigTrackSeedGenerator.h.


The documentation for this struct was generated from the following file: