G4IonInverseIonisation Class Reference

#include <G4IonInverseIonisation.hh>

Inheritance diagram for G4IonInverseIonisation:

G4VAdjointReverseReaction G4VDiscreteProcess G4VProcess

Public Member Functions

 G4IonInverseIonisation (G4bool whichScatCase, G4String process_name, G4AdjointIonIonisationModel *aEmAdjointModel)
 ~G4IonInverseIonisation ()

Detailed Description

Definition at line 53 of file G4IonInverseIonisation.hh.


Constructor & Destructor Documentation

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 (  ) 

Definition at line 49 of file G4IonInverseIonisation.cc.

00049                                                {
00050 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:17 2013 for Geant4 by  doxygen 1.4.7