Geant4-11
Public Member Functions | Private Attributes
G4NDeltastarBuilder Class Reference

#include <G4NDeltastarBuilder.hh>

Inheritance diagram for G4NDeltastarBuilder:
G4VXResonanceTable

Public Member Functions

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

Private Attributes

G4String theS
 
G4XNDeltastarTabletheT
 

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 }
G4XNDeltastarTable & theT

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

References G4XNDeltastarTable::CrossSectionTable(), theS, and theT.

Field Documentation

◆ theS

G4String G4NDeltastarBuilder::theS
private

Definition at line 48 of file G4NDeltastarBuilder.hh.

Referenced by CrossSectionTable().

◆ theT

G4XNDeltastarTable& G4NDeltastarBuilder::theT
private

Definition at line 47 of file G4NDeltastarBuilder.hh.

Referenced by CrossSectionTable().


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