Classes | |
| class | BoundingBox |
| class | Ray |
Functions | |
| def | p2p (p) |
| def | todict (store) |
| def | pitch_mean_rms (wires) |
| def | format_pitch (p) |
| def | summary (store) |
| def | jsonnet_volumes (store, danode=0.0, dresponse=10 *units.cm, dcathode=1 *units.m, volpat=None) |
Functions to provide information about wires
| def wirecell.util.wires.info.jsonnet_volumes | ( | store, | |
danode = 0.0, |
|||
dresponse = 10*units.cm, |
|||
dcathode = 1*units.m, |
|||
volpat = None |
|||
| ) |
Return a Jsonnet string suitable for copying to set
params.det.volumes found in the pgrapher configuration.
The "namepat" should be a string with format markers "{variable}"
and will be formated with "detector", "anode" set to their
numbers.
The "d" arguments give the distance measured from the collection
plane to each of these logical planes.
Definition at line 156 of file info.py.
| def wirecell.util.wires.info.p2p | ( | p | ) |
| def wirecell.util.wires.info.pitch_mean_rms | ( | wires | ) |
Return [mean,rms] of pitch
Definition at line 79 of file info.py.
| def wirecell.util.wires.info.summary | ( | store | ) |
Return a summary data structure about the wire store.
Definition at line 119 of file info.py.
1.8.11