#include <TileWienerFilterWeights.h>
Definition at line 17 of file TileWienerFilterWeights.h.
◆ TileWienerFilterWeights()
TileWienerFilterWeights::TileWienerFilterWeights |
( |
| ) |
|
◆ ~TileWienerFilterWeights()
TileWienerFilterWeights::~TileWienerFilterWeights |
( |
| ) |
|
◆ loaded()
bool TileWienerFilterWeights::loaded |
( |
| ) |
|
|
inline |
◆ loadWeights()
void TileWienerFilterWeights::loadWeights |
( |
MsgStream & |
log | ) |
|
Definition at line 26 of file TileWienerFilterWeights.cxx.
41 std::ifstream file_gn(file_path_gn.c_str());
44 if (file_gn.is_open()) {
49 while (std::getline(file_gn, line_gn)) {
51 if (line_gn.empty() || line_gn[0] ==
'#')
continue;
54 std::istringstream iss(line_gn);
58 for (
int i=0;
i<8;
i++) {
75 std::ifstream file_op(file_path_op.c_str());
78 if (file_op.is_open()) {
83 while (std::getline(file_op, line_op)) {
85 if (line_op.empty() || line_op[0] ==
'#')
continue;
88 std::istringstream iss(line_op);
89 for (
int i=0;
i<8;
i++) {
◆ TileWFstruct()
◆ TileInfoLoader
◆ m_loaded
bool TileWienerFilterWeights::m_loaded |
|
private |
◆ m_Luminosity
int TileWienerFilterWeights::m_Luminosity |
|
private |
◆ m_NSamples_Phys
int TileWienerFilterWeights::m_NSamples_Phys = 0 |
|
private |
◆ m_weights
The documentation for this class was generated from the following files: