pflib v3.9.5-8-gf71a60f
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
18std::array<int, 72> get_calibs(Target* tgt, ROC& roc, size_t& n_events,
19 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, size_t &n_events, int &target_adc)
Find calib value where the max adc corresponds to a target value.
Definition get_calibs.cxx:12
static void roc(const std::string &cmd, Target *pft)
ROC menu commands.
Definition roc.cxx:121