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
e147db16
Commit
e147db16
authored
1 year ago
by
Hangyi Wu
Browse files
Options
Downloads
Patches
Plain Diff
correct PositionMethod type in Gaudi property
parent
97455d22
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
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Pr/PrAlgorithms/src/PrStoreUTHit.cpp
+1
-1
1 addition, 1 deletion
Pr/PrAlgorithms/src/PrStoreUTHit.cpp
with
1 addition
and
1 deletion
Pr/PrAlgorithms/src/PrStoreUTHit.cpp
+
1
−
1
View file @
e147db16
...
...
@@ -126,7 +126,7 @@ namespace LHCb::Pr::UT {
private
:
//---Properties
Gaudi
::
Property
<
bool
>
isCluster
{
this
,
"isCluster"
,
true
};
Gaudi
::
Property
<
unsigned
int
>
positionMethod
{
this
,
"positionMethod"
,
PositionMethod
::
GeoWeighting
};
Gaudi
::
Property
<
PositionMethod
>
positionMethod
{
this
,
"positionMethod"
,
PositionMethod
::
GeoWeighting
};
Gaudi
::
Property
<
unsigned
int
>
stripMax
{
this
,
"stripMax"
,
4
};
mutable
Gaudi
::
Accumulators
::
SummingCounter
<>
m_nBanks
{
this
,
"#banks"
};
mutable
Gaudi
::
Accumulators
::
MsgCounter
<
MSG
::
ERROR
>
m_bad_data
{
this
,
"Decoding Error -- dropping all UT hits"
};
...
...
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