Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -30,21 +30,27 @@
|
||||
// Author: Laurent Desorgher
|
||||
//
|
||||
// Creation date: 20.11.2006
|
||||
//
|
||||
///////////////////////////////////////////////////////
|
||||
|
||||
#include "G4eInverseIonisation.hh"
|
||||
|
||||
#include "G4VEmAdjointModel.hh"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
G4eInverseIonisation::G4eInverseIonisation(G4bool whichScatCase,G4String process_name,G4VEmAdjointModel* aEmAdjointModel):
|
||||
G4VAdjointReverseReaction(process_name,whichScatCase)
|
||||
{theAdjointEMModel = aEmAdjointModel;
|
||||
theAdjointEMModel->SetSecondPartOfSameType(true);
|
||||
SetIntegralMode(true);
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
G4eInverseIonisation::G4eInverseIonisation(G4bool whichScatCase,
|
||||
G4String process_name,
|
||||
G4VEmAdjointModel* aEmAdjointModel)
|
||||
: G4VAdjointReverseReaction(process_name, whichScatCase)
|
||||
{
|
||||
fAdjointModel = aEmAdjointModel;
|
||||
fAdjointModel->SetSecondPartOfSameType(true);
|
||||
}
|
||||
|
||||
}
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
G4eInverseIonisation::~G4eInverseIonisation(){
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
G4eInverseIonisation::~G4eInverseIonisation() {}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void G4eInverseIonisation::ProcessDescription(std::ostream& out) const
|
||||
{
|
||||
out << "Inverse ionisation process for electrons.\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user