G4hInverseIonisation Class Reference

#include <G4hInverseIonisation.hh>

Inheritance diagram for G4hInverseIonisation:

G4VAdjointReverseReaction G4VDiscreteProcess G4VProcess

Public Member Functions

 G4hInverseIonisation (G4bool whichScatCase, G4String process_name, G4AdjointhIonisationModel *aEmAdjointModel)
 ~G4hInverseIonisation ()

Detailed Description

Definition at line 53 of file G4hInverseIonisation.hh.


Constructor & Destructor Documentation

G4hInverseIonisation::G4hInverseIonisation ( G4bool  whichScatCase,
G4String  process_name,
G4AdjointhIonisationModel aEmAdjointModel 
)

Definition at line 41 of file G4hInverseIonisation.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 }

G4hInverseIonisation::~G4hInverseIonisation (  ) 

Definition at line 49 of file G4hInverseIonisation.cc.

00049                                            {
00050 }


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