00001 /*************************************************************************** 00002 * 00003 * $Id: StSequence.hh,v 1.1 1999/02/19 16:27:48 fisyak Exp $ 00004 * 00005 * Author: bl/Christof Struck, Jan 20, 1999 00006 * based on design outlined in: 00007 * DAQ interface to Offline 12/30/98 (M. Levine, M. Shultz, B. Lasiuk) 00008 *************************************************************************** 00009 * 00010 * Description: 00011 * 00012 *************************************************************************** 00013 * 00014 * $Log: StSequence.hh,v $ 00015 * Revision 1.1 1999/02/19 16:27:48 fisyak 00016 * Add from StarClassLibary 00017 * 00018 * Revision 1.1 1999/02/01 22:33:37 lasiuk 00019 * Initial Revision 00020 * 00021 **************************************************************************/ 00022 #ifndef ST_SEQUENCE_HH 00023 #define ST_SEQUENCE_HH 00024 00025 struct StSequence { 00026 unsigned short startTimeBin; // the time of the sequence start 00027 unsigned short length; // in units of time bins 00028 unsigned char* firstAdc; // ptr to the first hit in the sequence 00029 }; 00030 00031 #endif
1.5.9