Skip to content

Commit 5c6d214

Browse files
committed
Moving macro, adding o2-test
1 parent 6cba1f3 commit 5c6d214

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

GPU/GPUTracking/Definitions/GPUSettingsList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ AddOption(nnCCDBPath, std::string, "Users/c/csonnabe/TPC/Clusterization", "", 0,
291291
AddOption(nnCCDBWithMomentum, std::string, "", "", 0, "Distinguishes between the network with and without momentum output for the regression")
292292
AddOption(nnCCDBClassificationLayerType, std::string, "FC", "", 0, "Distinguishes between network with different layer types. Options: FC, CNN")
293293
AddOption(nnCCDBRegressionLayerType, std::string, "FC", "", 0, "Distinguishes between network with different layer types. Options: FC, CNN")
294-
AddOption(nnCCDBBeamType, std::string, "PbPb", "", 0, "Distinguishes between networks trained for different beam types. Options: PbPb, pp, pPb")
294+
AddOption(nnCCDBBeamType, std::string, "pp", "", 0, "Distinguishes between networks trained for different beam types. Options: pp, pPb, PbPb")
295295
AddOption(nnCCDBInteractionRate, std::string, "500", "", 0, "Distinguishes between networks for different interaction rates [kHz].")
296296
AddHelp("help", 'h')
297297
EndConfig()

macro/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ install(FILES CheckDigits_mft.C
5858
CreateGRPLHCIFObject.C
5959
getTimeStamp.C
6060
CreateSampleIRFrames.C
61+
convert_onnx_to_root_serialized.C
6162
DESTINATION share/macro/)
6263

6364
# FIXME: a lot of macros that are here should really be elsewhere. Those which
@@ -149,6 +150,9 @@ o2_add_test_root_macro(checkTOFMatching.C
149150
O2::SimulationDataFormat
150151
O2::DataFormatsTOF)
151152

153+
o2_add_test_root_macro(convert_onnx_to_root_serialized.C
154+
PUBLIC_LINK_LIBRARIES O2::GlobalTracking)
155+
152156
# FIXME: move to subsystem dir
153157
o2_add_test_root_macro(compareTopologyDistributions.C
154158
PUBLIC_LINK_LIBRARIES O2::DataFormatsITSMFT
File renamed without changes.

0 commit comments

Comments
 (0)