Geant4
10.00.p01
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
G04PhysicsList.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
//
28
//
29
//
30
// $Id: G04PhysicsList.cc 68025 2013-03-13 13:43:46Z gcosmo $
31
//
32
//
33
34
#include "
G04PhysicsList.hh
"
35
36
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
37
38
G04PhysicsList::G04PhysicsList
()
39
:
G4VUserPhysicsList
()
40
{
41
}
42
43
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
44
45
G04PhysicsList::~G04PhysicsList
()
46
{
47
}
48
49
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
50
51
void
G04PhysicsList::ConstructParticle
()
52
{
53
G4Geantino::GeantinoDefinition
();
54
}
55
56
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
57
58
void
G04PhysicsList::ConstructProcess
()
59
{
60
AddTransportation
();
61
}
62
63
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
64
65
void
G04PhysicsList::SetCuts
()
66
{
67
G4int
temp =
GetVerboseLevel
();
68
SetVerboseLevel
(0);
69
SetCutsWithDefault
();
70
SetVerboseLevel
(temp);
71
}
G4Geantino::GeantinoDefinition
static G4Geantino * GeantinoDefinition()
Definition:
G4Geantino.cc:82
G04PhysicsList::SetCuts
virtual void SetCuts()
Definition:
G04PhysicsList.cc:65
G4int
int G4int
Definition:
G4Types.hh:78
G04PhysicsList.hh
Definition of the G04PhysicsList class.
G4VUserPhysicsList::GetVerboseLevel
G4int GetVerboseLevel() const
Definition:
G4VUserPhysicsList.hh:426
G04PhysicsList::ConstructProcess
virtual void ConstructProcess()
Definition:
G04PhysicsList.cc:58
G04PhysicsList::~G04PhysicsList
~G04PhysicsList()
Definition:
G04PhysicsList.cc:45
G4VUserPhysicsList::SetVerboseLevel
void SetVerboseLevel(G4int value)
Definition:
G4VUserPhysicsList.cc:966
G04PhysicsList::ConstructParticle
virtual void ConstructParticle()
Definition:
G04PhysicsList.cc:51
G4VUserPhysicsList
Definition:
G4VUserPhysicsList.hh:159
G4VUserPhysicsList::SetCutsWithDefault
void SetCutsWithDefault()
Definition:
G4VUserPhysicsList.cc:444
G4VUserPhysicsList::AddTransportation
void AddTransportation()
Definition:
G4VUserPhysicsList.cc:947
G04PhysicsList::G04PhysicsList
G04PhysicsList()
Definition:
G04PhysicsList.cc:38
geant4.10.00.p01
examples
extended
persistency
gdml
G04
src
G04PhysicsList.cc
Generated on Thu Dec 31 2015 17:41:11 for Geant4 by
1.8.8