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
!21208
TrigBphysHypo: Fix clang warnings.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TrigBphysHypo: Fix clang warnings.
ssnyder/athena:clang.TrigBphysHypo-20190217
into
master
Overview
2
Commits
1
Pipelines
1
Changes
3
Merged
Scott Snyder
requested to merge
ssnyder/athena:clang.TrigBphysHypo-20190217
into
master
6 years ago
Overview
2
Commits
1
Pipelines
1
Changes
3
Expand
clang warnings: unused private class data members.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
560f848f
1 commit,
6 years ago
3 files
+
4
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Trigger/TrigHypothesis/TrigBphysHypo/src/TrigBphysElectronCounter.h
+
1
−
3
Options
/*
Copyright (C) 2002-201
7
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-201
9
CERN for the benefit of the ATLAS collaboration
*/
/**************************************************************************
@@ -77,8 +77,6 @@ class TrigBphysElectronCounter: public HLT::AllTEAlgo {
//Counters
uint32_t
m_countTotalEvents
;
uint32_t
m_countPassedPt
;
uint32_t
m_countPassedIsEM
;
uint32_t
m_countPassedEvents
;
Loading