pflib v3.10.0-3-g113fad1
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
local_pedestal_level.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
19local_pedestal_level(Target* tgt);
20
21} // namespace pflib::algorithm
housing of higher-level methods for repeatable tasks
Definition get_calibs.cxx:10
std::map< int, std::map< std::string, std::map< std::string, uint64_t > > > local_pedestal_level(Target *tgt)
Level pedestals so that they are all within noise of their link median.
Definition local_pedestal_level.cxx:42