G4HadReentrentException Class Reference

#include <G4HadReentrentException.hh>

Inheritance diagram for G4HadReentrentException:

G4HadronicException

Public Member Functions

 G4HadReentrentException (G4String in, G4int at, G4String mess)
virtual ~G4HadReentrentException () throw ()
void Report (std::ostream &aS)

Detailed Description

Definition at line 33 of file G4HadReentrentException.hh.


Constructor & Destructor Documentation

G4HadReentrentException::G4HadReentrentException ( G4String  in,
G4int  at,
G4String  mess 
) [inline]

Definition at line 36 of file G4HadReentrentException.hh.

00037   : G4HadronicException(in, at, mess) {}

virtual G4HadReentrentException::~G4HadReentrentException (  )  throw () [inline, virtual]

Definition at line 38 of file G4HadReentrentException.hh.

00038 {}


Member Function Documentation

void G4HadReentrentException::Report ( std::ostream &  aS  )  [inline]

Reimplemented from G4HadronicException.

Definition at line 40 of file G4HadReentrentException.hh.

References G4HadronicException::Report().

Referenced by G4RPGAntiKZeroInelastic::ApplyYourself(), G4LEAntiKaonZeroInelastic::ApplyYourself(), G4RPGInelastic::CalculateMomenta(), and G4InelasticInteraction::CalculateMomenta().

00041   {
00042     aS<< "G4HadReentrentException:" <<std::endl;
00043     G4HadronicException::Report(aS);
00044   }


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