Classes | Namespaces | Typedefs | Variables
IWireSelectors.h File Reference
#include "WireCellIface/IWire.h"
#include <boost/function.hpp>

Go to the source code of this file.

Classes

struct  WireCell::WirePlaneSelector
 Select wires by plane (and apa/face) More...
 

Namespaces

 WireCell
 

Typedefs

typedef boost::function< bool(IWire::pointer)> WireCell::wire_selector
 

Variables

wire_selector WireCell::select_all_wires = WirePlaneSelector(kUlayer|kVlayer|kWlayer, 0, 0)
 
wire_selector WireCell::select_u_wires = WirePlaneSelector(kUlayer, 0, 0)
 
wire_selector WireCell::select_v_wires = WirePlaneSelector(kVlayer, 0, 0)
 
wire_selector WireCell::select_w_wires = WirePlaneSelector(kWlayer, 0, 0)
 
wire_selector WireCell::select_uvw_wires [3]