Contents
Class RecEvent
java.lang.Object
org.jlab.clas.physics.RecEvent
- Author:
- gavalian
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGeneratedParticle
(org.jlab.clas.physics.Particle p) void
addParticle
(org.jlab.clas.physics.Particle p) void
org.jlab.clas.physics.PhysicsEvent
org.jlab.clas.physics.Particle
getMatched
(int gindex) org.jlab.clas.physics.PhysicsEvent
getResolution
(int index) void
setEuclidianThreshold
(double ed) toString()
-
Constructor Details
-
Method Details
-
setEuclidianThreshold
public void setEuclidianThreshold(double ed) -
addParticle
public void addParticle(org.jlab.clas.physics.Particle p) -
addGeneratedParticle
public void addGeneratedParticle(org.jlab.clas.physics.Particle p) -
getGenerated
public org.jlab.clas.physics.PhysicsEvent getGenerated() -
getReconstructed
public org.jlab.clas.physics.PhysicsEvent getReconstructed() -
getMatched
public org.jlab.clas.physics.Particle getMatched(int gindex) -
doPidMatch
public void doPidMatch() -
getResolution
-
toString
-