Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4NDeltastarBuilder Class Reference

#include <G4NDeltastarBuilder.hh>

+ Inheritance diagram for G4NDeltastarBuilder:

Public Member Functions

 G4NDeltastarBuilder (const G4String &aName, G4XNDeltastarTable &aT)
 
virtual G4PhysicsVectorCrossSectionTable () const
 
- Public Member Functions inherited from G4VXResonanceTable
 G4VXResonanceTable ()
 
virtual ~G4VXResonanceTable ()
 
virtual G4PhysicsVectorCrossSectionTable () const =0
 

Detailed Description

Definition at line 32 of file G4NDeltastarBuilder.hh.

Constructor & Destructor Documentation

◆ G4NDeltastarBuilder()

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

Definition at line 35 of file G4NDeltastarBuilder.hh.

36 : theT(aT), theS(aName)
37 {
38 //G4cout << aName <<G4endl;
39 }

Member Function Documentation

◆ CrossSectionTable()

virtual G4PhysicsVector * G4NDeltastarBuilder::CrossSectionTable ( ) const
inlinevirtual

Implements G4VXResonanceTable.

Definition at line 40 of file G4NDeltastarBuilder.hh.

41 {
42 return const_cast<G4PhysicsVector*>(theT.CrossSectionTable(theS));
43 }
virtual const G4PhysicsVector * CrossSectionTable(const G4String &particleName) const

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