We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee3cab commit 210d853Copy full SHA for 210d853
common-tools/clas-detector/src/main/java/org/jlab/detector/pulse/ModeAHDC.java
@@ -57,13 +57,13 @@ public class ModeAHDC extends HipoExtractor {
57
private int effectiveNumberOfBins;
58
59
//Waveform types:
60
- //0 is good,
61
- //-1 is invalid,
62
- //1 is saturating,
63
- //2 has too short of a baseline,
64
- //3 is late and only has a rising edge,
65
- //4 is a trailing edge from a previous wf,
66
- //5 has low ADC ("flat")
+ //wfType 6 ⇒ too small (nsamples <= 10)
+ //wfType 5 ⇒ decreasing baseline (or leadingEdgeTime fails)
+ //wfType 4 ⇒ bad ToT (ToT < 300)
+ //wfType 3 ⇒ pileUp // TO BE DONE
+ //wfType 2 ⇒ bad trailingEdgeTime
+ //wfType 1 ⇒ saturing
+ //wfType 0 ⇒ OK
67
68
/**
69
*
0 commit comments