StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StSequence.hh
1 /***************************************************************************
2  *
3  * $Id: StSequence.hh,v 1.1 1999/02/19 16:27:48 fisyak Exp $
4  *
5  * Author: bl/Christof Struck, Jan 20, 1999
6  * based on design outlined in:
7  * DAQ interface to Offline 12/30/98 (M. Levine, M. Shultz, B. Lasiuk)
8  ***************************************************************************
9  *
10  * Description:
11  *
12  ***************************************************************************
13  *
14  * $Log: StSequence.hh,v $
15  * Revision 1.1 1999/02/19 16:27:48 fisyak
16  * Add from StarClassLibary
17  *
18  * Revision 1.1 1999/02/01 22:33:37 lasiuk
19  * Initial Revision
20  *
21  **************************************************************************/
22 #ifndef ST_SEQUENCE_HH
23 #define ST_SEQUENCE_HH
24 
25 struct StSequence {
26  unsigned short startTimeBin; // the time of the sequence start
27  unsigned short length; // in units of time bins
28  unsigned char* firstAdc; // ptr to the first hit in the sequence
29 };
30 
31 #endif