Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
LHCb
Commits
9376b40e
Commit
9376b40e
authored
4 years ago
by
Marian Stahl
Browse files
Options
Downloads
Patches
Plain Diff
[UTGeometry] Add getters for Allen decoding; initialize m_stripflip to false
parent
a7260f69
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2924
Getters for UT decoding in Allen
Pipeline
#2277806
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Det/UTDet/UTDet/DeUTSector.h
+10
-1
10 additions, 1 deletion
Det/UTDet/UTDet/DeUTSector.h
with
10 additions
and
1 deletion
Det/UTDet/UTDet/DeUTSector.h
+
10
−
1
View file @
9376b40e
...
...
@@ -485,6 +485,15 @@ public:
/** stave type */
std
::
string
staveType
()
const
{
return
m_parent
->
type
();
}
/** getter for p0 */
Gaudi
::
XYZPoint
get_p0
()
const
{
return
m_p0
;
}
/** getter for dp0di */
Gaudi
::
XYZVector
get_dp0di
()
const
{
return
m_dp0di
;
}
/** getter for dy */
double
get_dy
()
const
{
return
m_dy
;
}
/** ouput operator for class DeUTSector
* @see DeUTSector
* @see MsgStream
...
...
@@ -565,7 +574,7 @@ private:
std
::
vector
<
double
>
m_cmModeValues
;
// Readout info, to determine stripflip based on new/old readout map
bool
m_stripflip
=
tru
e
;
bool
m_stripflip
=
fals
e
;
inline
static
const
std
::
string
m_readoutString
=
"ReadoutMap"
;
inline
static
const
std
::
string
m_readoutpathString
=
"/dd/Conditions/ReadoutConf/UT/ReadoutMap"
;
...
...
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