// iklm #ifndef CbmL1TrackShort_H #define CbmL1TrackShort_H #include struct CbmL1TrackShort { // from CbmL1Track std::vector StsHits; // hits in track, contain index of this hits in vHitStore double TLast[6], CLast[15]; int nStations; bool is_long; //double Ttmp[6], Ctmp[15]; // temporary variables // from CbmL1TrackPar double T[6], C[15], chi2 ; int NDF ; double mass; // mass hypothesis bool is_electron; }; #endif