Functions
OmniChannelNoiseDB.cxx File Reference
#include "WireCellSigProc/OmniChannelNoiseDB.h"
#include "WireCellUtil/Response.h"
#include "WireCellUtil/NamedFactory.h"
#include <cmath>

Go to the source code of this file.

Functions

 WIRECELL_FACTORY (OmniChannelNoiseDB, WireCell::SigProc::OmniChannelNoiseDB, WireCell::IChannelNoiseDatabase, WireCell::IConfigurable) using namespace WireCell
 
template<typename Type >
void dump_cfg (const std::string &name, std::vector< int > chans, Type val)
 

Function Documentation

template<typename Type >
void dump_cfg ( const std::string name,
std::vector< int >  chans,
Type  val 
)

Definition at line 380 of file OmniChannelNoiseDB.cxx.

381 {
382  std::sort(chans.begin(), chans.end());
383  // std::cerr << "OmniChannelNoiseDB: setting " << name << " to " << val << " on " << chans.size() << ":[" << chans.front() << "," << chans.back() << "]\n";
384 }