virtual | ~HitPairIter() |
static TClass* | Class() |
const TSeqCollection* | GetCollection(Int_t n = 0) const |
TreeSearch::HitPairIter | HitPairIter(const TreeSearch::HitPairIter& rhs) |
TreeSearch::HitPairIter | HitPairIter(const TSeqCollection* collA, const TSeqCollection* collB, Double_t maxdist) |
virtual TClass* | IsA() const |
TreeSearch::HitPairIter& | Next() |
bool | operator bool() const |
bool | operator!() const |
bool | operator!=(const TreeSearch::HitPairIter& rhs) const |
TreeSearch::ObjPair_t | operator()() const |
TreeSearch::ObjPair_t& | operator*() |
TreeSearch::HitPairIter& | operator++() |
const TreeSearch::HitPairIter | operator++(int) |
TreeSearch::HitPairIter& | operator=(const TreeSearch::HitPairIter& rhs) |
bool | operator==(const TreeSearch::HitPairIter& rhs) const |
void | Reset() |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
TreeSearch::HitPairIter | HitPairIter() |
const TSeqCollection* | fCollA | |
const TSeqCollection* | fCollB | |
TreeSearch::ObjPair_t | fCurrent | |
TIterator* | fIterA | |
TIterator* | fIterB | |
Double_t | fMaxDist | |
TreeSearch::ObjPair_t | fNext | |
TreeSearch::Hit* | fSaveHit | |
TIterator* | fSaveIter | |
Bool_t | fScanning | |
Bool_t | fStarted |
Return next pair of hits along the wire plane. If a hit in either plane is unpaired (no matching hit on the other plane within maxdist) then only that hit is set in the returned pair object. If both hits returned are zero, then there are no more hits in either plane.