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
354d1331
Commit
354d1331
authored
1 year ago
by
Christopher Rob Jones
Browse files
Options
Downloads
Patches
Plain Diff
DecodedDataFromMCRichHits: Set default hit eff. to 95%
parent
959adadb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4337
Misc. improvements to support RICH 4D Reco
Pipeline
#6734860
passed
1 year ago
Stage: test
Stage: .post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Rich/RichFutureMCUtils/src/component/DecodedDataFromMCRichHits.cpp
+1
-1
1 addition, 1 deletion
...FutureMCUtils/src/component/DecodedDataFromMCRichHits.cpp
with
1 addition
and
1 deletion
Rich/RichFutureMCUtils/src/component/DecodedDataFromMCRichHits.cpp
+
1
−
1
View file @
354d1331
...
...
@@ -291,7 +291,7 @@ namespace Rich::Future::MC {
/// RICH Detector efficiency factor
Gaudi
::
Property
<
DetectorArray
<
double
>>
m_detEff
{
this
,
"ReadoutEfficiency"
,
{
0.9
0
,
0.9
0
},
"Readout efficiency to emulate for each RICH"
};
this
,
"ReadoutEfficiency"
,
{
0.9
5
,
0.9
5
},
"Readout efficiency to emulate for each RICH"
};
};
// Declaration of the Algorithm Factory
...
...
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