Import Geant4 1.0.0 source tree
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
// 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: G4gstpar.cc,v 1.2 1999/05/12 08:10:15 lockman Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
// $Id: G4gstpar.cc,v 1.4 1999/12/05 17:50:14 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-01-00 $
|
||||
//
|
||||
#include "G3toG4.hh"
|
||||
#include "G3VolTable.hh"
|
||||
|
||||
void PG4gstpar(RWCString tokens[])
|
||||
void PG4gstpar(G4String tokens[])
|
||||
{
|
||||
// fill the parameter containers
|
||||
G3fillParams(tokens,PTgstpar);
|
||||
@@ -29,11 +29,4 @@ void G4gstpar(G4int itmed, G4String chpar, G4double parval)
|
||||
// set special tracking medium parameter. Apply to all logical
|
||||
// volumes making use of the specified tracking medium.
|
||||
G4cerr << "G4gstpar: not implemented." << endl;
|
||||
/*
|
||||
G3Vol.MatchTmed(itmed);
|
||||
G4LogicalVolume *lvol;
|
||||
while (lvol = G3Vol.NextTmed()) {
|
||||
// $$$ apply tracking parameter
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user