Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CrossSectionFactory< T, 0 > Class Template Reference

#include <G4CrossSectionFactory.hh>

+ Inheritance diagram for G4CrossSectionFactory< T, 0 >:

Public Member Functions

 G4CrossSectionFactory (const G4String &name)
 
virtual G4VCrossSectionDataSetInstantiate ()
 
 G4CrossSectionFactory (const G4String &name)
 
virtual G4VCrossSectionDataSetInstantiate ()
 

Detailed Description

template<typename T>
class G4CrossSectionFactory< T, 0 >

Definition at line 65 of file G4CrossSectionFactory.hh.

Constructor & Destructor Documentation

◆ G4CrossSectionFactory() [1/2]

template<typename T>
G4CrossSectionFactory< T, 0 >::G4CrossSectionFactory ( const G4String & name)
inline

Definition at line 69 of file G4CrossSectionFactory.hh.

70 {
72 }
static G4CrossSectionFactoryRegistry * Instance()
void Register(const G4String &name, G4VBaseXSFactory *factory)

◆ G4CrossSectionFactory() [2/2]

G4CrossSectionFactory< T, mode >::G4CrossSectionFactory ( const G4String & name)
inline

Definition at line 49 of file G4CrossSectionFactory.hh.

Member Function Documentation

◆ Instantiate() [1/2]

virtual G4VCrossSectionDataSet * G4CrossSectionFactory< T, mode >::Instantiate ( )
inlinevirtual

Implements G4VBaseXSFactory.

Definition at line 54 of file G4CrossSectionFactory.hh.

55 {
57 msg<<"Factory mode: "<<mode<<" not supported!";
58 G4Exception("G4CrossSectionFactory::Instantiate","CrossSectionFactory001",FatalException,msg);
59 return static_cast<T*>(0);
60 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)

◆ Instantiate() [2/2]

template<typename T>
virtual G4VCrossSectionDataSet * G4CrossSectionFactory< T, 0 >::Instantiate ( )
inlinevirtual

Implements G4VBaseXSFactory.

Definition at line 74 of file G4CrossSectionFactory.hh.

75 {
76 return new T();
77 }

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