void get_param(Target *tgt, DecodeAndBuffer &buffer, const std::size_t &nevents, int &step, std::map< int, std::vector< int > > &pedestals_l0, std::map< int, std::vector< double > > &stds_l0, std::map< int, std::vector< int > > &pedestals_l1, std::map< int, std::vector< double > > &stds_l1, std::map< int, std::vector< int > > &inv_vrefs, std::map< int, std::array< int, 2 > > &noinv_vref)
Collect inv_vref data for the constant input noinv_vref parameter.
Definition global_pedestal_level.cxx:172
std::map< int, std::map< std::string, std::map< std::string, uint64_t > > > global_pedestal_level(Target *tgt)
Find the inv_vref and noinv_vref parameters.
Definition global_pedestal_level.cxx:231