Skip to content
Merged
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
11 changes: 6 additions & 5 deletions Tools/PIDML/pidOnnxModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ enum PidMLDetector {
kNDetectors ///< number of available detectors configurations
};

namespace pidml_pt_cuts {
// TODO: for now first limit wouldn't be used,
// network needs TPC, so we can either do not cut it by p or return 0.0f as prediction
constexpr double defaultModelPLimits[kNDetectors] = {0.0, 0.5, 0.8};
}
namespace pidml_pt_cuts
{
// TODO: for now first limit wouldn't be used,
// network needs TPC, so we can either do not cut it by p or return 0.0f as prediction
constexpr double defaultModelPLimits[kNDetectors] = {0.0, 0.5, 0.8};
} // namespace pidml_pt_cuts

// TODO: Copied from cefpTask, shall we put it in some common utils code?
namespace
Expand Down