source: snovis/trunk/source/G4Lab/BestUnit.h @ 289

Last change on this file since 289 was 289, checked in by barrand, 17 years ago
  • Property svn:eol-style set to native
File size: 285 bytes
Line 
1#ifndef G4Lab_BestUnit_h
2#define G4Lab_BestUnit_h
3
4#include <string>
5#include <vector>
6
7namespace Slash {namespace Core {class IWriter;}}
8
9namespace G4Lab {
10
11class BestUnit {
12public:
13  static bool toDoubles(Slash::Core::IWriter&,const std::string&,std::vector<double>&);
14};
15
16}
17
18#endif
Note: See TracBrowser for help on using the repository browser.