Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+12 -5
View File
@@ -23,12 +23,19 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// File: G4VMCTruthIO.cc
// G4VMCTruthIO implementation
//
// History:
// '01.11.18 Youhei Morita Initial creation
// Author: Youhei Morita, 18.11.2001
// --------------------------------------------------------------------
#include "G4VMCTruthIO.hh"
G4VMCTruthIO::G4VMCTruthIO() : m_verbose(0) {}
G4VMCTruthIO::~G4VMCTruthIO() {}
// --------------------------------------------------------------------
G4VMCTruthIO::G4VMCTruthIO()
{
}
// --------------------------------------------------------------------
G4VMCTruthIO::~G4VMCTruthIO()
{
}