Class RingCherenkovResponse
java.lang.Object
org.jlab.clas.detector.DetectorResponse
org.jlab.clas.detector.RingCherenkovResponse
- Author:
- mcontalb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintstatic ArrayList<DetectorResponse> readHipoEvent(DataEvent event, String bankName, DetectorType type, int signal_type) voidset_cluster(int cluster) voidset_xtalk(int xtalk) Methods inherited from class DetectorResponse
addAssociation, clearAssociations, copy, getAssociation, getAssociation, getDescriptor, getEnergy, getHitIndex, getListByEnergy, getListByLayer, getListBySector, getListBySectorLayer, getMatchedDistance, getMatchedPosition, getNAssociations, getPath, getPindexMask, getPosition, getSector, getSector, getStatus, getTime, hasAssociation, readHipoEvent, readHipoEvent, setAssociation, setEnergy, setHitIndex, setMatchPosition, setPath, setPosition, setStatus, setTime, toString
-
Constructor Details
-
RingCherenkovResponse
public RingCherenkovResponse(int sector, int layer, int component) -
RingCherenkovResponse
-
-
Method Details
-
get_cluster
public int get_cluster() -
get_xtalk
public int get_xtalk() -
set_cluster
public void set_cluster(int cluster) -
set_xtalk
public void set_xtalk(int xtalk) -
readHipoEvent
public static ArrayList<DetectorResponse> readHipoEvent(DataEvent event, String bankName, DetectorType type, int signal_type)
-