pflib v3.12.0-1-g716e801
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
toa_scan.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
19 Target* tgt);
20
21} // namespace pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition get_toa_efficiencies.cxx:5
std::map< int, std::map< std::string, std::map< std::string, uint64_t > > > toa_scan(Target *tgt)
Find toa_vref per link Find trim_toa per channel.
Definition toa_scan.cxx:11