Geant4
10.03.p03
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
OpNovicePhysicsList.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
//
28
//
29
//
30
//
31
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
32
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
33
34
#ifndef OpNovicePhysicsList_h
35
#define OpNovicePhysicsList_h 1
36
37
#include "
globals.hh
"
38
#include "
G4VUserPhysicsList.hh
"
39
40
class
OpNovicePhysicsListMessenger
;
41
42
class
G4Cerenkov
;
43
class
G4Scintillation
;
44
class
G4OpAbsorption
;
45
class
G4OpRayleigh
;
46
class
G4OpMieHG
;
47
class
G4OpBoundaryProcess
;
48
49
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
50
51
class
OpNovicePhysicsList
:
public
G4VUserPhysicsList
52
{
53
public
:
54
55
OpNovicePhysicsList
();
56
virtual
~OpNovicePhysicsList
();
57
58
public
:
59
60
virtual
void
ConstructParticle
();
61
virtual
void
ConstructProcess
();
62
63
virtual
void
SetCuts
();
64
65
//these methods Construct physics processes and register them
66
void
ConstructDecay
();
67
void
ConstructEM
();
68
void
ConstructOp
();
69
70
//for the Messenger
71
void
SetVerbose
(
G4int
);
72
void
SetNbOfPhotonsCerenkov
(
G4int
);
73
74
private
:
75
76
OpNovicePhysicsListMessenger
* fMessenger;
77
78
static
G4ThreadLocal
G4int
fVerboseLevel;
79
static
G4ThreadLocal
G4int
fMaxNumPhotonStep;
80
81
static
G4ThreadLocal
G4Cerenkov
* fCerenkovProcess;
82
static
G4ThreadLocal
G4Scintillation
* fScintillationProcess;
83
static
G4ThreadLocal
G4OpAbsorption
* fAbsorptionProcess;
84
static
G4ThreadLocal
G4OpRayleigh
* fRayleighScatteringProcess;
85
static
G4ThreadLocal
G4OpMieHG
* fMieHGScatteringProcess;
86
static
G4ThreadLocal
G4OpBoundaryProcess
* fBoundaryProcess;
87
};
88
89
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
90
91
#endif
/* OpNovicePhysicsList_h */
G4OpAbsorption
Definition:
G4OpAbsorption.hh:74
OpNovicePhysicsList::SetCuts
virtual void SetCuts()
Definition:
OpNovicePhysicsList.cc:297
OpNovicePhysicsList::ConstructEM
void ConstructEM()
Definition:
OpNovicePhysicsList.cc:163
G4Scintillation
Definition:
G4Scintillation.hh:88
OpNovicePhysicsList::SetNbOfPhotonsCerenkov
void SetNbOfPhotonsCerenkov(G4int)
Definition:
OpNovicePhysicsList.cc:288
OpNovicePhysicsList::ConstructOp
void ConstructOp()
Definition:
OpNovicePhysicsList.cc:218
OpNovicePhysicsList::ConstructProcess
virtual void ConstructProcess()
Definition:
OpNovicePhysicsList.cc:109
OpNovicePhysicsList::OpNovicePhysicsList
OpNovicePhysicsList()
Definition:
OpNovicePhysicsList.cc:72
OpNovicePhysicsList
Definition:
OpNovicePhysicsList.hh:51
G4OpMieHG
Definition:
G4OpMieHG.hh:48
G4OpRayleigh
Definition:
G4OpRayleigh.hh:77
OpNovicePhysicsList::~OpNovicePhysicsList
virtual ~OpNovicePhysicsList()
Definition:
OpNovicePhysicsList.cc:80
G4ThreadLocal
#define G4ThreadLocal
Definition:
tls.hh:89
G4VUserPhysicsList.hh
OpNovicePhysicsListMessenger
Definition:
OpNovicePhysicsListMessenger.hh:48
G4int
int G4int
Definition:
G4Types.hh:78
G4Cerenkov
Definition:
G4Cerenkov.hh:81
G4OpBoundaryProcess
Definition:
G4OpBoundaryProcess.hh:131
globals.hh
G4VUserPhysicsList
Definition:
G4VUserPhysicsList.hh:155
OpNovicePhysicsList::ConstructDecay
void ConstructDecay()
Definition:
OpNovicePhysicsList.cc:123
OpNovicePhysicsList::ConstructParticle
virtual void ConstructParticle()
Definition:
OpNovicePhysicsList.cc:84
OpNovicePhysicsList::SetVerbose
void SetVerbose(G4int)
Definition:
OpNovicePhysicsList.cc:274
source
geant4.10.03.p03
examples
extended
optical
OpNovice
include
OpNovicePhysicsList.hh
Generated on Tue Nov 28 2017 21:43:51 for Geant4 by
1.8.5