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
9
namespace
pflib::algorithm
{
10
16
// templated to match any event packet type
17
template
<
class
EventPacket>
18
std::array<double, 72>
get_toa_efficiencies
(
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
std::array
pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition
get_calibs.cxx:10
pflib::algorithm::get_toa_efficiencies
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
pftool.h
Shared declarations for all pftool menu commands.
std::vector
app
tool
algorithm
get_toa_efficiencies.h
Generated by
1.12.0