FairRoot/PandaRoot
|
#include <FTSCAHits.h>
Public Types | |
typedef FTSCAHit | T |
Public Member Functions | |
const FTSCAElementsOnStation< T > & | OnStationConst (char i) const |
FTSCAElementsOnStation< T > & | OnStation (char i) |
const FTSCAElementsOnStation< T > & | OnStation (char i) const |
FTSCAElementsOnStation< T > & | operator[] (char i) |
const FTSCAElementsOnStation< T > & | operator[] (char i) const |
FTSCAHits () | |
FTSCAHits (int nSta, int nHitsPerStation=1) | |
T & | operator[] (TES i) |
const T & | operator[] (TES i) const |
char | NStations () const |
void | Add (const T &hit) |
void | Sort () |
void | Clean () |
Protected Attributes | |
vector< FTSCAElementsOnStation < T > > | fElement |
Definition at line 130 of file FTSCAHits.h.
typedef FTSCAHit FTSCAHits::T |
Definition at line 132 of file FTSCAHits.h.
|
inline |
Definition at line 140 of file FTSCAHits.h.
|
inline |
Definition at line 141 of file FTSCAHits.h.
|
inline |
|
inline |
Definition at line 166 of file FTSCAHits.h.
References fElement, hits, i, and FTSCAElementsOnStation< T >::IStation().
|
inline |
Definition at line 152 of file FTSCAHits.h.
References fElement.
Referenced by PndFTSCADisplay::DrawGBHits(), and FTSCAHitsV::FTSCAHitsV().
|
inline |
Definition at line 135 of file FTSCAHits.h.
Referenced by PndFTSCAGBTracker::Create1Plets(), PndFTSCADisplay::DrawGBHits(), and FTSCAHitsV::FTSCAHitsV().
|
inline |
Definition at line 136 of file FTSCAHits.h.
|
inline |
Definition at line 134 of file FTSCAHits.h.
Referenced by PndFTSCAGBTracker::PickUpHits(), and PndFTSCAGBTracker::Refit_1().
|
inline |
Definition at line 137 of file FTSCAHits.h.
|
inline |
Definition at line 138 of file FTSCAHits.h.
|
inline |
Definition at line 159 of file FTSCAHits.h.
References fElement, hits, and i.
|
protected |
Definition at line 183 of file FTSCAHits.h.
Referenced by Add(), Clean(), FTSCAHits(), NStations(), OnStation(), OnStationConst(), operator[](), and Sort().