Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Urania
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
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
Urania
Merge requests
!23
Updates master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates master
updates_master
into
master
Overview
0
Commits
2
Pipelines
0
Changes
62
Merged
Carlos Vazquez Sierra
requested to merge
updates_master
into
master
7 years ago
Overview
0
Commits
2
Pipelines
0
Changes
62
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a0cd3f24
2 commits,
7 years ago
62 files
+
1076
−
9012
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
62
Search (e.g. *.vue) (Ctrl+P)
PIDCalib/PIDPerfTools/CMakeLists.txt
+
10
−
13
Options
@@ -4,25 +4,22 @@
gaudi_subdir
(
PIDPerfTools v8r0
)
find_package
(
Boost COMPONENTS regex
)
find_package
(
ROOT COMPONENTS Core RIO
RooFitCore RooFit RooStats Hist Gpad Graf Tree
)
# override the genreflex call to wrap it in the right environment
#set(ROOT_genreflex_CMD ${env_cmd} --xml ${env_xml} ${ROOT_genreflex_CMD})
include_directories
(
SYSTEM
${
Boost_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
)
find_package
(
ROOT COMPONENTS Core RIO RooFitCore RooFit RooStats Hist Gpad Graf Tree
)
gaudi_add_dictionary
(
PIDPerfTools
dict/PIDPerfToolsDict.h
dict/PIDPerfToolsDict.h
dict/PIDPerfToolsDict.xml
INCLUDE_DIRS Boost ROOT
LINK_LIBRARIES Boost ROOT
OPTIONS
"-U__MINGW32__"
SPLIT_CLASSDEF
)
INCLUDE_DIRS Boost ROOT
LINK_LIBRARIES Boost ROOT
OPTIONS
"-U__MINGW32__"
SPLIT_CLASSDEF
)
gaudi_add_library
(
PIDPerfToolsLib
src/*.cpp
PIDPerfToolsDict_classdef.cpp
PIDPerfToolsDict_classdef.cpp
PUBLIC_HEADERS PIDPerfTools
INCLUDE_DIRS Boost ROOT
LINK_LIBRARIES Boost ROOT
)
# ensure that genreflex is not called twice (in parallel builds)
add_dependencies
(
PIDPerfToolsLib PIDPerfToolsGen
)
Loading