Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
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
Rec
Commits
5d80049f
Commit
5d80049f
authored
1 year ago
by
Hangyi Wu
Browse files
Options
Downloads
Patches
Plain Diff
remove m_clusterSize as a duplicate of m_size
parent
a6706943
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!3795
Draft: Sazak monitoring dev tae
,
!3559
UThit position methods
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Pr/PrAlgorithms/src/PrStoreUTHit.cpp
+1
-1
1 addition, 1 deletion
Pr/PrAlgorithms/src/PrStoreUTHit.cpp
Pr/PrKernel/include/PrKernel/UTHitHandler.h
+2
-2
2 additions, 2 deletions
Pr/PrKernel/include/PrKernel/UTHitHandler.h
with
3 additions
and
3 deletions
Pr/PrAlgorithms/src/PrStoreUTHit.cpp
+
1
−
1
View file @
5d80049f
...
...
@@ -89,7 +89,7 @@ namespace LHCb::Pr::UT {
hitHandler
.
emplace_back
(
*
aSector
,
fullChan
.
idx
,
strip
,
aWord
.
fracStripBits
(),
#endif
Detector
::
UT
::
ChannelID
{
fullChan
.
chanID
+
strip
},
aWord
.
pseudoSizeBits
(),
aWord
.
hasHighThreshold
(),
aWord
.
clusterSize
(),
aWord
.
clusterCharge
()
);
aWord
.
hasHighThreshold
(),
aWord
.
clusterCharge
()
);
}
};
switch
(
::
UTDAQ
::
version
{
bank
->
version
()}
)
{
...
...
This diff is collapsed.
Click to expand it.
Pr/PrKernel/include/PrKernel/UTHitHandler.h
+
2
−
2
View file @
5d80049f
...
...
@@ -59,7 +59,7 @@ namespace UT {
UT
::
Hit
&
emplace_back
(
const
DeUTSector
&
aSector
,
unsigned
int
fullChanIdx
,
unsigned
int
strip
,
double
fracStrip
,
LHCb
::
Detector
::
UT
::
ChannelID
chanID
,
unsigned
int
size
,
bool
highThreshold
,
unsigned
int
clusterSize
,
unsigned
int
clusterCharge
)
{
unsigned
int
clusterCharge
)
{
double
dxDy
{
0
};
double
dzDy
{
0
};
double
xAtYEq0
{
0
};
...
...
@@ -94,7 +94,7 @@ namespace UT {
// add a new hit
auto
&
hit
=
m_allhits
.
emplace_back
(
chanID
,
size
,
highThreshold
,
dxDy
,
xAtYEq0
,
zAtYEq0
,
yBegin
,
yEnd
,
cos
,
error
,
strip
,
fracStrip
,
clusterSize
,
clusterCharge
);
strip
,
fracStrip
,
clusterCharge
);
// increment the end index for current range
++
indices
.
second
;
return
hit
;
...
...
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