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
14ecd763
Commit
14ecd763
authored
11 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- added xml parameter phi1
parent
3780e358
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DDCore/include/XML/UnicodeValues.h
+1
-0
1 addition, 0 deletions
DDCore/include/XML/UnicodeValues.h
DDCore/include/XML/XMLDimension.h
+4
-0
4 additions, 0 deletions
DDCore/include/XML/XMLDimension.h
DDCore/src/XML/XMLDimension.cpp
+2
-0
2 additions, 0 deletions
DDCore/src/XML/XMLDimension.cpp
with
7 additions
and
0 deletions
DDCore/include/XML/UnicodeValues.h
+
1
−
0
View file @
14ecd763
...
@@ -252,6 +252,7 @@ namespace DD4hep { namespace XML {
...
@@ -252,6 +252,7 @@ namespace DD4hep { namespace XML {
UNICODE
(
particles
);
UNICODE
(
particles
);
UNICODE
(
phi
);
UNICODE
(
phi
);
UNICODE
(
phi0
);
UNICODE
(
phi0
);
UNICODE
(
phi1
);
UNICODE
(
phi_tilt
);
UNICODE
(
phi_tilt
);
UNICODE
(
phiBins
);
UNICODE
(
phiBins
);
UNICODE
(
phi_size_max
);
UNICODE
(
phi_size_max
);
...
...
This diff is collapsed.
Click to expand it.
DDCore/include/XML/XMLDimension.h
+
4
−
0
View file @
14ecd763
...
@@ -85,6 +85,10 @@ namespace DD4hep {
...
@@ -85,6 +85,10 @@ namespace DD4hep {
double
phi0
()
const
;
double
phi0
()
const
;
/// Access parameters: phi0, if not present returns default
/// Access parameters: phi0, if not present returns default
double
phi0
(
double
default_value
)
const
;
double
phi0
(
double
default_value
)
const
;
/// Access rotation constants: phi1
double
phi1
()
const
;
/// Access parameters: phi1, if not present returns default
double
phi1
(
double
default_value
)
const
;
/// Access rotation constants: psi
/// Access rotation constants: psi
double
psi
()
const
;
double
psi
()
const
;
...
...
This diff is collapsed.
Click to expand it.
DDCore/src/XML/XMLDimension.cpp
+
2
−
0
View file @
14ecd763
...
@@ -104,6 +104,8 @@ XML_ATTR_ACCESSOR(int,id)
...
@@ -104,6 +104,8 @@ XML_ATTR_ACCESSOR(int,id)
XML_ATTR_ACCESSOR
(
int
,
phiBins
)
XML_ATTR_ACCESSOR
(
int
,
phiBins
)
XML_ATTR_ACCESSOR
(
double
,
phi0
)
XML_ATTR_ACCESSOR
(
double
,
phi0
)
XML_ATTR_ACCESSOR_DOUBLE
(
phi0
)
XML_ATTR_ACCESSOR_DOUBLE
(
phi0
)
XML_ATTR_ACCESSOR
(
double
,
phi1
)
XML_ATTR_ACCESSOR_DOUBLE
(
phi1
)
XML_ATTR_ACCESSOR
(
double
,
deltaphi
)
XML_ATTR_ACCESSOR
(
double
,
deltaphi
)
...
...
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