Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ template <class T> class G4DCIOentryT
: public G4VDCIOentry
{
public: // With description
G4DCIOentryT<T>(G4std::string n)
G4DCIOentryT<T>(std::string n)
: G4VDCIOentry(n), f_manager(0)
{
if ( m_verbose > 2 ) {
@@ -55,7 +55,7 @@ template <class T> class G4DCIOentryT
// Destructor
public: // With description
void CreateDCIOmanager(G4std::string detName, G4std::string colName)
void CreateDCIOmanager(std::string detName, std::string colName)
{
if ( f_manager == 0 ) {
f_manager = new T( detName, colName );