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

Public Member Functions | |
| G4InversePEEffect (G4String process_name, G4AdjointPhotoElectricModel *aModel) | |
| ~G4InversePEEffect () | |
Definition at line 52 of file G4InversePEEffect.hh.
| 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 | ( | ) |
1.4.7