File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
DataFormats/Detectors/TOF Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 99# granted to it by virtue of its status as an Intergovernmental Organization
1010# or submit itself to any jurisdiction.
1111
12+ o2_add_library(DataFormatsParamTOF
13+ SOURCES src/ParameterContainers.cxx)
14+
15+
16+ o2_target_root_dictionary(DataFormatsParamTOF
17+ HEADERS include /DataFormatsTOF/ParameterContainers.h)
18+
1219o2_add_library(DataFormatsTOF
1320 SOURCES src/Cluster.cxx
1421 src/CalibInfoTOFshort.cxx
1522 src/CalibInfoTOF.cxx
1623 src/CalibLHCphaseTOF.cxx
1724 src/CalibTimeSlewingParamTOF.cxx
1825 src/CTF.cxx
19- src/ParameterContainers.cxx
2026 src/CalibInfoCluster.cxx
2127 src/CosmicInfo.cxx
2228 src/Diagnostic.cxx
2329 src/TOFFEElightInfo.cxx
2430 PUBLIC_LINK_LIBRARIES O2::ReconstructionDataFormats
2531 O2::GPUCommon
32+ O2::DataFormatsParamTOF
2633 Boost::serialization)
2734
2835o2_target_root_dictionary(DataFormatsTOF
You can’t perform that action at this time.
0 commit comments