G4NDeltastarBuilder Class Reference

#include <G4NDeltastarBuilder.hh>

Inheritance diagram for G4NDeltastarBuilder:

G4VXResonanceTable

Public Member Functions

 G4NDeltastarBuilder (const G4String &aName, G4XNDeltastarTable &aT)
virtual G4PhysicsVectorCrossSectionTable () const

Detailed Description

Definition at line 32 of file G4NDeltastarBuilder.hh.


Constructor & Destructor Documentation

G4NDeltastarBuilder::G4NDeltastarBuilder ( const G4String aName,
G4XNDeltastarTable aT 
) [inline]

Definition at line 35 of file G4NDeltastarBuilder.hh.

00036       : theT(aT), theS(aName)
00037   {
00038     //G4cout << aName <<G4endl;
00039   }


Member Function Documentation

virtual G4PhysicsVector* G4NDeltastarBuilder::CrossSectionTable (  )  const [inline, virtual]

Implements G4VXResonanceTable.

Definition at line 40 of file G4NDeltastarBuilder.hh.

References G4XNDeltastarTable::CrossSectionTable().

00041   {
00042     return const_cast<G4PhysicsVector*>(theT.CrossSectionTable(theS));
00043   }


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