Package org.jlab.clas.detector
Class DetectorEvent
java.lang.Object
org.jlab.clas.detector.DetectorEvent
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEventHeader(DetectorHeader eventHeader) voidaddParticle(DetectorParticle particle) voidclear()returns detector response list contained in all the particles. first the association is ran to ensure that all detector responses have proper agetParticle(int index) getResponseList(DetectorType type) getResponseList(DetectorType[] types) voidmoveUp(int index) voidvoidsort()toString()
-
Constructor Details
-
DetectorEvent
public DetectorEvent()
-
-
Method Details
-
sort
public void sort() -
getEventHeader
-
clear
public void clear() -
addEventHeader
-
addParticle
-
getParticles
-
getParticle
-
getDetectorResponseList
returns detector response list contained in all the particles. first the association is ran to ensure that all detector responses have proper a- Returns:
-
getCherenkovResponseList
-
getCalorimeterResponseList
-
getScintillatorResponseList
-
getTaggerResponseList
-
getResponseList
-
getResponseList
-
getCentralParticles
-
moveUp
public void moveUp(int index) -
setAssociation
public void setAssociation() -
getTriggerParticle
-
toString
-