G4eInverseBremsstrahlung Class Reference

#include <G4eInverseBremsstrahlung.hh>

Inheritance diagram for G4eInverseBremsstrahlung:

G4VAdjointReverseReaction G4VDiscreteProcess G4VProcess

Public Member Functions

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

Detailed Description

Definition at line 54 of file G4eInverseBremsstrahlung.hh.


Constructor & Destructor Documentation

G4eInverseBremsstrahlung::G4eInverseBremsstrahlung ( G4bool  whichScatCase,
G4String  process_name,
G4VEmAdjointModel aEmAdjointModel 
)

Definition at line 34 of file G4eInverseBremsstrahlung.cc.

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

00035                                                          :
00036                                 G4VAdjointReverseReaction(process_name,whichScatCase)
00037 {theAdjointEMModel = aBremAdjointModel;
00038  theAdjointEMModel->SetSecondPartOfSameType(false);
00039  if (IsScatProjToProjCase) SetIntegralMode(true);
00040  else   SetIntegralMode(false);
00041 }

G4eInverseBremsstrahlung::~G4eInverseBremsstrahlung (  ) 

Definition at line 44 of file G4eInverseBremsstrahlung.cc.

00044                                                    {
00045 }


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