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
a32f91d9
Commit
a32f91d9
authored
9 years ago
by
Nikiforos Nikiforou
Browse files
Options
Downloads
Patches
Plain Diff
Modified doxygen entries for LayeredCalorimeterStruct
parent
f01d267b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDRec/include/DDRec/DetectorData.h
+9
-4
9 additions, 4 deletions
DDRec/include/DDRec/DetectorData.h
with
9 additions
and
4 deletions
DDRec/include/DDRec/DetectorData.h
+
9
−
4
View file @
a32f91d9
...
...
@@ -295,14 +295,19 @@ namespace DD4hep {
*/
int
inner_symmetry
;
/// inner azimuthal angle of the first module in barrel layout
/** Angle of the experimental hall floor with the inner face closest to it
* inner_phi0=0 corresponds to a face parallel to the floor
*/
double
inner_phi0
;
/// outer azimuthal angle of the first module in barrel layout
/** Angle of the experimental hall floor with the outer face closest to it
* outer_phi0=0 corresponds to a face parallel to the floor
*/
double
outer_phi0
;
/// azimuthal angle of the first module in barrel layout
/// DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
/** Azimuthal angle of the first module in barrel layout
* DEPRECATED! PLEASE POPULATE INNER/OUTER PHI0 INSTEAD
*/
double
phi0
;
/// Gap between modules(eg. stave gap) in the phi-direction
...
...
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