21 lines
574 B
C++
21 lines
574 B
C++
// This code implementation is the intellectual property of
|
|
// 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: G3toG4BuildTree.hh,v 1.4 1999/12/09 01:27:47 lockman Exp $
|
|
// GEANT4 tag $Name: geant4-01-01 $
|
|
//
|
|
// modified by I.Hrivnacova, 13.10.99
|
|
|
|
#ifndef G3TOG4BUILDTREE_HH
|
|
#define G3TOG4BUILDTREE_HH 1
|
|
|
|
#include "G3VolTableEntry.hh"
|
|
|
|
void G3toG4BuildTree(G3VolTableEntry* curVTE, G3VolTableEntry* motherVTE);
|
|
|
|
#endif
|