emcTracedFEMMerger.h

Go to the documentation of this file.
00001 #ifndef __EMCTRACEDFEMMERGER_H__
00002 #define __EMCTRACEDFEMMERGER_H__
00003 
00004 class emcTracedFEM;
00005 
00010 class emcTracedFEMMerger
00011 {
00012  public:
00013   static emcTracedFEM* merge(const emcTracedFEM& t1, 
00014                              const emcTracedFEM& t2);
00015 };
00016 
00017 #endif