Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Shaun Roe
athena
Commits
61115d93
Commit
61115d93
authored
8 years ago
by
Atlas-Software Librarian
Committed by
Graeme Stewart
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
'CMakeLists.txt' (TagEvent-00-05-21)
* Tagging TagEvent-00-05-21. * Comply with ATLAS naming conventions.
parent
8e4c97dd
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PhysicsAnalysis/EventTag/TagEvent/CMakeLists.txt
+30
-0
30 additions, 0 deletions
PhysicsAnalysis/EventTag/TagEvent/CMakeLists.txt
PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTag.h
+146
-148
146 additions, 148 deletions
...nalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTag.h
with
176 additions
and
148 deletions
PhysicsAnalysis/EventTag/TagEvent/CMakeLists.txt
0 → 100644
+
30
−
0
View file @
61115d93
################################################################################
# Package: TagEvent
################################################################################
# Declare the package name:
atlas_subdir
(
TagEvent
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Control/CLIDSvc
Control/SGTools
Database/AthenaPOOL/AthenaPoolUtilities
)
# External dependencies:
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
# Component(s) in the package:
atlas_add_library
(
TagEvent
src/*.cxx
PUBLIC_HEADERS TagEvent
PRIVATE_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES SGTools AthenaPoolUtilities
PRIVATE_LINK_LIBRARIES
${
ROOT_LIBRARIES
}
)
atlas_add_dictionary
(
TagEventDict
TagEvent/TagEventDict.h
TagEvent/selection.xml
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
SGTools AthenaPoolUtilities TagEvent
)
This diff is collapsed.
Click to expand it.
PhysicsAnalysis/EventTag/TagEvent/TagEvent/RawInfoSummaryForTag.h
+
146
−
148
View file @
61115d93
This diff is collapsed.
Click to expand it.
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