Contents
- Description
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- sort()
- readDetectorEvent(DataEvent)
- getEventHeader()
- getGeneratedEvent()
- getPhysicsEvent()
- matchedParticle(int, int)
- matchedParticle(Particle)
- clear()
- addEventHeader(DetectorHeader)
- addParticle(DetectorParticle)
- getParticles()
- getParticle(int)
- getDetectorResponseList()
- getCherenkovResponseList()
- getCalorimeterResponseList()
- getScintillatorResponseList()
- getTaggerResponseList()
- getResponseList(DetectorType)
- getResponseList(DetectorType[])
- getCentralParticles()
- moveUp(int)
- setAssociation()
- addParticle(double, double, double, double, double, double)
- getTriggerParticle()
- toString()
Class DetectorEvent
java.lang.Object
org.jlab.clas.detector.DetectorEvent
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEventHeader
(DetectorHeader eventHeader) void
addParticle
(double px, double py, double pz, double vx, double vy, double vz) void
addParticle
(DetectorParticle particle) void
clear()
returns detector response list contained in all the particles. first the association is ran to ensure that all detector responses have proper aorg.jlab.clas.physics.PhysicsEvent
getParticle
(int index) org.jlab.clas.physics.PhysicsEvent
getResponseList
(org.jlab.detector.base.DetectorType type) getResponseList
(org.jlab.detector.base.DetectorType[] types) matchedParticle
(int pid, int skip) matchedParticle
(org.jlab.clas.physics.Particle p) void
moveUp
(int index) static DetectorEvent
readDetectorEvent
(org.jlab.io.base.DataEvent event) void
void
sort()
toString()
-
Constructor Details
-
Method Details
-
sort
public void sort() -
readDetectorEvent
-
getEventHeader
-
getGeneratedEvent
public org.jlab.clas.physics.PhysicsEvent getGeneratedEvent() -
getPhysicsEvent
public org.jlab.clas.physics.PhysicsEvent 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
-