Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4ExcitedStringDecay.hh,v 1.7 2007/05/03 22:06:17 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4ExcitedStringDecay.hh,v 1.10 2009/10/05 12:52:48 vuzhinsk Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
#ifndef G4ExcitedStringDecay_h
#define G4ExcitedStringDecay_h 1
@@ -80,10 +80,12 @@ FragmentStrings(const G4ExcitedStringVector * theStrings)
G4LorentzVector KTsum;
G4LorentzVector KTsecondaries;
G4bool NeedEnergyCorrector=false;
//G4cout<<"Number of strings "<<theStrings->size()<<G4endl; // Vova
for ( unsigned int astring=0; astring < theStrings->size(); astring++)
{
//G4cout<<"String# "<<astring<<" 4mom "<<theStrings->operator[](astring)->Get4Momentum()<<G4endl; // Vova
KTsum+= theStrings->operator[](astring)->Get4Momentum();
//G4cout<<"KTsum "<<KTsum<<G4endl;
if( !(KTsum.e()<1) && !(KTsum.e()>-1) )
{
throw G4HadronicException(__FILE__, __LINE__,
@@ -104,7 +106,8 @@ FragmentStrings(const G4ExcitedStringVector * theStrings)
G4cerr << "G4VPartonStringModel:No KineticTracks produced" << G4endl;
continue;
}
//G4cout<<" prod had "<<generatedKineticTracks->size()<<G4endl; // Vova
G4LorentzVector KTsum1;
for ( unsigned int aTrack=0; aTrack<generatedKineticTracks->size();aTrack++)
{
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4HadronBuilder.hh,v 1.3 2006/06/29 20:54:46 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4HadronBuilder.hh,v 1.5 2009/05/18 09:43:40 gunter Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
// -----------------------------------------------------------------------------
// GEANT 4 class header file
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4VLongitudinalStringDecay.hh,v 1.6 2008/06/23 08:35:54 vuzhinsk Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4VLongitudinalStringDecay.hh,v 1.7 2009/05/22 16:35:47 gunter Exp $
// GEANT4 tag $Name: geant4-09-03 $
// Maxim Komogorov
//
// -----------------------------------------------------------------------------
@@ -115,7 +115,7 @@ protected:
public:
// used by G4VKinkyStringDecy..
G4int SampleQuarkFlavor(void);
G4ThreeVector SampleQuarkPt();
G4ThreeVector SampleQuarkPt(G4double ptMax=-1.); // -1. no limit on maxpt.
protected: