StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TofTag.idl
1 /**************************************************************************
2 *
3 * $Id: TofTag.idl,v 1.1 2001/10/10 15:18:21 geurts Exp $
4 *
5 ***************************************************************************
6 *
7 * Description: The tof tag table.
8 *
9 ***************************************************************************
10 *
11 * $Log: TofTag.idl,v $
12 * Revision 1.1 2001/10/10 15:18:21 geurts
13 * TofTag introduced
14 *
15 *
16 **************************************************************************/
17 
18 struct TofTag {
19  long tofEventType; // differentiates Strobe Events from Physics Events
20 };