00001 #ifndef __LSTHit_LOADED
00002 #define __LSTHit_LOADED
00003 typedef struct {
00004 Int_t lsthit;
00005 Int_t ID;
00006 Int_t IPln;
00007 Int_t IExtr;
00008 Int_t ICell;
00009 Int_t ITrack;
00010 Float_t TOFG;
00011 Float_t XBegin;
00012 Float_t YBegin;
00013 Float_t ZBegin;
00014 Float_t XEnd;
00015 Float_t YEnd;
00016 Float_t ZEnd;
00017 Float_t ELoss;
00018 Float_t Ptot;
00019 Int_t IPDG;
00020 Int_t CellPos;
00021 Int_t PlanePos;
00022 Int_t _9999;
00023 } LSTHIT_DEF;
00024 #ifdef __ADAMO_SHELL__
00025 extern LSTHIT_DEF lsthit_;
00026 #endif // __ADAMO_SHELL__
00027 #endif // __LSTHit_LOADED