Package cnuphys.snr.clas12
Class Clas12NoiseResult
java.lang.Object
cnuphys.snr.clas12.Clas12NoiseResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean[]
noise array, parallel to the dc tdc sector array. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clear all the resultsint
Get the number of noise hits
-
Field Details
-
noise
public boolean[] noisenoise array, parallel to the dc tdc sector array. Should be thread safe
-
-
Constructor Details
-
Clas12NoiseResult
public Clas12NoiseResult()
-
-
Method Details
-
clear
public void clear()clear all the results -
noiseCount
public int noiseCount()Get the number of noise hits- Returns:
- the number of noise hits
-