G4HadTmpUtil.cc File Reference

#include "G4HadTmpUtil.hh"
#include <sstream>

Go to the source code of this file.

Functions

G4String G4inttostring (int ai)


Function Documentation

G4String G4inttostring ( int  ai  ) 

Definition at line 29 of file G4HadTmpUtil.cc.

00030 {
00031   std::ostringstream ost;
00032   ost << ai;
00033   G4String result = ost.str();
00034   return result;
00035 }


Generated on Mon May 27 17:50:46 2013 for Geant4 by  doxygen 1.4.7