A wire segment.
Definition at line 439 of file db.py.
def wirecell.util.wires.db.Wire.__repr__ |
( |
|
self | ) |
|
Definition at line 460 of file db.py.
461 return "<Wire %d>" % self.
id
string wirecell.util.wires.db.Wire.__tablename__ = 'wires' |
|
staticprivate |
wirecell.util.wires.db.Wire.conductor_links |
|
static |
Initial value: 1 = relationship(
"ConductorWireLink",
2 back_populates =
"wire")
Definition at line 448 of file db.py.
wirecell.util.wires.db.Wire.conductors |
|
static |
Initial value: 1 = relationship(
"Conductor",
2 secondary =
"conductor_wire_links")
Definition at line 446 of file db.py.
wirecell.util.wires.db.Wire.id = Column(Integer, primary_key=True) |
|
static |
wirecell.util.wires.db.Wire.plane_links |
|
static |
Initial value: 1 = relationship(
"PlaneWireLink",
2 back_populates =
"wire")
Definition at line 453 of file db.py.
wirecell.util.wires.db.Wire.planes |
|
static |
Initial value: 1 = relationship(
"Plane",
2 secondary =
"plane_wire_links")
Definition at line 451 of file db.py.
wirecell.util.wires.db.Wire.ray = relationship('Ray') |
|
static |
wirecell.util.wires.db.Wire.ray_id = Column(Integer, ForeignKey('rays.id')) |
|
static |
The documentation for this class was generated from the following file:
- wire-cell-build/python/wirecell/util/wires/db.py