pflib v3.12.0-1-g716e801
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
trim_toa_scan.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
18// int i_roc, const pflib::packing::SingleECONDRocErxMapping& mapping,
19
21trim_toa_scan(Target* tgt);
22
23} // 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 > > > trim_toa_scan(Target *tgt)
Find trim_toa to align TOA for each channel.
Definition trim_toa_scan.cxx:63