-
-
-
Serialization Methods
-
readObject
Reconstitute the ArrayList instance from a stream (that is, deserialize it).
- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the ArrayList instance to a stream (that is, serialize it).
- Serial Data:
- The length of the array backing the ArrayList instance is emitted (int), followed by all of
its elements (each an Object) in the proper order.
- Throws:
IOException
-
-
-
Serialization Methods
-
readObject
Reconstitute the ArrayList instance from a stream (that is, deserialize it).
- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the ArrayList instance to a stream (that is, serialize it).
- Serial Data:
- The length of the array backing the ArrayList instance is emitted (int), followed by all of
its elements (each an Object) in the proper order.
- Throws:
IOException
-
-
-
-
Serialized Fields
-
barycenter
org.jlab.geom.prim.Vector3D barycenter
-
compo_list
ArrayList<Integer> compo_list
-
geopar
RICHGeoParameters geopar
-
global_surf
org.jlab.geom.prim.Shape3D global_surf
-
id
int id
-
idgea
int idgea
-
local_frame
RICHFrame local_frame
-
name
String name
-
nominal_plane
org.jlab.geom.prim.Shape3D nominal_plane
-
pmtpixels
RICHPixel pmtpixels
-
sector
int sector
-
tracking_sphere
org.jlab.geom.prim.Sphere3D tracking_sphere
-
tracking_surf
org.jlab.geom.prim.Shape3D tracking_surf
-
type
int type
-
vers
String vers
-
vinside
org.jlab.geom.prim.Vector3D vinside