G4eInverseIonisation Class Reference

#include <G4eInverseIonisation.hh>

Inheritance diagram for G4eInverseIonisation:

G4VAdjointReverseReaction G4VDiscreteProcess G4VProcess

Public Member Functions

 G4eInverseIonisation (G4bool whichScatCase, G4String process_name, G4VEmAdjointModel *aEmAdjointModel)
 ~G4eInverseIonisation ()

Detailed Description

Definition at line 53 of file G4eInverseIonisation.hh.


Constructor & Destructor Documentation

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

Definition at line 50 of file G4eInverseIonisation.cc.

00050                                            {
00051 }


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