1 #ifndef __StiCATpcSeedFinder_h__
2 #define __StiCATpcSeedFinder_h__
3 #include "Sti/StiHitContainer.h"
4 #include "Sti/StiTrackFinder.h"
11 Int_t mMinPad, mMaxPad, mMinTmbk, mMaxTmbk;
13 Int_t padrow, status, taken, track_key ;
19 vector<SeedHit_t *> vhit;
25 virtual void Print(Option_t *option=
"")
const {
26 firstNodePars.print();
27 firstNodeErrs.print();
38 static Bool_t SeedsCompareStatus(
const Seed_t a,
const Seed_t b);
42 std::vector<Seed_t> *mSeeds;
virtual StiTrack * findTrack(double rMin=0)
Find the next track.
Abstract definition of a Track.
virtual void startEvent()
Trigger class about new event.
An abstract class defining the interface to the track finder.
void setName(const string &newName)
Set the name of the object.