#include <SelectionDefinitions.h>
Definition at line 336 of file SelectionDefinitions.h.
shower_dists::shower_dists |
( |
double |
cut | ) |
|
|
inline |
Definition at line 342 of file SelectionDefinitions.h.
347 std::vector<double> results;
348 for(
size_t i = 0; i < track_score.size(); ++i){
350 (track_score[i] > 0.)) {
354 results.push_back(dist);
357 results.push_back(-999.);
constexpr double dist(const TReal *x, const TReal *y, const unsigned int dimension)
double shower_dists::fTrackScoreCut |
|
private |
The documentation for this class was generated from the following file: