Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:11:34

0001 // ----------------------------------------------------------------------
0002 //
0003 // stringtodouble.hh
0004 // Author: Lynn Garren
0005 //
0006 // ----------------------------------------------------------------------
0007 #ifndef STRINGTODOUBLE_HH
0008 #define STRINGTODOUBLE_HH
0009 
0010 #include <string>
0011 
0012 namespace HepPDT {
0013 
0014 /// extract a double from a string
0015 double stringtodouble( std::string & numb );
0016 
0017 }  // namespace HepPDT
0018 
0019 #endif // STRINGTODOUBLE_HH