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
Merge requests
!1295
Fix -Wnon-virtual-dtor warning
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix -Wnon-virtual-dtor warning
fix-Wnon-virtual-dtor
into
master
Overview
1
Commits
1
Pipelines
2
Changes
2
Merged
Gerhard Raven
requested to merge
fix-Wnon-virtual-dtor
into
master
6 years ago
Overview
1
Commits
1
Pipelines
2
Changes
2
Expand
Exposed by
gaudi/Gaudi!808 (merged)
Edited
6 years ago
by
Marco Cattaneo
0
0
Merge request reports
Compare
master
version 1
26e236cf
6 years ago
master (base)
and
latest version
latest version
f7c04e79
1 commit,
6 years ago
version 1
26e236cf
1 commit,
6 years ago
2 files
+
4
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Calo/CaloTools/src/XGBClassifierPhPi0.h
+
2
−
1
Options
@@ -16,12 +16,13 @@
@@ -16,12 +16,13 @@
#include
"xgboost/c_api.h"
#include
"xgboost/c_api.h"
#include
"GaudiKernel/ServiceHandle.h"
#include
"GaudiKernel/ServiceHandle.h"
#include
"GaudiKernel/IMessageSvc.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"
//#include "/afs/cern.ch/user/v/vchekali/public/xgboost/include/xgboost/c_api.h"
class
IClassifier
class
IClassifier
{
{
public:
public:
virtual
~
IClassifier
()
=
default
;
/** * @brief Main classification method *
/** * @brief Main classification method *
* Takes a vector of values of features and returns the corresponding MVA
* Takes a vector of values of features and returns the corresponding MVA
Loading