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
8b5c50b2
Commit
8b5c50b2
authored
8 years ago
by
Yorgos Voutsinas
Committed by
Frank Gaede
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
some cosmetics
parent
baa3b191
No related branches found
Branches containing commit
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
+1
-0
1 addition, 0 deletions
DDRec/include/DDRec/DetectorData.h
DDRec/src/DetectorData.cpp
+1
-0
1 addition, 0 deletions
DDRec/src/DetectorData.cpp
with
2 additions
and
0 deletions
DDRec/include/DDRec/DetectorData.h
+
1
−
0
View file @
8b5c50b2
...
@@ -372,6 +372,7 @@ namespace DD4hep {
...
@@ -372,6 +372,7 @@ namespace DD4hep {
/** Same as outer_phi for the first inner face.
/** Same as outer_phi for the first inner face.
*/
*/
double
inner_phi0
;
double
inner_phi0
;
/** Azimuthal angle of the first module in barrel layout
/** Azimuthal angle of the first module in barrel layout
* DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
* DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
...
...
This diff is collapsed.
Click to expand it.
DDRec/src/DetectorData.cpp
+
1
−
0
View file @
8b5c50b2
...
@@ -147,6 +147,7 @@ namespace DD4hep {
...
@@ -147,6 +147,7 @@ namespace DD4hep {
std
::
ostream
&
operator
<<
(
std
::
ostream
&
io
,
const
LayeredCalorimeterData
&
d
)
{
std
::
ostream
&
operator
<<
(
std
::
ostream
&
io
,
const
LayeredCalorimeterData
&
d
)
{
boost
::
io
::
ios_base_all_saver
ifs
(
io
);
boost
::
io
::
ios_base_all_saver
ifs
(
io
);
io
<<
" -- LayeredCalorimeterData : "
<<
std
::
scientific
<<
std
::
endl
;
io
<<
" -- LayeredCalorimeterData : "
<<
std
::
scientific
<<
std
::
endl
;
switch
(
d
.
layoutType
){
switch
(
d
.
layoutType
){
case
LayeredCalorimeterStruct
::
BarrelLayout
:
{
io
<<
" LayoutType : BarrelLayout "
<<
std
::
endl
;
io
<<
" extent[ rmin, rmax, zmin, zmax ] : "
case
LayeredCalorimeterStruct
::
BarrelLayout
:
{
io
<<
" LayoutType : BarrelLayout "
<<
std
::
endl
;
io
<<
" extent[ rmin, rmax, zmin, zmax ] : "
...
...
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