Geant4  10.02.p03
G4VStringFragmentation Class Referenceabstract

#include <G4VStringFragmentation.hh>

Inheritance diagram for G4VStringFragmentation:
Collaboration diagram for G4VStringFragmentation:

Public Member Functions

 G4VStringFragmentation ()
 
virtual ~G4VStringFragmentation ()
 
virtual G4KineticTrackVectorFragmentStrings (const G4ExcitedStringVector *theStrings)=0
 

Private Member Functions

 G4VStringFragmentation (const G4VStringFragmentation &right)
 
const G4VStringFragmentationoperator= (const G4VStringFragmentation &right)
 
int operator== (const G4VStringFragmentation &right) const
 
int operator!= (const G4VStringFragmentation &right) const
 

Detailed Description

Definition at line 36 of file G4VStringFragmentation.hh.

Constructor & Destructor Documentation

◆ G4VStringFragmentation() [1/2]

G4VStringFragmentation::G4VStringFragmentation ( )

Definition at line 32 of file G4VStringFragmentation.cc.

33 {
34 }

◆ ~G4VStringFragmentation()

G4VStringFragmentation::~G4VStringFragmentation ( )
virtual

Definition at line 40 of file G4VStringFragmentation.cc.

41 {
42 }

◆ G4VStringFragmentation() [2/2]

G4VStringFragmentation::G4VStringFragmentation ( const G4VStringFragmentation right)
private

Definition at line 36 of file G4VStringFragmentation.cc.

37 {
38 }

Member Function Documentation

◆ FragmentStrings()

virtual G4KineticTrackVector* G4VStringFragmentation::FragmentStrings ( const G4ExcitedStringVector theStrings)
pure virtual

Implemented in G4ExcitedStringDecay.

Here is the caller graph for this function:

◆ operator!=()

int G4VStringFragmentation::operator!= ( const G4VStringFragmentation right) const
private

Definition at line 55 of file G4VStringFragmentation.cc.

56 {
57  return 1;
58 }

◆ operator=()

const G4VStringFragmentation & G4VStringFragmentation::operator= ( const G4VStringFragmentation right)
private

Definition at line 44 of file G4VStringFragmentation.cc.

45 {
46  throw G4HadronicException(__FILE__, __LINE__, "G4VStringFragmentation::operator= meant to not be accessable");
47  return *this;
48 }

◆ operator==()

int G4VStringFragmentation::operator== ( const G4VStringFragmentation right) const
private

Definition at line 50 of file G4VStringFragmentation.cc.

51 {
52  return 0;
53 }

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