3 #ifndef STAR_StiForwardTrackMaker
4 #define STAR_StiForwardTrackMaker
37 int mTotMatchedTracks;
48 class VertexV{
public:
float z,ez;};
49 vector<VertexV> vertL;
68 void matchVertex(
StiTrackContainer* tracks, vector<VertexV> &vertL,
double &mMaxZdca,
int &nV, TH1* h,
int &totalMatched);
80 virtual void Clear(
const char* opt);
82 void saveHisto(TString fname);
83 void addVertex(
float z,
float ez);
90 static const char cvs[]=
"Tag $Name: $ $Id: StiForwardTrackMaker.h,v 1.9 2014/08/06 11:43:02 jeromel Exp $ built " __DATE__
" " __TIME__ ;
virtual const char * GetCVS() const
Displayed on session exit, leave it as-is please ...
Definition of Kalman Track.
virtual Int_t Make()
Make - this method is called in loop for each event.
Int_t MakeInSti()
Inside Sti.
virtual Int_t Init()
Init - is a first method the top level StChain calls to initialize all its makers.
Int_t MakeAfterSti()
Inside Sti.