Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: G4EventGenerator.hh,v 1.4 2001/08/01 17:08:57 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4EventGenerator_h
#define G4EventGenerator_h 1
@@ -22,7 +22,7 @@
//
//
// $Id: G4InteractionCode.hh,v 1.4 2001/08/01 17:08:58 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4InteractionCode_h
#define G4InteractionCode_h 1
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4InteractionContent.hh,v 1.5 2001/08/01 17:08:58 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4InteractionContent.hh,v 1.6 2002/06/09 16:22:37 jwellisc Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4InteractionContent_h
@@ -38,7 +38,7 @@
#include "globals.hh"
#include"G4VSplitableHadron.hh"
#include "G4VSplitableHadron.hh"
class G4InteractionContent
{
@@ -24,7 +24,7 @@
#define G4PomeronCrossSection_h 1
//
// $Id: G4PomeronCrossSection.hh,v 1.6 2001/11/13 14:56:53 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#include "G4Proton.hh"
#include "G4Neutron.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: G4StringModel.hh,v 1.5 2001/08/01 17:08:58 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4StringModel_h
#define G4StringModel_h 1
@@ -22,7 +22,7 @@
//
//
// $Id: G4VParticipants.hh,v 1.4 2001/08/01 17:08:59 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4VParticipants_h
@@ -22,7 +22,7 @@
//
//
// $Id: G4VPartonStringModel.hh,v 1.5 2001/08/01 17:08:59 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4VPartonStringModel_h
#define G4VPartonStringModel_h 1
@@ -22,7 +22,7 @@
//
//
// $Id: G4VSplitableHadron.hh,v 1.8 2001/11/29 14:22:49 stesting Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4VSplitableHadron_h
@@ -22,7 +22,7 @@
//
//
// $Id: G4VStringFragmentation.hh,v 1.6 2001/10/02 14:09:30 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4VStringFragmentation_h
#define G4VStringFragmentation_h 1
@@ -22,7 +22,7 @@
//
//
// $Id: G4VertexCode.hh,v 1.4 2001/08/01 17:09:00 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4VertexCode_h
#define G4VertexCode_h 1
@@ -21,7 +21,7 @@
// ********************************************************************
//
//
// $Id: G4DiffractiveExcitation.cc,v 1.10 2001/08/01 17:09:02 hpw Exp $
// $Id: G4DiffractiveExcitation.cc,v 1.11 2002/06/13 10:43:02 jwellisc Exp $
// ------------------------------------------------------------
// GEANT 4 class implemetation file
//
@@ -132,7 +132,7 @@ G4bool G4DiffractiveExcitation::
// G4cout << " X-plus " << Xplus << G4endl;
// G4cout << " X-minus " << Xminus << G4endl;
G4double pt2=G4ThreeVector(Qmomentum).mag2();
G4double pt2=G4ThreeVector(Qmomentum.vect()).mag2();
G4double Qplus =-1 * pt2 / Xminus/Ptarget.minus();
G4double Qminus= pt2 / Xplus /Pprojectile.plus();
@@ -22,7 +22,7 @@
//
//
// $Id: G4EventGenerator.cc,v 1.4 2001/08/01 17:09:02 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
// G4EventGenerator
#include "G4EventGenerator.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: G4InteractionContent.cc,v 1.5 2001/08/01 17:09:02 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
// ------------------------------------------------------------
// GEANT 4 class implementation file
@@ -22,7 +22,7 @@
//
//
// $Id: G4PomeronCrossSection.cc,v 1.7 2001/11/13 14:58:16 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
#include "G4PomeronCrossSection.hh"
@@ -21,7 +21,7 @@
// ********************************************************************
//
//
// $Id: G4SingleDiffractiveExcitation.cc,v 1.8 2001/10/05 16:17:15 hpw Exp $
// $Id: G4SingleDiffractiveExcitation.cc,v 1.9 2002/06/13 18:03:04 jwellisc Exp $
// ------------------------------------------------------------
// GEANT 4 class implemetation file
//
@@ -129,7 +129,7 @@ G4bool G4SingleDiffractiveExcitation::
G4double Xplus =ChooseX(Xmin,Xmax);
G4double Xminus=ChooseX(Xmin,Xmax);
G4double pt2=G4ThreeVector(Qmomentum).mag2();
G4double pt2=G4ThreeVector(Qmomentum.vect()).mag2();
G4double Qplus =-1 * pt2 / Xminus/Ptarget.minus();
G4double Qminus= pt2 / Xplus /Pprojectile.plus();
@@ -22,7 +22,7 @@
//
//
// $Id: G4StringModel.cc,v 1.4 2001/08/01 17:09:04 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
// G4StringModel
#include "G4StringModel.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: G4VParticipants.cc,v 1.4 2001/08/01 17:09:04 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
// ------------------------------------------------------------
// GEANT 4 class implementation file
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VPartonStringModel.cc,v 1.10 2001/10/04 20:00:31 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4VPartonStringModel.cc,v 1.11 2002/06/13 09:02:21 jwellisc Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
//// ------------------------------------------------------------
// GEANT 4 class implementation file
@@ -22,7 +22,7 @@
//
//
// $Id: G4VSplitableHadron.cc,v 1.6 2001/10/05 16:17:16 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
// ------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4VStringFragmentation.cc,v 1.4 2001/08/01 17:09:05 hpw Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
// G4VStringFragmentation
#include "G4VStringFragmentation.hh"