Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
168
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!25206
Sweeping
!25182
from 21.0 to master. Backport
ATLASG-1450
fix to 21.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Sweeping
!25182
from 21.0 to master. Backport
ATLASG-1450
fix to 21.0
cherry-pick-bfd2c1adb1-master
into
master
Overview
5
Commits
1
Pipelines
1
Changes
3
1 unresolved thread
Hide all comments
Closed
Atlas Nightlybuild
requested to merge
cherry-pick-bfd2c1adb1-master
into
master
5 years ago
Overview
5
Commits
1
Pipelines
1
Changes
3
1 unresolved thread
Hide all comments
Expand
Backport
ATLASG-1450
fix to 21.0
See merge request
!25182 (merged)
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9d89cb2d
1 commit,
5 years ago
3 files
+
7
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
PhysicsAnalysis/DerivationFramework/DerivationFrameworkTools/DerivationFrameworkTools/PrescaleTool.h
+
1
−
1
Options
@@ -25,7 +25,7 @@ namespace DerivationFramework {
virtual
bool
eventPassesFilter
()
const
;
private:
mutable
int
m_prescale
,
m_eventCounter
;
unsigned
int
m_prescale
;
};
}
Loading