Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4VMolecularDecayDisplacer Class Referenceabstract

#include <G4VMolecularDissociationDisplacer.hh>

Inheritance diagram for G4VMolecularDecayDisplacer:

Public Member Functions

virtual ~G4VMolecularDecayDisplacer ()
 
virtual std::vector
< G4ThreeVector
GetProductsDisplacement (const G4MolecularDissociationChannel *) const =0
 
virtual G4ThreeVector GetMotherMoleculeDisplacement (const G4MolecularDissociationChannel *) const =0
 
void SetVerbose (G4int verbose)
 

Protected Member Functions

 G4VMolecularDecayDisplacer ()
 

Protected Attributes

G4int fVerbose
 

Detailed Description

Definition at line 62 of file G4VMolecularDissociationDisplacer.hh.

Constructor & Destructor Documentation

G4VMolecularDecayDisplacer::~G4VMolecularDecayDisplacer ( )
virtual

Definition at line 40 of file G4VMolecularDissociationDisplacer.cc.

41 {;}
G4VMolecularDecayDisplacer::G4VMolecularDecayDisplacer ( )
protected

Definition at line 36 of file G4VMolecularDissociationDisplacer.cc.

Member Function Documentation

virtual G4ThreeVector G4VMolecularDecayDisplacer::GetMotherMoleculeDisplacement ( const G4MolecularDissociationChannel ) const
pure virtual

Implemented in G4DNAWaterDissociationDisplacer.

Here is the caller graph for this function:

virtual std::vector<G4ThreeVector> G4VMolecularDecayDisplacer::GetProductsDisplacement ( const G4MolecularDissociationChannel ) const
pure virtual

Implemented in G4DNAWaterDissociationDisplacer.

Here is the caller graph for this function:

void G4VMolecularDecayDisplacer::SetVerbose ( G4int  verbose)
inline

Definition at line 72 of file G4VMolecularDissociationDisplacer.hh.

72  {
73  fVerbose = verbose ;
74  }

Member Data Documentation

G4int G4VMolecularDecayDisplacer::fVerbose
protected

Definition at line 78 of file G4VMolecularDissociationDisplacer.hh.


The documentation for this class was generated from the following files: