mEmcGetDCMModule.C

Go to the documentation of this file.
00001 #include "mEmcGetDCMModule.h"
00002 #include "PHCompositeNode.h"
00003 
00004 extern long EmcGetDCM(PHCompositeNode*);
00005 
00006 //_____________________________________________________________________________
00007 mEmcGetDCMModule::mEmcGetDCMModule()
00008 {
00009   name = "mEmcGetDCMModule";
00010 }
00011 
00012 PHBoolean
00013 mEmcGetDCMModule::event(PHCompositeNode* topNode)
00014 {
00015   ::EmcGetDCM(topNode);
00016   return true;
00017 }