Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
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
Rec
Commits
5b3a5d5d
Commit
5b3a5d5d
authored
6 years ago
by
Marco Cattaneo
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-Wnon-virtual-dtor' into 'master'
Fix -Wnon-virtual-dtor warning See merge request
!1295
parents
b90bf44a
f7c04e79
No related branches found
No related tags found
1 merge request
!1295
Fix -Wnon-virtual-dtor warning
Pipeline
#591719
passed
6 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Calo/CaloTools/src/XGBClassifierPhPi0.h
+2
-1
2 additions, 1 deletion
Calo/CaloTools/src/XGBClassifierPhPi0.h
CaloFuture/CaloFutureTools/src/FutureXGBClassifierPhPi0.h
+2
-2
2 additions, 2 deletions
CaloFuture/CaloFutureTools/src/FutureXGBClassifierPhPi0.h
with
4 additions
and
3 deletions
Calo/CaloTools/src/XGBClassifierPhPi0.h
+
2
−
1
View file @
5b3a5d5d
...
...
@@ -16,12 +16,13 @@
#include
"xgboost/c_api.h"
#include
"GaudiKernel/ServiceHandle.h"
#include
"GaudiKernel/IMessageSvc.h"
#include
"GaudiKernel/MsgStream.h"
#include
"GaudiKernel/MsgStream.h"
//#include "/afs/cern.ch/user/v/vchekali/public/xgboost/include/xgboost/c_api.h"
class
IClassifier
{
public:
virtual
~
IClassifier
()
=
default
;
/** * @brief Main classification method *
* Takes a vector of values of features and returns the corresponding MVA
...
...
This diff is collapsed.
Click to expand it.
CaloFuture/CaloFutureTools/src/FutureXGBClassifierPhPi0.h
+
2
−
2
View file @
5b3a5d5d
...
...
@@ -16,12 +16,12 @@
#include
"xgboost/c_api.h"
#include
"GaudiKernel/ServiceHandle.h"
#include
"GaudiKernel/IMessageSvc.h"
#include
"GaudiKernel/MsgStream.h"
//#include "/afs/cern.ch/user/v/vchekali/public/xgboost/include/xgboost/c_api.h"
#include
"GaudiKernel/MsgStream.h"
class
IClassifier
{
public:
virtual
~
IClassifier
()
=
default
;
/** * @brief Main classification method *
* Takes a vector of values of features and returns the corresponding MVA
...
...
This diff is collapsed.
Click to expand it.
Marco Cattaneo
@cattanem
mentioned in commit
03469891
·
6 years ago
mentioned in commit
03469891
mentioned in commit 034698915badf5ebd1ca68e25cbd80edb487840f
Toggle commit list
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