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

Public Member Functions | |
| G4eInverseIonisation (G4bool whichScatCase, G4String process_name, G4VEmAdjointModel *aEmAdjointModel) | |
| ~G4eInverseIonisation () | |
Definition at line 53 of file G4eInverseIonisation.hh.
| G4eInverseIonisation::G4eInverseIonisation | ( | G4bool | whichScatCase, | |
| G4String | process_name, | |||
| G4VEmAdjointModel * | aEmAdjointModel | |||
| ) |
Definition at line 41 of file G4eInverseIonisation.cc.
References G4VAdjointReverseReaction::SetIntegralMode(), G4VEmAdjointModel::SetSecondPartOfSameType(), and G4VAdjointReverseReaction::theAdjointEMModel.
00041 : 00042 G4VAdjointReverseReaction(process_name,whichScatCase) 00043 {theAdjointEMModel = aEmAdjointModel; 00044 theAdjointEMModel->SetSecondPartOfSameType(true); 00045 SetIntegralMode(true); 00046 00047 }
| G4eInverseIonisation::~G4eInverseIonisation | ( | ) |
1.4.7