Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
55ef7b0d
Commit
55ef7b0d
authored
7 years ago
by
Frank Gaede
Committed by
Frank Gaede
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add dd4hep::rec::FixedPadSizeTPCData.zMinReadout
parent
a6577c74
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DDRec/include/DDRec/DetectorData.h
+2
-0
2 additions, 0 deletions
DDRec/include/DDRec/DetectorData.h
DDRec/src/DetectorData.cpp
+2
-1
2 additions, 1 deletion
DDRec/src/DetectorData.cpp
with
4 additions
and
1 deletion
DDRec/include/DDRec/DetectorData.h
+
2
−
0
View file @
55ef7b0d
...
@@ -47,6 +47,8 @@ namespace dd4hep {
...
@@ -47,6 +47,8 @@ namespace dd4hep {
double
rMax
;
double
rMax
;
/// driftLength in z (half length of active volume)
/// driftLength in z (half length of active volume)
double
driftLength
;
double
driftLength
;
/// start z of active Volume (typically cathode half thickness)
double
zMinReadout
;
/// inner r of active volume
/// inner r of active volume
double
rMinReadout
;
double
rMinReadout
;
/// outer r of active volume
/// outer r of active volume
...
...
This diff is collapsed.
Click to expand it.
DDRec/src/DetectorData.cpp
+
2
−
1
View file @
55ef7b0d
...
@@ -13,7 +13,8 @@ namespace dd4hep {
...
@@ -13,7 +13,8 @@ namespace dd4hep {
io
<<
" zHalf : "
<<
d
.
zHalf
<<
std
::
endl
;
io
<<
" zHalf : "
<<
d
.
zHalf
<<
std
::
endl
;
io
<<
" rMin : "
<<
d
.
rMin
<<
std
::
endl
;
io
<<
" rMin : "
<<
d
.
rMin
<<
std
::
endl
;
io
<<
" rMax : "
<<
d
.
rMax
<<
std
::
endl
;
io
<<
" rMax : "
<<
d
.
rMax
<<
std
::
endl
;
io
<<
" driftLength : "
<<
d
.
driftLength
<<
std
::
endl
;
io
<<
" driftLength : "
<<
d
.
driftLength
<<
std
::
endl
;
io
<<
" zMinReadout : "
<<
d
.
zMinReadout
<<
std
::
endl
;
io
<<
" rMinReadout : "
<<
d
.
rMinReadout
<<
std
::
endl
;
io
<<
" rMinReadout : "
<<
d
.
rMinReadout
<<
std
::
endl
;
io
<<
" rMaxReadout : "
<<
d
.
rMaxReadout
<<
std
::
endl
;
io
<<
" rMaxReadout : "
<<
d
.
rMaxReadout
<<
std
::
endl
;
io
<<
" innerWallThickness : "
<<
d
.
innerWallThickness
<<
std
::
endl
;
io
<<
" innerWallThickness : "
<<
d
.
innerWallThickness
<<
std
::
endl
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment