Public Member Functions | |
| def | add_anode (self, anode, row, column, layer) |
| def | add_crate (self, cr, address) |
| 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) | |
| crates | |
| crate_links | |
| anodes | |
| anode_links | |
Static Private Attributes | |
| string | __tablename__ = "detectors" |
| def wirecell.util.wires.db.Detector.add_anode | ( | self, | |
| anode, | |||
| row, | |||
| column, | |||
| layer | |||
| ) |
| def wirecell.util.wires.db.Detector.add_crate | ( | self, | |
| cr, | |||
| address | |||
| ) |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.11