Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion math/physics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

ROOT_STANDARD_LIBRARY_PACKAGE(Physics
HEADERS
TFANG.h
TFeldmanCousins.h
TGenPhaseSpace.h
TLorentzRotation.h
Expand All @@ -20,7 +21,8 @@ ROOT_STANDARD_LIBRARY_PACKAGE(Physics
TRotation.h
TVector2.h
TVector3.h
SOURCES
SOURCES
src/TFANG.cxx
src/TFeldmanCousins.cxx
src/TGenPhaseSpace.cxx
src/TLorentzRotation.cxx
Expand All @@ -32,9 +34,13 @@ ROOT_STANDARD_LIBRARY_PACKAGE(Physics
src/TVector2.cxx
src/TVector3.cxx
DEPENDENCIES
Core
Matrix
MathCore
GenVector
DICTIONARY_OPTIONS
-writeEmptyRootPCM
)
if(testing)
add_subdirectory(test)
endif()
488 changes: 488 additions & 0 deletions math/physics/inc/TFANG.h

Large diffs are not rendered by default.

Loading