pflib v3.9.4-7-gb2e7f4f
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
17template <class EventPacket>
19 const std::vector<EventPacket>& data);
20
21// std::array<double, 72> get_toa_efficiencies(
22// const std::vector<pflib::packing::SingleROCEventPacket>& data);
23
24} // 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< EventPacket > &data)
calculate the highest TOA_VREF value for each link, for which there is a non-zero TOA efficiency
Definition get_toa_efficiencies.cxx:8
Shared declarations for all pftool menu commands.