ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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) {};

◆ 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

Definition at line 22 of file TrigTrackSeedGenerator.h.

22  {
23  m_pSP = p;
24  m_idx = idx;
25  }

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:
IndexedSP::m_idx
int m_idx
Definition: TrigTrackSeedGenerator.h:28
IndexedSP::m_pSP
const TrigSiSpacePointBase * m_pSP
Definition: TrigTrackSeedGenerator.h:27
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
LArNewCalib_DelayDump_OFC_Cali.idx
idx
Definition: LArNewCalib_DelayDump_OFC_Cali.py:69