3 #ifndef STJTRACKLISTWRITER_H
4 #define STJTRACKLISTWRITER_H
8 #include "StjTrackList.h"
21 void Fill(
const StjTrackList& theList);
37 UShort_t _nHits[4096];
38 Short_t _charge[4096];
39 UShort_t _nHitsPoss[4096];
40 UShort_t _nHitsDedx[4096];
41 UShort_t _nHitsFit[4096];
42 Double_t _nSigmaPion[4096];
49 Int_t _exitDetectorId[4096];
50 Int_t _exitTowerId[4096];
51 Double_t _exitEta[4096];
52 Double_t _exitPhi[4096];
54 Int_t _trackIndex[4096];
55 Short_t _trackId[4096];
61 #endif // STJTRACKLISTWRITER_H