#ifndef G4Lab_BestUnit_h #define G4Lab_BestUnit_h #include #include namespace Slash {namespace Core {class IWriter;}} namespace G4Lab { class BestUnit { public: static bool toDoubles(Slash::Core::IWriter&,const std::string&,std::vector&); }; } #endif