ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
G4PhysicsTableHelper.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4PhysicsTableHelper.hh
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
// ------------------------------------------------------------
30
// GEANT 4 class header file
31
//
32
// Class Description
33
// G4PhysicsTableHelper is a static utility class
34
// for helping proceeses to build their physics table
35
//
36
// ------------------------------------------------------------
37
// First Implementation 20 Aug. 2004 H.Kurashige
38
//
39
// ------------------------------------------------------------
40
41
#ifndef G4PhysicsTableHelper_h
42
#define G4PhysicsTableHelper_h 1
43
44
#include "
globals.hh
"
45
#include "
G4ios.hh
"
46
#include <vector>
47
#include "
G4PhysicsTable.hh
"
48
#include "
G4MaterialCutsCouple.hh
"
49
#include "
G4Region.hh
"
50
51
class
G4PhysicsTableHelper
52
{
53
protected
:
54
G4PhysicsTableHelper
();
55
~G4PhysicsTableHelper
();
56
G4PhysicsTableHelper
(
const
G4PhysicsTableHelper
&
right
);
57
G4PhysicsTableHelper
&
operator=
(
const
G4PhysicsTableHelper
&);
58
59
public
:
// with description
60
static
G4PhysicsTable
*
PreparePhysicsTable
(
G4PhysicsTable
*
physTable
);
61
// Prepare the given physics table before building the physics table
62
// resize the given physics table to match with the current
63
// production cut table.
64
65
static
G4bool
RetrievePhysicsTable
(
G4PhysicsTable
* physTable,
66
const
G4String
& fileName,
67
G4bool
ascii );
68
// Retrieve physics table from the given file and
69
// fill the given physics table with retrievd physics vectors
70
71
static
void
SetPhysicsVector
(
G4PhysicsTable
* physTable,
72
size_t
idx
,
73
G4PhysicsVector
* vec);
74
// Set a physics vector at given position
75
76
public
:
// with description
77
static
void
SetVerboseLevel
(
G4int
value
);
78
static
G4int
GetVerboseLevel
();
79
// set/get controle flag for output message
80
// 0: Silent
81
// 1: Warning message
82
// 2: More
83
84
85
protected
:
86
static
G4ThreadLocal
G4int
verboseLevel
;
87
// controle flag for output message
88
};
89
90
#endif
geant4
tree
geant4-10.6-release
source
processes
cuts
include
G4PhysicsTableHelper.hh
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:28
using
1.8.2 with
ECCE GitHub integration