pflib v3.9.4-7-gb2e7f4f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
tp50_scan.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
22template <class EventPacket>
23std::array<int, 2> tp50_scan(Target* tgt, ROC& roc, size_t& n_events,
24 std::array<int, 72>& calibs,
25 std::array<int, 2>& link_vref_list);
26
27} // namespace pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition get_calibs.cxx:10
std::array< int, 2 > tp50_scan(Target *tgt, ROC &roc, size_t &n_events, std::array< int, 72 > &calib, std::array< int, 2 > &link_vref_list)
Find TOT threshold voltage that corresponds to 50% efficiency for a given pulse.
Definition tp50_scan.cxx:123
static void roc(const std::string &cmd, Target *pft)
ROC menu commands.
Definition roc.cxx:121