/scratch0/jsnuveri/BDSIM/BDSIMgit/bdsim/include/BDSOutputFactory.hh

00001 #ifndef BDSBunchFactory_h
00002 #define BDSBunchFactory_h
00003 
00004 #include "BDSOutputFormat.hh"
00005 
00006 class BDSOutputBase;
00007 
00014 class BDSOutputFactory {
00015 
00016 public:
00018   static BDSOutputBase* createOutput(BDSOutputFormat format);
00019 };
00020 
00021 #endif

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7