Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
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
!25182
Backport
ATLASG-1450
fix to 21.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Backport
ATLASG-1450
fix to 21.0
ponyisi/athena:21.0-atlasg-1450
into
21.0
Overview
4
Commits
1
Pipelines
1
Changes
3
Merged
Peter Onyisi
requested to merge
ponyisi/athena:21.0-atlasg-1450
into
21.0
5 years ago
Overview
4
Commits
1
Pipelines
1
Changes
3
Expand
Make prescale tool selections deterministic
0
0
Merge request reports
Compare
21.0
21.0 (base)
and
latest version
latest version
6c5ff66c
1 commit,
5 years ago
3 files
+
7
−
5
Side-by-side
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 {
@@ -25,7 +25,7 @@ namespace DerivationFramework {
virtual
bool
eventPassesFilter
()
const
;
virtual
bool
eventPassesFilter
()
const
;
private:
private:
mutable
int
m_prescale
,
m_eventCounter
;
unsigned
int
m_prescale
;
};
};
}
}
Loading