Import Geant4 1.0.0 source tree
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// the RD44 GEANT4 collaboration.
|
||||
// the GEANT4 collaboration.
|
||||
//
|
||||
// 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: G4PiMinusStopPb.cc,v 1.1 1999/01/07 16:13:47 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
// $Id: G4PiMinusStopPb.cc,v 1.1.8.1.2.1 1999/12/07 20:52:41 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-00 $
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
// GEANT 4 class file --- Copyright CERN 1998
|
||||
@@ -28,9 +28,9 @@
|
||||
|
||||
#include "G4PiMinusStopPb.hh"
|
||||
|
||||
#include <rw/tpordvec.h>
|
||||
#include <rw/tvordvec.h>
|
||||
#include <rw/cstring.h>
|
||||
#include "g4rw/tpordvec.h"
|
||||
#include "g4rw/tvordvec.h"
|
||||
#include "g4rw/cstring.h"
|
||||
|
||||
#include "globals.hh"
|
||||
#include "Randomize.hh"
|
||||
@@ -93,11 +93,11 @@ G4PiMinusStopPb::G4PiMinusStopPb()
|
||||
// R ratio
|
||||
_R = 1. / (1. + npRatio);
|
||||
|
||||
_definitions = new RWTPtrOrderedVector<G4ParticleDefinition>();
|
||||
_momenta = new RWTPtrOrderedVector<G4LorentzVector>();
|
||||
_definitions = new G4RWTPtrOrderedVector<G4ParticleDefinition>();
|
||||
_momenta = new G4RWTPtrOrderedVector<G4LorentzVector>();
|
||||
|
||||
RWTValOrderedVector<double> eKinVector;
|
||||
RWTValOrderedVector<double> eKinDataVector;
|
||||
G4RWTValOrderedVector<double> eKinVector;
|
||||
G4RWTValOrderedVector<double> eKinDataVector;
|
||||
int i;
|
||||
for (i=0; i<eKinEntries; i++)
|
||||
{
|
||||
@@ -107,8 +107,8 @@ G4PiMinusStopPb::G4PiMinusStopPb()
|
||||
eKinVector.insert(eKin[eKinEntries]);
|
||||
_distributionE = new G4DistributionGenerator(eKinVector,eKinDataVector);
|
||||
|
||||
RWTValOrderedVector<double> angleVector;
|
||||
RWTValOrderedVector<double> angleDataVector;
|
||||
G4RWTValOrderedVector<double> angleVector;
|
||||
G4RWTValOrderedVector<double> angleDataVector;
|
||||
for (i=0; i<angleEntries; i++)
|
||||
{
|
||||
angleVector.insert(angle[i]);
|
||||
|
||||
Reference in New Issue
Block a user