00001 #ifndef __EMCFEMTUPLEFACTORY_H__ 00002 #define __EMCFEMTUPLEFACTORY_H__ 00003 00004 class emcFEMtuple; 00005 00012 class emcFEMtupleFactory 00013 { 00014 public: 00016 static emcFEMtuple* Create(const char* category); 00017 }; 00018 00019 #endif