Class DetectorEvent
java.lang.Object
org.jlab.clas.detector.DetectorEvent
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEventHeader(DetectorHeader eventHeader) voidaddParticle(double px, double py, double pz, double vx, double vy, double vz) 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) matchedParticle(int pid, int skip) voidmoveUp(int index) static DetectorEventreadDetectorEvent(DataEvent event) voidvoidsort()toString()
-
Constructor Details
-
DetectorEvent
public DetectorEvent()
-
-
Method Details
-
sort
public void sort() -
readDetectorEvent
-
getEventHeader
-
getGeneratedEvent
-
getPhysicsEvent
-
matchedParticle
-
matchedParticle
-
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() -
addParticle
public void addParticle(double px, double py, double pz, double vx, double vy, double vz) -
getTriggerParticle
-
toString
-