Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TTbarCovarianceCalculator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Petr Jacka
TTbarCovarianceCalculator
Merge requests
!10
Switching to git version of RooUnfold
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Switching to git version of RooUnfold
Rel21-PetrJacka
into
Rel21
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Petr Jacka
requested to merge
Rel21-PetrJacka
into
Rel21
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
Rel21
Rel21 (base)
and
latest version
latest version
96306b0b
1 commit,
4 years ago
1 file
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CMakeLists.txt
+
3
−
4
Options
################################################################################
# Project: T
t
bar
DiffCrossSection
# Project: T
T
bar
CovarianceCalculator
################################################################################
# Custom definitions needed for this package:
@@ -12,7 +12,7 @@ atlas_add_root_dictionary( TTbarCovarianceCalculatorLib _dictSource
ROOT_HEADERS
TTbarCovarianceCalculator/*.h Root/LinkDef.h
)
atlas_depends_on_subdirs
(
PUBLIC BootstrapGenerator TTbarHelperFunctions
atlas_depends_on_subdirs
(
PUBLIC BootstrapGenerator TTbarHelperFunctions
RooUnfold
)
find_package
(
ROOT REQUIRED COMPONENTS Matrix Hist RIO MathCore Physics Core Gpad Tree Chain Graf
)
@@ -23,13 +23,12 @@ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3")
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-O3"
)
set
(
CMAKE_EXE_LINKER_FLAGS
"
${
CMAKE_EXE_LINKER_FLAGS
}
-O3"
)
file
(
GLOB ROOUNFOLDLIB ../RooUnfold/libRooUnfold.so
)
atlas_add_library
(
TTbarCovarianceCalculatorLib
TTbarCovarianceCalculator/*.h Root/*.cxx
${
_dictSource
}
PUBLIC_HEADERS TTbarCovarianceCalculator
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
ROOUNFOLDLIB
}
BootstrapGeneratorLib TopDataPreparation TTbarHelperFunctionsLib
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
RooUnfold
BootstrapGeneratorLib TopDataPreparation TTbarHelperFunctionsLib
)
Loading