Geant4-11
G4DummyModel.cc
Go to the documentation of this file.
1//
2// ********************************************************************
3// * License and Disclaimer *
4// * *
5// * The Geant4 software is copyright of the Copyright Holders of *
6// * the Geant4 Collaboration. It is provided under the terms and *
7// * conditions of the Geant4 Software License, included in the file *
8// * LICENSE and available at http://cern.ch/geant4/license . These *
9// * include a list of copyright holders. *
10// * *
11// * Neither the authors of this software system, nor their employing *
12// * institutes,nor the agencies providing financial support for this *
13// * work make any representation or warranty, express or implied, *
14// * regarding this software system or assume any liability for its *
15// * use. Please see the license in the file LICENSE and URL above *
16// * for the full disclaimer and the limitation of liability. *
17// * *
18// * This code implementation is the result of the scientific and *
19// * technical work of the GEANT4 collaboration. *
20// * By using, copying, modifying or distributing the software (or *
21// * any work based on the software) you agree to acknowledge its *
22// * use in resulting scientific publications, and indicate your *
23// * acceptance of all terms of the Geant4 Software license. *
24// ********************************************************************
25//
26//
27// -------------------------------------------------------------------
28//
29// GEANT4 Class file
30//
31//
32// File name: G4DummyModel
33//
34// Author: Vladimir Ivanchenko
35//
36// Creation date: 07.03.2006
37//
38// Modifications:
39//
40
41// -------------------------------------------------------------------
42//
43
44//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
45//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
46
47#include "G4DummyModel.hh"
48
49//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
50
52 : G4VMscModel(nam)
53{
54 // Dummy model by default cover all energies
56}
57
58//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
59
61{}
62
63//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
64
66 const G4DataVector&)
67{}
68
69//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
70
71void G4DummyModel::SampleSecondaries(std::vector<G4DynamicParticle*>*,
73 const G4DynamicParticle*,
76{}
77
78//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
79
82{
83 return fDisplacement;
84}
85
86//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
87
89{
90 return DBL_MAX;
91}
92
93//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
94
96{
97 return truePathLength;
98}
99
100//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
101
103{
104 return geomPathLength;
105}
106
107//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
108
double G4double
Definition: G4Types.hh:83
G4double ComputeGeomPathLength(G4double) final
Definition: G4DummyModel.cc:95
G4DummyModel(const G4String &nam="DummyModel")
Definition: G4DummyModel.cc:51
void SampleSecondaries(std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double tmax) final
Definition: G4DummyModel.cc:71
void Initialise(const G4ParticleDefinition *, const G4DataVector &) final
Definition: G4DummyModel.cc:65
G4double ComputeTruePathLengthLimit(const G4Track &, G4double &) final
Definition: G4DummyModel.cc:88
G4double ComputeTrueStepLength(G4double) final
~G4DummyModel() override
Definition: G4DummyModel.cc:60
G4ThreeVector & SampleScattering(const G4ThreeVector &, G4double) final
Definition: G4DummyModel.cc:81
void SetLowEnergyLimit(G4double)
Definition: G4VEmModel.hh:774
G4ThreeVector fDisplacement
Definition: G4VMscModel.hh:208
#define DBL_MAX
Definition: templates.hh:62