11 : start_bin(start_bin)
14 peaks.push_back(peak);
26 peaks.push_back(peak);
170 std::vector<int> temp_wires;
179 if (
int(temp_wires.size()) >= nwire){
186 if (
int(temp_wires.size()) >= nwire){
200 if (
int(temp_wires.size()) >= nwire){
207 if (
int(temp_wires.size()) >= nwire){
222 if (
int(temp_wires.size()) >= nwire){
223 for (
int j=0;j!=
int(temp_wires.size());j++){
231 if (
int(temp_wires.size()) >= nwire){
232 for (
int j=0;j!=
int(temp_wires.size());j++){
float get_max_wwires_peak_height()
std::map< int, float > uwires_peak_heights
float get_max_vwires_peak_height(int group)
float get_average_wwires_peak_height()
void insert_uwires(int wire_no, float peak_height)
std::map< int, float > wwires_peak_heights
std::vector< int > induction_vwires
std::map< int, float > & get_wwires_peak_heights()
std::vector< std::vector< int > > sorted_ind_vwires
Configuration find(Configuration &lst, const std::string &dotpath, const T &val)
Return dictionary in given list if it value at dotpath matches.
bool merge_ROI(PMTNoiseROI &ROI)
float get_average_uwires_peak_height(int group)
std::vector< std::vector< int > > sorted_ind_uwires
std::vector< int > sorted_col_wwires
std::vector< int > induction_uwires
static int max(int a, int b)
void insert_peak(int peak)
std::vector< int > collection_wwires
void sort_wires(int nwire=1)
std::vector< int > & get_peaks()
void insert_vwires(int wire_no, float peak_height)
std::map< int, float > vwires_peak_heights
float get_average_vwires_peak_height(int group)
std::vector< int > & get_wwires()
float get_max_uwires_peak_height(int group)
PMTNoiseROI(int start_bin, int end_bin, int peak, int channel, float peak_height)