File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Detectors/GlobalTrackingWorkflow/study Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ o2_add_library(GlobalTrackingStudy
2525 src/TrackMCStudyConfig.cxx
2626 src/TrackMCStudyTypes.cxx
2727 src/TPCClusSelector.cxx
28+ src/CheckResid.cxx
29+ src/CheckResidConfig.cxx
2830 PUBLIC_LINK_LIBRARIES O2::GlobalTracking
2931 O2::GlobalTrackingWorkflowReaders
3032 O2::GlobalTrackingWorkflowHelpers
@@ -38,6 +40,8 @@ o2_target_root_dictionary(GlobalTrackingStudy
3840 include /GlobalTrackingStudy/TrackInfoExt.h
3941 include /GlobalTrackingStudy/TrackMCStudyConfig.h
4042 include /GlobalTrackingStudy/TrackMCStudyTypes.h
43+ include /GlobalTrackingStudy/CheckResidTypes.h
44+ include /GlobalTrackingStudy/CheckResidConfig.h
4145 LINKDEF src/GlobalTrackingStudyLinkDef.h
4246)
4347
@@ -76,6 +80,11 @@ o2_add_executable(dump-workfow
7680 SOURCES src/track-dump-workflow.cxx
7781 PUBLIC_LINK_LIBRARIES O2::GlobalTrackingStudy)
7882
83+ o2_add_executable(resid-workfow
84+ COMPONENT_NAME check
85+ SOURCES src/check-resid-workflow.cxx
86+ PUBLIC_LINK_LIBRARIES O2::GlobalTrackingStudy)
87+
7988if (OpenMP_CXX_FOUND)
8089 target_compile_definitions (${targetName} PRIVATE WITH_OPENMP)
8190 target_link_libraries (${targetName} PRIVATE OpenMP::OpenMP_CXX)
Original file line number Diff line number Diff line change 4343#pragma link C++ class o2::trackstudy::ITSHitInfo + ;
4444#pragma link C++ class std::vector < o2::trackstudy::ITSHitInfo> + ;
4545
46+ #pragma link C++ class o2::checkresid::Point + ;
47+ #pragma link C++ class std::vector < o2::checkresid::Point> + ;
48+ #pragma link C++ class o2::checkresid::Track + ;
49+ #pragma link C++ class o2::checkresid::CheckResidConfig + ;
50+ #pragma link C++ class o2::conf::ConfigurableParamHelper < o2::checkresid::CheckResidConfig> + ;
51+
4652#endif
You can’t perform that action at this time.
0 commit comments