Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -90,6 +90,7 @@ void HadrontherapyAnalysisManager::Clear()
delete theROOTNtuple;
theROOTNtuple = 0;
delete histo16;
histo16 = 0;
@@ -353,10 +354,9 @@ void HadrontherapyAnalysisManager::FillVoxelFragmentTuple(G4int i, G4int j, G4in
}
}
void HadrontherapyAnalysisManager::FillLetFragmentTuple(G4int i, G4int j, G4int k, G4int A, G4double Z, G4double letT, G4double letD)
void HadrontherapyAnalysisManager::FillLetFragmentTuple(G4int i, G4int j, G4int k, G4int A, G4double Z, G4double letD)
{
letFragNtuple -> Fill( i, j, k, A, Z, letT, letD);
letFragNtuple -> Fill( i, j, k, A, Z, letD/MeV);
}
/////////////////////////////////////////////////////////////////////////////
void HadrontherapyAnalysisManager::FillFragmentTuple(G4int A, G4double Z, G4double energy, G4double posX, G4double posY, G4double posZ)