Package org.jlab.analysis.physics
Class TestEvent
java.lang.Object
org.jlab.analysis.physics.TestEvent
- Author:
- naharrison
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jlab.io.hipo.HipoDataEventget(org.jlab.detector.base.DetectorType t) static org.jlab.io.hipo.HipoDataEventgetCVTTestEvent(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory) static org.jlab.io.hipo.HipoDataEventgetDCSector1ElectronEvent(int event) static org.jlab.io.hipo.HipoDataEventgetDCSector1ElectronEvent(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory) static org.jlab.io.hipo.HipoDataEventgetECSector1PhotonEvent(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory) static void
-
Constructor Details
-
TestEvent
public TestEvent()
-
-
Method Details
-
main
-
get
public static org.jlab.io.hipo.HipoDataEvent get(org.jlab.detector.base.DetectorType t) -
getDCSector1ElectronEvent
public static org.jlab.io.hipo.HipoDataEvent getDCSector1ElectronEvent(int event) -
getDCSector1ElectronEvent
public static org.jlab.io.hipo.HipoDataEvent getDCSector1ElectronEvent(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory) -
getCVTTestEvent
public static org.jlab.io.hipo.HipoDataEvent getCVTTestEvent(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory) -
getECSector1PhotonEvent
public static org.jlab.io.hipo.HipoDataEvent getECSector1PhotonEvent(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory)
-