mEmcRealEventModule.h

Go to the documentation of this file.
00001 // (c) PHENIX Collaboration 2001/11/16
00002 // Author:  G. David
00003 
00004 #ifndef __MEMCREALEVENTMODULE_H__
00005 #define __MEMCREALEVENTMODULE_H__
00006 #include "phool.h"
00007 
00008 #include "PHPoint.h"
00009 
00010 class VtxOut;
00011 class PHCompositeNode;
00012 
00013 class mEmcRealEventModule
00014 {
00015  public:
00017   mEmcRealEventModule(){}
00019   virtual ~mEmcRealEventModule() {} ;
00020 
00022   PHBoolean  event(PHCompositeNode * root) ;
00023 
00024   private:
00025   VtxOut* vtxout;
00026   PHPoint vertex;
00027 };
00028 #endif /*__MEMCREALEVENTMODULE_H__*/
00029 
00030 
00031