00001 00002 00008 /* ------------------------------------------------------------------------- 00009 * $Log: StTofpMatchData.h,v $ 00010 * Revision 1.1 2003/08/07 23:55:47 geurts 00011 * first release 00012 * 00013 * 00014 * ------------------------------------------------------------------------- 00015 */ 00016 #ifndef STTOFPMATCHDATA_H 00017 #define STTOFPMATCHDATA_H 00018 struct StTofpMatchData { 00019 Int_t daqid; 00020 Int_t nneighbors; 00021 Float_t zlocal, philocal; 00022 Int_t hitprof; 00023 Int_t nfitpoints,ntrackpoints,maxpoints; 00024 Float_t r_last,p,pt; 00025 }; 00026 #endif
1.5.9