Package org.jlab.clas.detector
Class DetectorEvent
java.lang.Object
org.jlab.clas.detector.DetectorEvent
- Author:
- gavalian
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
DetectorEventpublic DetectorEvent()
 
- 
- 
Method Details- 
sortpublic void sort()
- 
readDetectorEvent
- 
getEventHeader
- 
getGeneratedEvent
- 
getPhysicsEvent
- 
matchedParticle
- 
matchedParticle
- 
clearpublic void clear()
- 
addEventHeader
- 
addParticle
- 
getParticles
- 
getParticle
- 
getDetectorResponseListreturns 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
- 
moveUppublic void moveUp(int index) 
- 
setAssociationpublic void setAssociation()
- 
addParticlepublic void addParticle(double px, double py, double pz, double vx, double vy, double vz) 
- 
getTriggerParticle
- 
toString
 
-