WirePlane.cxx
Go to the documentation of this file.
2 
3 using namespace WireCell;
4 
6  const IWire::vector& wires, const IChannel::vector& channels)
7  : m_ident(ident)
8  , m_pimpos(pimpos)
9  , m_wires(wires)
10  , m_channels(channels)
11 {
12 
13 }
14 
15 
17 {
18 }
19 
WirePlane(int ident, Pimpos *pimpos, const IWire::vector &wires, const IChannel::vector &channels)
Definition: WirePlane.cxx:5
std::vector< pointer > vector
Definition: IData.h:21
Definition: Main.h:22
Pimpos pimpos(nwires, min_wire_pitch, max_wire_pitch)
Pitch-Impact-Position.
Definition: Pimpos.h:36