4 #ifndef STJTRACKLISTREADER_H
5 #define STJTRACKLISTREADER_H
7 #include "StjTreeReader.h"
9 #include "StjTrackList.h"
19 StjTrackList getTrackList() {
return _list; }
23 void SetBranchAddress(TTree *tree);
38 UShort_t _nHits[4096];
39 Short_t _charge[4096];
40 UShort_t _nHitsPoss[4096];
41 UShort_t _nHitsDedx[4096];
42 UShort_t _nHitsFit[4096];
43 Double_t _nSigmaPion[4096];
50 Int_t _exitDetectorId[4096];
51 Int_t _exitTowerId[4096];
52 Double_t _exitEta[4096];
53 Double_t _exitPhi[4096];
55 Int_t _trackIndex[4096];
56 Short_t _trackId[4096];
62 #endif // STJTRACKLISTREADER_H