Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -19,12 +19,9 @@
// * based on the Program) you indicate your acceptance of this *
// * statement, and all its terms. *
// ********************************************************************
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: FCALHadModuleSD.cc,v 1.3 2002/12/12 19:16:33 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
// $Id: FCALHadModuleSD.cc,v 1.5 2003/12/09 15:30:28 gunter Exp $
// GEANT4 tag $Name: geant4-06-00 $
//
//
@@ -64,7 +61,7 @@ FCALHadModuleSD::~FCALHadModuleSD()
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
void FCALHadModuleSD::Initialize(G4HCofThisEvent*HCE)
void FCALHadModuleSD::Initialize(G4HCofThisEvent*)
{
if(InitF2 == 0) {
HadModule->InitializeGeometry();
@@ -75,7 +72,7 @@ void FCALHadModuleSD::Initialize(G4HCofThisEvent*HCE)
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
G4bool FCALHadModuleSD::ProcessHits(G4Step* aStep,G4TouchableHistory* ROhist)
G4bool FCALHadModuleSD::ProcessHits(G4Step* aStep,G4TouchableHistory*)
{
G4double edep = aStep->GetTotalEnergyDeposit();
@@ -97,13 +94,14 @@ G4bool FCALHadModuleSD::ProcessHits(G4Step* aStep,G4TouchableHistory* ROhist)
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
void FCALHadModuleSD::EndOfEvent(G4HCofThisEvent* HCE)
void FCALHadModuleSD::EndOfEvent(G4HCofThisEvent*)
{
G4int NF2Tile = 0;
G4int AddTileP[300];
G4double EvisTileP[300];
G4int i=0;
for (G4int i=0; i<2330; i++){
for (i=0; i<2330; i++){
if(EvisF2Tile[i] > 0.) {
NF2Tile++;
AddTileP[NF2Tile] = i;