Skip to content

Commit

Permalink
AOD: File Inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
f3sch committed Dec 7, 2024
1 parent 8751877 commit 487410f
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Framework/AODMerger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,23 @@
o2_add_executable(merger
COMPONENT_NAME aod
SOURCES src/aodMerger.cxx
PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)

o2_add_executable(thinner
COMPONENT_NAME aod
SOURCES src/aodThinner.cxx
PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)

o2_add_executable(strainer
COMPONENT_NAME aod
SOURCES src/aodStrainer.cxx
PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)
PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net)

o2_add_executable(inspector
COMPONENT_NAME aod
SOURCES src/aodInspector.cxx
PUBLIC_LINK_LIBRARIES ROOT::Core ROOT::Net
Boost::program_options
O2::Version
O2::CommonUtils
O2::FrameworkLogger)
Loading

0 comments on commit 487410f

Please sign in to comment.