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

00001 #ifndef BDSOutputFormat_h
00002 #define BDSOutputFormat_h 
00003 
00004 #include "BDSTypeSafeEnum.hh"
00005 
00006 struct BDSOutputFormatDef {
00007   enum type {
00008     _NONE = -1,
00009     _ASCII = 0,
00010     _ROOT = 1,
00011     _COMBINED = 2
00012   };
00013 };
00014 
00015 typedef BDSTypeSafeEnum<BDSOutputFormatDef,int> BDSOutputFormat;
00016 
00017 #endif

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7