Geant4
10.02.p01
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
B4bRunData.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: B4bRunData.hh 69223 2013-04-23 12:36:10Z gcosmo $
27
//
30
31
#ifndef B4bRunData_h
32
#define B4bRunData_h 1
33
34
#include "
G4Run.hh
"
35
#include "
globals.hh
"
36
37
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
38
39
enum
{
40
kAbs
= 0,
41
kGap
= 1,
42
kDim
= 2
43
};
44
57
58
class
B4bRunData
:
public
G4Run
59
{
60
public
:
61
B4bRunData
();
62
virtual
~B4bRunData
();
63
64
void
Add
(
G4int
id
,
G4double
de,
G4double
dl);
65
void
FillPerEvent
();
66
67
void
Reset
();
68
69
// Get methods
70
G4String
GetVolumeName
(
G4int
id
)
const
;
71
G4double
GetEdep
(
G4int
id
)
const
;
72
G4double
GetTrackLength
(
G4int
id
)
const
;
73
74
private
:
75
G4String
fVolumeNames
[
kDim
];
76
G4double
fEdep
[
kDim
];
77
G4double
fTrackLength
[
kDim
];
78
};
79
80
// inline functions
81
82
inline
void
B4bRunData::Add
(
G4int
id
,
G4double
de,
G4double
dl) {
83
fEdep
[id] += de;
84
fTrackLength
[id] += dl;
85
}
86
87
inline
G4String
B4bRunData::GetVolumeName
(
G4int
id
)
const
{
88
return
fVolumeNames
[id];
89
}
90
91
inline
G4double
B4bRunData::GetEdep
(
G4int
id
)
const
{
92
return
fEdep
[id];
93
}
94
95
inline
G4double
B4bRunData::GetTrackLength
(
G4int
id
)
const
{
96
return
fTrackLength
[id];
97
}
98
99
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
100
101
#endif
102
B4bRunData::GetEdep
G4double GetEdep(G4int id) const
Definition:
B4bRunData.hh:91
kGap
Definition:
B4bRunData.hh:41
B4bRunData::fEdep
G4double fEdep[kDim]
Definition:
B4bRunData.hh:76
B4bRunData::Add
void Add(G4int id, G4double de, G4double dl)
Definition:
B4bRunData.hh:82
G4int
int G4int
Definition:
G4Types.hh:78
kAbs
Definition:
B4bRunData.hh:40
B4bRunData::B4bRunData
B4bRunData()
Definition:
B4bRunData.cc:39
B4bRunData::FillPerEvent
void FillPerEvent()
Definition:
B4bRunData.cc:57
B4bRunData::GetVolumeName
G4String GetVolumeName(G4int id) const
Definition:
B4bRunData.hh:87
kDim
Definition:
B4bRunData.hh:42
G4Run
Definition:
G4Run.hh:46
globals.hh
B4bRunData::~B4bRunData
virtual ~B4bRunData()
Definition:
B4bRunData.cc:52
B4bRunData::Reset
void Reset()
Definition:
B4bRunData.cc:79
B4bRunData
Run data class.
Definition:
B4bRunData.hh:58
G4Run.hh
B4bRunData::fVolumeNames
G4String fVolumeNames[kDim]
Definition:
B4bRunData.hh:75
B4bRunData::fTrackLength
G4double fTrackLength[kDim]
Definition:
B4bRunData.hh:77
G4double
double G4double
Definition:
G4Types.hh:76
G4String
Definition:
G4String.hh:45
B4bRunData::GetTrackLength
G4double GetTrackLength(G4int id) const
Definition:
B4bRunData.hh:95
geant4.10.02.p01
examples
basic
B4
B4b
include
B4bRunData.hh
Generated on Thu Mar 3 2016 14:40:44 for Geant4 by
1.8.8