Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Detector
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
42
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Detector
Commits
10395891
Commit
10395891
authored
1 year ago
by
Xuhao Yuan
Browse files
Options
Downloads
Patches
Plain Diff
UTSector.chanID added
parent
fb734038
Branches
pre_commit
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#6183233
failed with stages
in 2 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Detector/UT/include/Detector/UT/DeUTSector.h
+1
-0
1 addition, 0 deletions
Detector/UT/include/Detector/UT/DeUTSector.h
with
1 addition
and
0 deletions
Detector/UT/include/Detector/UT/DeUTSector.h
+
1
−
0
View file @
10395891
...
...
@@ -112,6 +112,7 @@ namespace LHCb::Detector::UT {
bool
xInverted
()
const
{
throw
NotImplemented
();
}
bool
yInverted
()
const
{
throw
NotImplemented
();
}
ChannelID
channelID
()
const
{
return
this
->
access
()
->
m_channelID
;
}
unsigned
int
chanID
()
const
{
return
static_cast
<
unsigned
int
>
(
this
->
access
()
->
m_channelID
);
}
LineTraj
<
double
>
createTraj
(
unsigned
int
,
double
)
const
{
/*auto const& theSensors = sensors();
...
...
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