G4VTRModel Class Reference

#include <G4VTRModel.hh>


Public Member Functions

 G4VTRModel (const G4String &modelName)
virtual ~G4VTRModel ()
const G4StringGetName () const
virtual void GenerateSecondaries (G4VParticleChange &pChange, std::vector< const G4Material * > &materials, std::vector< G4double > &steps, std::vector< G4ThreeVector > &normals, G4ThreeVector &startingPosition, const G4Track &track)
virtual void PrintInfo ()
G4VTRModeloperator= (const G4VTRModel &right)
 G4VTRModel (const G4VTRModel &)

Protected Attributes

G4String fName


Detailed Description

Definition at line 50 of file G4VTRModel.hh.


Constructor & Destructor Documentation

G4VTRModel::G4VTRModel ( const G4String modelName  )  [inline]

Definition at line 56 of file G4VTRModel.hh.

References fName.

00056 {fName = modelName;};

virtual G4VTRModel::~G4VTRModel (  )  [inline, virtual]

Definition at line 60 of file G4VTRModel.hh.

00060 {};

G4VTRModel::G4VTRModel ( const G4VTRModel  ) 


Member Function Documentation

virtual void G4VTRModel::GenerateSecondaries ( G4VParticleChange pChange,
std::vector< const G4Material * > &  materials,
std::vector< G4double > &  steps,
std::vector< G4ThreeVector > &  normals,
G4ThreeVector startingPosition,
const G4Track track 
) [virtual]

const G4String& G4VTRModel::GetName (  )  const [inline]

Definition at line 62 of file G4VTRModel.hh.

References fName.

00062 {return fName;};

G4VTRModel& G4VTRModel::operator= ( const G4VTRModel right  ) 

virtual void G4VTRModel::PrintInfo (  )  [inline, virtual]

Definition at line 71 of file G4VTRModel.hh.

Referenced by G4VTransitionRadiation::PrintInfoDefinition().

00071 { return; };


Field Documentation

G4String G4VTRModel::fName [protected]

Definition at line 83 of file G4VTRModel.hh.

Referenced by G4VTRModel(), and GetName().


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:53:57 2013 for Geant4 by  doxygen 1.4.7