A store of collections of the objects of this schema.
This somewhat awkward indirection of a reference into a store is
so that multiple things may refer to something without having to
invent some kind of "pointer" which must be carried by each
object.
:param list detectors: list of the Detector objects.
:param list anodes: list of the Anode objects.
:param list faces: list of the Face objects
:param list planes: list of the Plane objects.
:param list wires: list of the Wire objects.
:param list points: list of the Point objects.
Definition at line 149 of file schema.py.