Skip to content

Commit a931e82

Browse files
Valerii Paninjose-luis-rs
authored andcommitted
Add R3BTrackingG249 task for MDF tracking in G249
1 parent 6750736 commit a931e82

4 files changed

Lines changed: 999 additions & 2 deletions

File tree

tracking/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ set(SRCS
2525
R3BTrackingParticle.cxx
2626
R3BTrackingSetup.cxx
2727
R3BMDFWrapper.cxx
28-
R3BTrackingS515.cxx)
28+
R3BTrackingS515.cxx
29+
R3BTrackingG249.cxx)
2930

3031
set(HEADERS
3132
R3BTPropagator.h
@@ -37,7 +38,8 @@ set(HEADERS
3738
R3BTrackingParticle.h
3839
R3BTrackingSetup.h
3940
R3BMDFWrapper.h
40-
R3BTrackingS515.h)
41+
R3BTrackingS515.h
42+
R3BTrackingG249.h)
4143

4244
add_library_with_dictionary(
4345
LIBNAME

0 commit comments

Comments
 (0)