Import Geant4 9.3.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VUserTrackInformation.cc,v 1.2 2006/06/29 21:15:21 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4VUserTrackInformation.cc,v 1.3 2009/10/19 09:37:00 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-03 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -33,6 +33,12 @@
|
||||
#include "G4VUserTrackInformation.hh"
|
||||
|
||||
G4VUserTrackInformation::G4VUserTrackInformation()
|
||||
: fType("NONE")
|
||||
{;}
|
||||
|
||||
G4VUserTrackInformation::G4VUserTrackInformation(const G4String& infoType)
|
||||
: fType(infoType)
|
||||
{;}
|
||||
|
||||
G4VUserTrackInformation::~G4VUserTrackInformation()
|
||||
{;}
|
||||
|
||||
Reference in New Issue
Block a user