mEmcGeaGetHits.C

Go to the documentation of this file.
00001 #include "mEmcGeaGetHits.h"
00002 #include "EmcGetGEA.h"
00003 
00004 //_____________________________________________________________________________
00005 mEmcGeaGetHits::mEmcGeaGetHits()
00006 {
00007   name = "mEmcGeaGetHits";
00008 }
00009 
00010 //_____________________________________________________________________________
00011 mEmcGeaGetHits::~mEmcGeaGetHits()
00012 {
00013 }
00014 
00015 //_____________________________________________________________________________
00016 PHBoolean
00017 mEmcGeaGetHits::event(PHCompositeNode* top)
00018 {
00019   ::EmcGetGEA(top);
00020   return True;
00021 }