pflib v3.9.5-27-gb09aabf
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
level_pedestals.h
1#pragma once
2
3#include "pflib/Target.h"
4
9namespace pflib::algorithm {
10
19level_pedestals(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 > > > level_pedestals(Target *tgt)
Level pedestals so that they are all within noise of their link median.
Definition level_pedestals.cxx:42