Package org.jlab.clas.physics
Class RecEvent
java.lang.Object
org.jlab.clas.physics.RecEvent
- Author:
- gavalian
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGeneratedParticle(org.jlab.clas.physics.Particle p) voidaddParticle(org.jlab.clas.physics.Particle p) voidorg.jlab.clas.physics.PhysicsEventorg.jlab.clas.physics.ParticlegetMatched(int gindex) org.jlab.clas.physics.PhysicsEventgetResolution(int index) voidsetEuclidianThreshold(double ed) toString()
-
Constructor Details
-
RecEvent
public RecEvent(double beame)
-
-
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
-