Import Geant4 5.2.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4SmoothTrajectory.hh,v 1.4 2002/11/05 16:15:50 jacek Exp $
|
||||
// GEANT4 tag $Name: geant4-05-01 $
|
||||
// $Id: G4SmoothTrajectory.hh,v 1.5 2003/06/16 17:13:07 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02 $
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------
|
||||
@@ -50,7 +50,7 @@ class G4SmoothTrajectory;
|
||||
#include "G4Allocator.hh"
|
||||
#include <stdlib.h> // Include from 'system'
|
||||
#include "G4ios.hh" // Include from 'system'
|
||||
#include "g4std/vector" // G4RWTValOrderedVector
|
||||
#include <vector> // G4RWTValOrderedVector
|
||||
#include "globals.hh" // Include from 'global'
|
||||
#include "G4ParticleDefinition.hh" // Include from 'particle+matter'
|
||||
#include "G4SmoothTrajectoryPoint.hh" // Include from 'tracking'
|
||||
@@ -59,7 +59,7 @@ class G4SmoothTrajectory;
|
||||
|
||||
class G4Polyline; // Forward declaration.
|
||||
|
||||
typedef G4std::vector<G4VTrajectoryPoint*> TrajectoryPointContainer;
|
||||
typedef std::vector<G4VTrajectoryPoint*> TrajectoryPointContainer;
|
||||
class G4SmoothTrajectory : public G4VTrajectory
|
||||
{
|
||||
|
||||
@@ -96,7 +96,7 @@ public: // with description
|
||||
{ return initialMomentum; }
|
||||
|
||||
// Other member functions
|
||||
virtual void ShowTrajectory(G4std::ostream& os=G4cout) const;
|
||||
virtual void ShowTrajectory(std::ostream& os=G4cout) const;
|
||||
virtual void DrawTrajectory(G4int i_mode=0) const;
|
||||
virtual void AppendStep(const G4Step* aStep);
|
||||
virtual int GetPointEntries() const { return positionRecord->size(); }
|
||||
@@ -107,8 +107,8 @@ public: // with description
|
||||
G4ParticleDefinition* GetParticleDefinition();
|
||||
|
||||
// Get method for HEPRep style attributes
|
||||
virtual const G4std::map<G4String,G4AttDef>* GetAttDefs() const;
|
||||
virtual G4std::vector<G4AttValue>* CreateAttValues() const;
|
||||
virtual const std::map<G4String,G4AttDef>* GetAttDefs() const;
|
||||
virtual std::vector<G4AttValue>* CreateAttValues() const;
|
||||
|
||||
//---------
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user