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

#include <G4DeltaDeltastarBuilder.hh>

+ Inheritance diagram for G4DeltaDeltastarBuilder:

Public Member Functions

 G4DeltaDeltastarBuilder (const G4String &aName, G4XDeltaDeltastarTable &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 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 {}

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

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