Contents
Class GenericKinematicFitter
java.lang.Object
org.jlab.clas.physics.GenericKinematicFitter
- Author:
- gavalian
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jlab.clas.physics.PhysicsEvent
createEvent
(org.jlab.io.base.DataEvent event) org.jlab.clas.physics.PhysicsEvent
createEvent
(org.jlab.jnp.hipo.data.HipoEvent event) org.jlab.clas.physics.PhysicsEvent
getGeneratedEvent
(org.jlab.io.base.DataEvent event) org.jlab.clas.physics.PhysicsEvent
getPhysicsEvent
(org.jlab.io.base.DataEvent event) Returns PhysicsEvent object with reconstructed particles.getRecEvent
(org.jlab.io.base.DataEvent event)
-
Field Details
-
Constructor Details
-
Method Details
-
getPhysicsEvent
public org.jlab.clas.physics.PhysicsEvent getPhysicsEvent(org.jlab.io.base.DataEvent event) Returns PhysicsEvent object with reconstructed particles.- Parameters:
event
- - DataEvent object- Returns:
- PhysicsEvent : event containing particles.
-
getGeneratedEvent
public org.jlab.clas.physics.PhysicsEvent getGeneratedEvent(org.jlab.io.base.DataEvent event) -
createEvent
public org.jlab.clas.physics.PhysicsEvent createEvent(org.jlab.io.base.DataEvent event) -
createEvent
public org.jlab.clas.physics.PhysicsEvent createEvent(org.jlab.jnp.hipo.data.HipoEvent event) -
getRecEvent
-