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

#include <G4DeltaDeltastarBuilder.hh>

Inheritance diagram for G4DeltaDeltastarBuilder:
G4VXResonanceTable

Public Member Functions

virtual G4PhysicsVectorCrossSectionTable () const
 
 G4DeltaDeltastarBuilder (const G4String &aName, G4XDeltaDeltastarTable &aT)
 

Private Attributes

G4String theS
 
G4XDeltaDeltastarTabletheT
 

Detailed Description

Definition at line 32 of file G4DeltaDeltastarBuilder.hh.

Constructor & Destructor Documentation

◆ G4DeltaDeltastarBuilder()

G4DeltaDeltastarBuilder::G4DeltaDeltastarBuilder ( const G4String aName,
G4XDeltaDeltastarTable aT 
)
inline

Definition at line 35 of file G4DeltaDeltastarBuilder.hh.

36 : theT(aT), theS(aName)
37 {}
G4XDeltaDeltastarTable & theT

Member Function Documentation

◆ CrossSectionTable()

virtual G4PhysicsVector * G4DeltaDeltastarBuilder::CrossSectionTable ( ) const
inlinevirtual

Implements G4VXResonanceTable.

Definition at line 38 of file G4DeltaDeltastarBuilder.hh.

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

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

Field Documentation

◆ theS

G4String G4DeltaDeltastarBuilder::theS
private

Definition at line 46 of file G4DeltaDeltastarBuilder.hh.

Referenced by CrossSectionTable().

◆ theT

G4XDeltaDeltastarTable& G4DeltaDeltastarBuilder::theT
private

Definition at line 45 of file G4DeltaDeltastarBuilder.hh.

Referenced by CrossSectionTable().


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