#include <G4LENDCaptureCrossSection.hh>
Inheritance diagram for G4LENDCaptureCrossSection:

Public Member Functions | |
| G4LENDCaptureCrossSection (G4ParticleDefinition *pd) | |
| ~G4LENDCaptureCrossSection () | |
Definition at line 44 of file G4LENDCaptureCrossSection.hh.
| G4LENDCaptureCrossSection::G4LENDCaptureCrossSection | ( | G4ParticleDefinition * | pd | ) | [inline] |
Definition at line 51 of file G4LENDCaptureCrossSection.hh.
References G4LENDCrossSection::proj.
00052 :G4LENDCrossSection("LENDCaptureCrossSection") 00053 { 00054 proj = pd; 00055 //name = "LEND Capture Cross Section for "; 00056 //name += proj->GetParticleName(); 00057 //create_used_target_map(); 00058 };
| G4LENDCaptureCrossSection::~G4LENDCaptureCrossSection | ( | ) | [inline] |
1.4.7