G4InversePEEffect Class Reference

#include <G4InversePEEffect.hh>

Inheritance diagram for G4InversePEEffect:

G4VAdjointReverseReaction G4VDiscreteProcess G4VProcess

Public Member Functions

 G4InversePEEffect (G4String process_name, G4AdjointPhotoElectricModel *aModel)
 ~G4InversePEEffect ()

Detailed Description

Definition at line 52 of file G4InversePEEffect.hh.


Constructor & Destructor Documentation

G4InversePEEffect::G4InversePEEffect ( G4String  process_name,
G4AdjointPhotoElectricModel aModel 
)

Definition at line 34 of file G4InversePEEffect.cc.

References G4VAdjointReverseReaction::SetIntegralMode(), G4VEmAdjointModel::SetSecondPartOfSameType(), and G4VAdjointReverseReaction::theAdjointEMModel.

00034                                                                                              :
00035                                 G4VAdjointReverseReaction(process_name,false)
00036 {theAdjointEMModel = aModel;
00037  theAdjointEMModel->SetSecondPartOfSameType(false);
00038  SetIntegralMode(false);
00039   
00040  
00041 }

G4InversePEEffect::~G4InversePEEffect (  ) 

Definition at line 44 of file G4InversePEEffect.cc.

00044                                      {
00045 }


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