#include <ClusterProducerFP420.h>
|
float | channelThresholdInNoiseSigma () const |
|
std::vector< ClusterFP420 > | clusterizeDetUnit (HDigiFP420Iter begin, HDigiFP420Iter end, unsigned int detid, const ElectrodNoiseVector &vnoise) |
|
std::vector< ClusterFP420 > | clusterizeDetUnitPixels (HDigiFP420Iter begin, HDigiFP420Iter end, unsigned int detid, const ElectrodNoiseVector &vnoise, unsigned int xytype, int verb) |
|
| ClusterProducerFP420 (float electrode_thr, float seed_thr, float clust_thr, int max_voids) |
|
float | clusterThresholdInNoiseSigma () const |
|
int | difNarr (unsigned int xytype, HDigiFP420Iter ichannel, HDigiFP420Iter jchannel) |
|
int | difWide (unsigned int xytype, HDigiFP420Iter ichannel, HDigiFP420Iter jchannel) |
|
float | seedThresholdInNoiseSigma () const |
|
|
bool | badChannel (int channel, const std::vector< short > &badChannels) const |
|
Definition at line 14 of file ClusterProducerFP420.h.
ClusterProducerFP420::ClusterProducerFP420 |
( |
float |
electrode_thr, |
|
|
float |
seed_thr, |
|
|
float |
clust_thr, |
|
|
int |
max_voids |
|
) |
| |
|
inline |
bool ClusterProducerFP420::badChannel |
( |
int |
channel, |
|
|
const std::vector< short > & |
badChannels |
|
) |
| const |
|
private |
float ClusterProducerFP420::channelThresholdInNoiseSigma |
( |
| ) |
const |
|
inline |
float ClusterProducerFP420::clusterThresholdInNoiseSigma |
( |
| ) |
const |
|
inline |
float ClusterProducerFP420::seedThresholdInNoiseSigma |
( |
| ) |
const |
|
inline |
int ClusterProducerFP420::max_voids_ |
|
private |
float ClusterProducerFP420::theChannelThreshold |
|
private |
float ClusterProducerFP420::theClusterThreshold |
|
private |
float ClusterProducerFP420::theSeedThreshold |
|
private |