pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
get_toa_efficiencies.h
1#pragma once
2
3#include <array>
4
5#include "pflib/packing/SingleROCEventPacket.h"
6
7namespace pflib::algorithm {
8
15
16} // namespace pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition get_toa_efficiencies.cxx:5
std::array< double, 72 > get_toa_efficiencies(const std::vector< pflib::packing::SingleROCEventPacket > &data)
calculate the highest TOA_VREF value for each link, for which there is a non-zero TOA efficiency
Definition get_toa_efficiencies.cxx:7