Geant4.10
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4.10.00.p01
source
processes
electromagnetic
dna
processes
include
G4DNAElectronSolvatation.hh
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
// $Id: G4DNAElectronSolvatation.hh 74551 2013-10-14 12:59:14Z gcosmo $
27
//
28
// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr)
29
//
30
// WARNING : This class is released as a prototype.
31
// It might strongly evolve or even disapear in the next releases.
32
//
33
// History:
34
// -----------
35
// 10 Oct 2011 M.Karamitros created
36
//
37
// -------------------------------------------------------------------
38
39
#ifndef G4DNAElectronSolvatation_h
40
#define G4DNAElectronSolvatation_h 1
41
42
#include "
G4VEmProcess.hh
"
43
44
// Available models
45
#include "
G4DNAOneStepSolvatationModel.hh
"
46
#include "
G4DNATransformElectronModel.hh
"
47
48
class
G4DNAElectronSolvatation
:
public
G4VEmProcess
49
{
50
public
:
51
G4DNAElectronSolvatation
(
const
G4String
& processName =
"DNAElectronSolvatation"
,
52
G4ProcessType
type =
fElectromagnetic
);
53
virtual
~G4DNAElectronSolvatation
();
54
55
virtual
G4bool
IsApplicable
(
const
G4ParticleDefinition
&);
56
virtual
void
PrintInfo
();
57
58
protected
:
59
virtual
void
InitialiseProcess
(
const
G4ParticleDefinition
*);
60
61
private
:
62
G4bool
isInitialised;
63
};
64
65
#endif
G4VEmProcess
Definition:
G4VEmProcess.hh:92
fElectromagnetic
Definition:
G4ProcessType.hh:47
G4DNAOneStepSolvatationModel.hh
G4DNAElectronSolvatation::~G4DNAElectronSolvatation
virtual ~G4DNAElectronSolvatation()
Definition:
G4DNAElectronSolvatation.cc:49
G4ParticleDefinition
Definition:
G4ParticleDefinition.hh:111
G4DNAElectronSolvatation
Definition:
G4DNAElectronSolvatation.hh:48
G4DNAElectronSolvatation::IsApplicable
virtual G4bool IsApplicable(const G4ParticleDefinition &)
Definition:
G4DNAElectronSolvatation.cc:52
G4DNAElectronSolvatation::PrintInfo
virtual void PrintInfo()
Definition:
G4DNAElectronSolvatation.cc:57
G4bool
bool G4bool
Definition:
G4Types.hh:79
G4VEmProcess.hh
G4DNATransformElectronModel.hh
G4DNAElectronSolvatation::G4DNAElectronSolvatation
G4DNAElectronSolvatation(const G4String &processName="DNAElectronSolvatation", G4ProcessType type=fElectromagnetic)
Definition:
G4DNAElectronSolvatation.cc:42
G4DNAElectronSolvatation::InitialiseProcess
virtual void InitialiseProcess(const G4ParticleDefinition *)
Definition:
G4DNAElectronSolvatation.cc:60
G4String
Definition:
examples/extended/parallel/TopC/ParN02/AnnotatedFiles/G4String.hh:45
G4ProcessType
G4ProcessType
Definition:
G4ProcessType.hh:43
Generated on Wed Apr 30 2014 15:54:41 for Geant4.10 by
1.8.7