Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user