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

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