pflib v3.9.5-8-gf71a60f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
get_toa_efficiencies.h
1#pragma once
2
3#include <array>
4
5#include "../pftool.h"
6#include "pflib/packing/MultiSampleECONDEventPacket.h"
7#include "pflib/packing/SingleROCEventPacket.h"
8
9namespace pflib::algorithm {
10
16// templated to match any event packet type
19
20} // namespace pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition get_calibs.cxx:10
std::array< double, 72 > get_toa_efficiencies(const std::vector< pflib::packing::MultiSampleECONDEventPacket > &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
Shared declarations for all pftool menu commands.