StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StTrsRawDataEvent.hh
1 /***************************************************************************
2  *
3  * $Id: StTrsRawDataEvent.hh,v 1.6 2008/06/20 15:01:04 fisyak Exp $
4  *
5  * Author: bl prelim
6  ***************************************************************************
7  *
8  * Description: Contains a complete event of raw data
9  *
10  ***************************************************************************
11  *
12  * $Log: StTrsRawDataEvent.hh,v $
13  * Revision 1.6 2008/06/20 15:01:04 fisyak
14  * move from StTrsData to StTpcRawData
15  *
16  * Revision 1.5 2005/09/09 22:12:48 perev
17  * Bug fix + IdTruth added
18  *
19  * Revision 1.4 1999/10/11 23:55:13 calderon
20  * Version with Database Access and persistent file.
21  * Not fully tested due to problems with cons, it
22  * doesn't find the local files at compile time.
23  * Yuri suggests forcing commit to work directly with
24  * files in repository.
25  *
26  * Revision 1.3 1999/04/29 00:16:24 lasiuk
27  * add the member function clear() to take care of
28  * allocated memory within the event loop.
29  *
30  * Revision 1.2 1999/02/10 04:27:36 lasiuk
31  * TObject
32  *
33  * Revision 1.1 1999/02/04 18:36:32 lasiuk
34  * Initial Revision
35  *
36  **************************************************************************/
37 #ifndef ST_TRS_RAW_DATA_EVENT_HH
38 #define ST_TRS_RAW_DATA_EVENT_HH
39 #include "StTpcRawData.h"
41 #endif