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
!58551
DRAFT:Check abs eta fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
DRAFT:Check abs eta fix
biliu/athena:checkAbsEtaFix
into
master
Overview
0
Commits
4
Pipelines
0
Changes
2
Closed
Bingxuan LIU
requested to merge
biliu/athena:checkAbsEtaFix
into
master
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
2
Expand
Change return kError to kRange
0
0
Merge request reports
Viewing commit
81108d29
Prev
Next
Show latest version
2 files
+
23
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
81108d29
Change checkAbsEta to a bool and remove assert
· 81108d29
Bingxuan LIU
authored
2 years ago
PhysicsAnalysis/JetTagging/JetTagPerformanceCalibration/CalibrationDataInterface/CalibrationDataInterface/CalibrationDataInterfaceROOT.h
+
1
−
1
Options
@@ -461,7 +461,7 @@ namespace Analysis
double
m_maxAbsEta
;
OutOfBoundsStrategy
m_absEtaStrategy
;
OutOfBoundsStrategy
m_otherStrategy
;
void
checkAbsEta
(
const
CalibrationDataVariables
&
variables
,
unsigned
int
index
);
bool
checkAbsEta
(
const
CalibrationDataVariables
&
variables
,
unsigned
int
index
);
/** counters for flagging out-of-bound cases */
std
::
vector
<
unsigned
int
>
m_etaCounters
;
std
::
vector
<
unsigned
int
>
m_mainCounters
;
Loading