#include <TrkHotListUnowned.h>
Definition at line 30 of file TrkHotListUnowned.h.
◆ TrkHotListUnowned() [1/2]
◆ TrkHotListUnowned() [2/2]
◆ ~TrkHotListUnowned()
TrkHotListUnowned::~TrkHotListUnowned |
( |
| ) |
|
|
virtual |
◆ append()
◆ clone()
◆ endFoundRange()
double TrkHotListUnowned::endFoundRange |
( |
| ) |
const |
|
virtual |
◆ findHot()
◆ firstMdcLayer()
unsigned TrkHotListUnowned::firstMdcLayer |
( |
| ) |
const |
|
virtual |
◆ hitCapable()
bool TrkHotListUnowned::hitCapable |
( |
| ) |
const |
|
virtual |
◆ hotlist() [1/2]
std::vector< TrkHitOnTrk * > & TrkHotListUnowned::hotlist |
( |
| ) |
|
|
protectedvirtual |
◆ hotlist() [2/2]
const std::vector< TrkHitOnTrk * > & TrkHotListUnowned::hotlist |
( |
| ) |
const |
|
protectedvirtual |
◆ isActive()
bool TrkHotListUnowned::isActive |
( |
unsigned | ihot | ) |
const |
|
virtual |
◆ lastMdcLayer()
unsigned TrkHotListUnowned::lastMdcLayer |
( |
| ) |
const |
|
virtual |
◆ myHotList()
const TrkHotList * TrkHotListUnowned::myHotList |
( |
| ) |
const |
|
inline |
◆ nActive()
◆ nHit()
Implements TrkHotList.
Definition at line 67 of file TrkHotListUnowned.cxx.
68{
69 return _hotl->
nHit(view);
70}
virtual int nHit(TrkEnums::TrkViewInfo view=TrkEnums::bothView) const =0
◆ nMdc()
Implements TrkHotList.
Definition at line 80 of file TrkHotListUnowned.cxx.
81{
82 return _hotl->
nMdc(view);
83}
virtual int nMdc(TrkEnums::TrkViewInfo view=TrkEnums::bothView) const =0
◆ nSvt()
Implements TrkHotList.
Definition at line 86 of file TrkHotListUnowned.cxx.
87{
88 return _hotl->
nSvt(view);
89}
virtual int nSvt(TrkEnums::TrkViewInfo view=TrkEnums::bothView) const =0
◆ operator=()
◆ remove()
void TrkHotListUnowned::remove |
( |
TrkHitOnTrk * | deadHot | ) |
|
|
virtual |
◆ startFoundRange()
double TrkHotListUnowned::startFoundRange |
( |
| ) |
const |
|
virtual |
◆ svtView()
TrkView TrkHotListUnowned::svtView |
( |
int | layer | ) |
const |
|
virtual |
◆ takeHotList()
Definition at line 138 of file TrkHotListUnowned.cxx.
138 {
139 if(_ownhots){
140 _ownhots = false;
141 return _hotl;
142 } else
143 return 0;
144}
◆ updateHots()
void TrkHotListUnowned::updateHots |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: