00001 /*************************************************************************** 00002 * 00003 * $Id: StBlankStEventMaker.h,v 1.1 2004/06/06 18:28:13 balewski Exp $ 00004 * Author: Frank Laue, BNL, laue@bnl.gov 00005 ***************************************************************************/ 00006 #ifndef StBlankStEventMaker_hh 00007 #define StBlankStEventMaker_hh 00008 00009 #include "StMaker.h" 00010 #include "StChain.h" 00011 00012 class StMuDstMaker; 00013 class StEvent; 00014 00020 class StBlankStEventMaker : public StMaker { 00021 public: 00023 StBlankStEventMaker(const char* self="blank"); 00024 ~StBlankStEventMaker(); 00025 00026 void Clear(const char*); 00027 int Make(); 00028 StEvent* event() { return mStEvent; } 00029 virtual const char *GetCVS() const { 00030 static const char cvs[]="Tag $Name: $ $Id: StBlankStEventMaker.h,v 1.1 2004/06/06 18:28:13 balewski Exp $ built "__DATE__" "__TIME__ ; 00031 return cvs; 00032 } 00033 00034 00035 private: 00036 StEvent* mStEvent; 00037 00038 ClassDef(StBlankStEventMaker, 1) 00039 }; 00040 00041 00042 #endif 00043 00044 /*************************************************************************** 00045 * 00046 * $Log: StBlankStEventMaker.h,v $ 00047 * Revision 1.1 2004/06/06 18:28:13 balewski 00048 * trick to convert .fzd --> muDst 00049 * 00050 * Revision 1.5 2003/09/17 02:54:37 jeromel 00051 * Name clash. Added warning in case this happens in future 00052 * 00053 * Revision 1.4 2003/09/12 21:32:17 jeromel 00054 * No changes (misspelled) 00055 * 00056 * Revision 1.3 2003/09/07 03:49:03 perev 00057 * gcc 3.2 + WarnOff 00058 * 00059 * Revision 1.2 2003/08/04 14:38:10 laue 00060 * Alex Suaide's updated for the EMC. Now EEMC is included. 00061 * 00062 * Revision 1.1 2003/01/09 18:59:45 laue 00063 * initial check in of new EMC classes and the changes required 00064 * 00065 * Revision 1.15 2002/11/08 14:18:59 laue 00066 * 00067 **************************************************************************/
1.5.9