pflib v3.9.4-7-gb2e7f4f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
trim_tot_scan.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
18template <class EventPacket>
19std::array<int, 72> trim_tot_scan(Target* tgt, ROC& roc, size_t& n_events,
20 std::array<int, 72>& calibs,
21 std::array<int, 2>& tot_vrefs,
22 std::array<int, 72>& tot_trims);
23
24} // namespace pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition get_calibs.cxx:10
std::array< int, 72 > trim_tot_scan(Target *tgt, ROC &roc, size_t &n_events, std::array< int, 72 > &calibs, std::array< int, 2 > &tot_vrefs, std::array< int, 72 > &tot_trims)
Find trim_toa to align TOA for each channel.
Definition trim_tot_scan.cxx:12
static void roc(const std::string &cmd, Target *pft)
ROC menu commands.
Definition roc.cxx:121