Import Geant4 10.5.1 source tree

This commit is contained in:
Gabriele Cosmo
2019-04-17 10:39:02 +02:00
parent a7fdc52004
commit 28a70706e0
661 changed files with 55791 additions and 106984 deletions
@@ -48,7 +48,7 @@ public:
virtual ~ExN04CalorimeterHit();
const ExN04CalorimeterHit& operator=(const ExN04CalorimeterHit& right);
G4int operator==(const ExN04CalorimeterHit& right) const;
G4bool operator==(const ExN04CalorimeterHit& right) const;
inline void* operator new(size_t);
inline void operator delete(void* aHit);
@@ -42,7 +42,7 @@ public:
~ExN04MuonHit();
ExN04MuonHit(const ExN04MuonHit& right);
const ExN04MuonHit& operator=(const ExN04MuonHit &right);
G4int operator==(const ExN04MuonHit &right) const;
G4bool operator==(const ExN04MuonHit &right) const;
inline void *operator new(size_t);
inline void operator delete(void *aHit);
@@ -43,7 +43,7 @@ public:
~ExN04TrackerHit();
ExN04TrackerHit(const ExN04TrackerHit &right);
const ExN04TrackerHit& operator=(const ExN04TrackerHit &right);
G4int operator==(const ExN04TrackerHit &right) const;
G4bool operator==(const ExN04TrackerHit &right) const;
inline void *operator new(size_t);
inline void operator delete(void *aHit);
@@ -81,7 +81,7 @@ const ExN04CalorimeterHit& ExN04CalorimeterHit::operator=
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
G4int ExN04CalorimeterHit::operator==(const ExN04CalorimeterHit &right) const
G4bool ExN04CalorimeterHit::operator==(const ExN04CalorimeterHit &right) const
{
return ( (fZCellID == right.fZCellID) &&
(fPhiCellID == right.fPhiCellID) );
@@ -65,9 +65,9 @@ const ExN04MuonHit& ExN04MuonHit::operator=(const ExN04MuonHit &right)
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
G4int ExN04MuonHit::operator==(const ExN04MuonHit &right) const
G4bool ExN04MuonHit::operator==(const ExN04MuonHit &right) const
{
return (this==&right) ? 1 : 0;
return (this==&right) ? true : false;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -65,9 +65,9 @@ const ExN04TrackerHit& ExN04TrackerHit::operator=(const ExN04TrackerHit &right)
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
G4int ExN04TrackerHit::operator==(const ExN04TrackerHit &right) const
G4bool ExN04TrackerHit::operator==(const ExN04TrackerHit &right) const
{
return (this==&right) ? 1 : 0;
return (this==&right) ? true : false;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -44,7 +44,7 @@ public:
H02MuonHit(const H02MuonHit& right);
const H02MuonHit& operator=(const H02MuonHit& right);
G4int operator==(const H02MuonHit& right) const;
G4bool operator==(const H02MuonHit& right) const;
void* operator new(size_t);
void operator delete(void* aHit);
@@ -78,9 +78,9 @@ const H02MuonHit& H02MuonHit::operator=(const H02MuonHit& right)
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
G4int H02MuonHit::operator==(const H02MuonHit& right) const
G4bool H02MuonHit::operator==(const H02MuonHit& right) const
{
return (this==&right) ? 1 : 0;
return (this==&right) ? true : false;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+3
View File
@@ -14,6 +14,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
31st January, 2019, I. Hrivnacova (exEventgenerator-V10-04-00)
- Merged GitHub PR #4: all Boolean operators now return G4bool.
4th November, 2015 I. Hrivnacova (exEventgenerator-V10-01-00)
- Renaming basicPrimary example to userPrimaryGenerator
@@ -1,10 +1,6 @@
############################################
!!! WARNING - FPE detection is activated !!!
############################################
**************************************************************
Geant4 version Name: geant4-10-05-ref-00 (7-December-2018)
Geant4 version Name: geant4-10-05-patch-01 (17-April-2019)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -1,10 +1,6 @@
############################################
!!! WARNING - FPE detection is activated !!!
############################################
**************************************************************
Geant4 version Name: geant4-10-05-ref-00 (7-December-2018)
Geant4 version Name: geant4-10-05-patch-01 (17-April-2019)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -60,7 +56,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng
Run terminated.
Run Summary
Number of events processed : 1
User=0.010000s Real=0.001087s Sys=0.000000s
User=0.000000s Real=0.000947s Sys=0.000000s
#
/tracking/verbose 0
/run/beamOn 5
@@ -1,10 +1,6 @@
############################################
!!! WARNING - FPE detection is activated !!!
############################################
**************************************************************
Geant4 version Name: geant4-10-05-ref-00 (7-December-2018)
Geant4 version Name: geant4-10-05-patch-01 (17-April-2019)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -40,7 +36,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.210000s Real=0.212536s Sys=0.000000s
User=0.230000s Real=0.237869s Sys=0.000000s
... write Root file : run2.root - done
... close Root file : run2.root - done
G4 kernel has come to Quit state.
@@ -1,10 +1,6 @@
############################################
!!! WARNING - FPE detection is activated !!!
############################################
**************************************************************
Geant4 version Name: geant4-10-05-ref-00 (7-December-2018)
Geant4 version Name: geant4-10-05-patch-01 (17-April-2019)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -41,7 +37,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.230000s Real=0.237040s Sys=0.000000s
User=0.220000s Real=0.225061s Sys=0.000000s
... write Root file : run3.root - done
... close Root file : run3.root - done
G4 kernel has come to Quit state.
@@ -1,10 +1,6 @@
############################################
!!! WARNING - FPE detection is activated !!!
############################################
**************************************************************
Geant4 version Name: geant4-10-05-ref-00 (7-December-2018)
Geant4 version Name: geant4-10-05-patch-01 (17-April-2019)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -56,7 +52,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 1000000
User=3.060000s Real=3.067100s Sys=0.000000s
User=2.820000s Real=2.837449s Sys=0.010000s
... write Root file : run4.root - done
... close Root file : run4.root - done
G4 kernel has come to Quit state.
@@ -1,10 +1,6 @@
############################################
!!! WARNING - FPE detection is activated !!!
############################################
**************************************************************
Geant4 version Name: geant4-10-05-ref-00 (7-December-2018)
Geant4 version Name: geant4-10-05-patch-01 (17-April-2019)
Copyright : Geant4 Collaboration
References : NIM A 506 (2003), 250-303
: IEEE-TNS 53 (2006), 270-278
@@ -44,7 +40,7 @@ Index : 0 used in the geometry : Yes
Run terminated.
Run Summary
Number of events processed : 100000
User=0.460000s Real=0.457248s Sys=0.000000s
User=0.400000s Real=0.409148s Sys=0.000000s
G4 kernel has come to Quit state.
================== Deleting memory pools ===================
Number of memory pools allocated: 9 of which, static: 0