Public Member Functions | |
def | add_board (self, board, spot) |
def | add_plane (self, plane, layer) |
def | __repr__ (self) |
Public Member Functions inherited from Base | |
virtual std::string | who () const |
virtual | ~Base () noexcept=default |
Static Public Attributes | |
id = Column(Integer, primary_key=True) | |
anodes | |
anode_links | |
boards | |
board_links | |
planes | |
plane_links | |
Static Private Attributes | |
string | __tablename__ = 'faces' |
def wirecell.util.wires.db.Face.add_board | ( | self, | |
board, | |||
spot | |||
) |
def wirecell.util.wires.db.Face.add_plane | ( | self, | |
plane, | |||
layer | |||
) |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |