#include <G4EvaporationFactory.hh>
Definition at line 42 of file G4EvaporationFactory.hh.
◆ G4EvaporationFactory()
◆ ~G4EvaporationFactory()
G4EvaporationFactory::~G4EvaporationFactory |
( |
| ) |
|
|
virtual |
◆ GetChannel()
Implements G4VEvaporationFactory.
Definition at line 51 of file G4EvaporationFactory.cc.
52{
53 std::vector<G4VEvaporationChannel*> * theChannel =
54 new std::vector<G4VEvaporationChannel*>;
55 theChannel->reserve(8);
56
59
66
67 return theChannel;
68
69}
G4VEvaporationChannel * thePhotonEvaporation
The documentation for this class was generated from the following files: