pflib v3.12.0-1-g716e801
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
tot_scan.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
18 Target* tgt);
19
20} // 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 > > > tot_scan(Target *tgt)
Find tot_vref per link and trim_tot per channel.
Definition tot_scan.cxx:10