Public Member Functions | |
def | __init__ (self, pib, kwds) |
def | __getattr__ (self, key) |
def | wire_space (self, hits) |
def | apply_block (self, block, iplane, ich, time) |
def | clear_frame (self) |
def | add_hits (self, hits) |
Public Attributes | |
pib | |
wire_yz_dir | |
wire_yz_pit | |
wire_yz_off | |
frame | |
Static Public Attributes | |
defaults | |
Private Attributes | |
_cfg | |
Simulate the response to a distribution of charge. todo: - for each hit, find all rf's for the hits impact, use each region number as offset to hit's wire number, fill frame.
Definition at line 17 of file minisim.py.
def wirecell.sigproc.minisim.Minisim.__init__ | ( | self, | |
pib, | |||
kwds | |||
) |
Create a mini simulation. - pib :: a response.PlaneImpactBlocks object
Definition at line 35 of file minisim.py.
def wirecell.sigproc.minisim.Minisim.__getattr__ | ( | self, | |
key | |||
) |
Definition at line 54 of file minisim.py.
def wirecell.sigproc.minisim.Minisim.add_hits | ( | self, | |
hits | |||
) |
Add response to hits to current frame.
Definition at line 110 of file minisim.py.
def wirecell.sigproc.minisim.Minisim.apply_block | ( | self, | |
block, | |||
iplane, | |||
ich, | |||
time | |||
) |
Apply block array to plane array with ich and itick offsets
Definition at line 76 of file minisim.py.
def wirecell.sigproc.minisim.Minisim.clear_frame | ( | self | ) |
def wirecell.sigproc.minisim.Minisim.wire_space | ( | self, | |
hits | |||
) |
Return the location of a hit in terms of (wire number, impact).
Definition at line 57 of file minisim.py.
|
private |
Definition at line 43 of file minisim.py.
|
static |
Definition at line 27 of file minisim.py.
wirecell.sigproc.minisim.Minisim.frame |
Definition at line 51 of file minisim.py.
wirecell.sigproc.minisim.Minisim.pib |
Definition at line 42 of file minisim.py.
wirecell.sigproc.minisim.Minisim.wire_yz_dir |
Definition at line 45 of file minisim.py.
wirecell.sigproc.minisim.Minisim.wire_yz_off |
Definition at line 47 of file minisim.py.
wirecell.sigproc.minisim.Minisim.wire_yz_pit |
Definition at line 46 of file minisim.py.