45doublem_threshNoisy; // Minimum efficiency of pixels to be classified as noisy
46doublem_threshLEff; // Maximum efficiency of pixels to be classified as low efficiency
47doublem_sensitivity; // with higher value, the algorithm will be more prone to find noisy pixels near low efficiency ones
48
49 std::vector<std::string> m_methods; // methods to be used for identification of noisy pixels; available: \"2_ROW\", \"2_COL\", \"4_PIX\", \"8_PIX\", and \"FIT\""};