Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
examples
extended
optical
OpNovice
include
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
//
26
//
27
//
28
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
29
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
30
31
#ifndef OpNovicePhysicsList_h
32
#define OpNovicePhysicsList_h 1
33
34
#include "
globals.hh
"
35
#include "
G4VUserPhysicsList.hh
"
36
37
class
G4Cerenkov
;
38
class
G4Scintillation
;
39
class
G4OpAbsorption
;
40
class
G4OpRayleigh
;
41
class
G4OpMieHG
;
42
class
G4OpBoundaryProcess
;
43
44
class
OpNovicePhysicsListMessenger
;
45
46
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
47
48
class
OpNovicePhysicsList
:
public
G4VUserPhysicsList
49
{
50
public
:
51
OpNovicePhysicsList
();
52
virtual
~OpNovicePhysicsList
();
53
54
public
:
55
virtual
void
ConstructParticle
();
56
virtual
void
ConstructProcess
();
57
58
virtual
void
SetCuts
();
59
60
//these methods Construct physics processes and register them
61
void
ConstructDecay
();
62
void
ConstructEM
();
63
void
ConstructOp
();
64
65
//for the Messenger
66
void
SetVerbose
(
G4int
);
67
void
SetNbOfPhotonsCerenkov
(
G4int
);
68
69
private
:
70
G4Cerenkov
* fCerenkovProcess;
71
G4Scintillation
* fScintillationProcess;
72
G4OpAbsorption
* fAbsorptionProcess;
73
G4OpRayleigh
* fRayleighScatteringProcess;
74
G4OpMieHG
* fMieHGScatteringProcess;
75
G4OpBoundaryProcess
* fBoundaryProcess;
76
77
OpNovicePhysicsListMessenger
* fMessenger;
78
};
79
80
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
81
82
#endif
/* OpNovicePhysicsList_h */
G4OpAbsorption
Definition:
G4OpAbsorption.hh:74
OpNovicePhysicsList::SetCuts
virtual void SetCuts()
Definition:
OpNovicePhysicsList.cc:283
OpNovicePhysicsList::ConstructEM
void ConstructEM()
Definition:
OpNovicePhysicsList.cc:158
G4Scintillation
Definition:
G4Scintillation.hh:88
OpNovicePhysicsList::SetNbOfPhotonsCerenkov
void SetNbOfPhotonsCerenkov(G4int)
Definition:
OpNovicePhysicsList.cc:277
OpNovicePhysicsList::ConstructOp
void ConstructOp()
Definition:
OpNovicePhysicsList.cc:211
OpNovicePhysicsList::ConstructProcess
virtual void ConstructProcess()
Definition:
OpNovicePhysicsList.cc:105
OpNovicePhysicsList::OpNovicePhysicsList
OpNovicePhysicsList()
Definition:
OpNovicePhysicsList.cc:60
OpNovicePhysicsList
Definition:
OpNovicePhysicsList.hh:48
G4OpMieHG
Definition:
G4OpMieHG.hh:48
G4OpRayleigh
Definition:
G4OpRayleigh.hh:76
OpNovicePhysicsList::~OpNovicePhysicsList
virtual ~OpNovicePhysicsList()
Definition:
OpNovicePhysicsList.cc:76
G4VUserPhysicsList.hh
OpNovicePhysicsListMessenger
Definition:
OpNovicePhysicsListMessenger.hh:45
G4int
int G4int
Definition:
G4Types.hh:78
G4Cerenkov
Definition:
G4Cerenkov.hh:81
G4OpBoundaryProcess
Definition:
G4OpBoundaryProcess.hh:131
globals.hh
G4VUserPhysicsList
Definition:
G4VUserPhysicsList.hh:159
OpNovicePhysicsList::ConstructDecay
void ConstructDecay()
Definition:
OpNovicePhysicsList.cc:119
OpNovicePhysicsList::ConstructParticle
virtual void ConstructParticle()
Definition:
OpNovicePhysicsList.cc:80
OpNovicePhysicsList::SetVerbose
void SetVerbose(G4int)
Definition:
OpNovicePhysicsList.cc:265
Generated on Sat Dec 14 2013 14:33:53 for Geant4_10 by
1.8.5