StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StTofpMatchData.h
1 
8 /* -------------------------------------------------------------------------
9  * $Log: StTofpMatchData.h,v $
10  * Revision 1.1 2003/08/07 23:55:47 geurts
11  * first release
12  *
13  *
14  * -------------------------------------------------------------------------
15  */
16 #ifndef STTOFPMATCHDATA_H
17 #define STTOFPMATCHDATA_H
19  Int_t daqid;
20  Int_t nneighbors;
21  Float_t zlocal, philocal;
22  Int_t hitprof;
23  Int_t nfitpoints,ntrackpoints,maxpoints;
24  Float_t r_last,p,pt;
25 };
26 #endif
Structure for TOFp Match TTree.