pflib v3.9.4-7-gb2e7f4f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
get_calibs.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
18template <class EventPacket>
19std::array<int, 72> get_calibs(Target* tgt, ROC& roc, int& target_adc);
20
21} // namespace pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition get_calibs.cxx:10
std::array< int, 72 > get_calibs(Target *tgt, ROC &roc, int &target_adc)
Find calib value where the max adc corresponds to a target value.
Definition get_calibs.cxx:13
static void roc(const std::string &cmd, Target *pft)
ROC menu commands.
Definition roc.cxx:121