Contents
Class TestEvent
java.lang.Object
org.jlab.analysis.physics.TestEvent
- Author:
- naharrison
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jlab.io.hipo.HipoDataEvent
get
(org.jlab.detector.base.DetectorType t) static org.jlab.io.hipo.HipoDataEvent
getCVTTestEvent
(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory) static org.jlab.io.hipo.HipoDataEvent
getDCSector1ElectronEvent
(int event) static org.jlab.io.hipo.HipoDataEvent
getDCSector1ElectronEvent
(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory) static org.jlab.io.hipo.HipoDataEvent
getECSector1PhotonEvent
(org.jlab.jnp.hipo4.data.SchemaFactory schemaFactory) static void
-
Constructor Details
-
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)
-