00001 /*************************************************************************** 00002 * 00003 * $Id: StTrsRawDataEvent.hh,v 1.6 2008/06/20 15:01:04 fisyak Exp $ 00004 * 00005 * Author: bl prelim 00006 *************************************************************************** 00007 * 00008 * Description: Contains a complete event of raw data 00009 * 00010 *************************************************************************** 00011 * 00012 * $Log: StTrsRawDataEvent.hh,v $ 00013 * Revision 1.6 2008/06/20 15:01:04 fisyak 00014 * move from StTrsData to StTpcRawData 00015 * 00016 * Revision 1.5 2005/09/09 22:12:48 perev 00017 * Bug fix + IdTruth added 00018 * 00019 * Revision 1.4 1999/10/11 23:55:13 calderon 00020 * Version with Database Access and persistent file. 00021 * Not fully tested due to problems with cons, it 00022 * doesn't find the local files at compile time. 00023 * Yuri suggests forcing commit to work directly with 00024 * files in repository. 00025 * 00026 * Revision 1.3 1999/04/29 00:16:24 lasiuk 00027 * add the member function clear() to take care of 00028 * allocated memory within the event loop. 00029 * 00030 * Revision 1.2 1999/02/10 04:27:36 lasiuk 00031 * TObject 00032 * 00033 * Revision 1.1 1999/02/04 18:36:32 lasiuk 00034 * Initial Revision 00035 * 00036 **************************************************************************/ 00037 #ifndef ST_TRS_RAW_DATA_EVENT_HH 00038 #define ST_TRS_RAW_DATA_EVENT_HH 00039 #include "StTpcRawData.h" 00040 typedef StTpcRawData StTrsRawDataEvent; 00041 #endif
1.5.9