Public Member Functions | Public Attributes | List of all members
WireCell::Gen::Drifter::IsInsideResp Struct Reference

Public Member Functions

 IsInsideResp (const input_pointer &depo)
 
bool operator() (const Xregion &xr) const
 

Public Attributes

const input_pointerdepo
 

Detailed Description

Definition at line 177 of file Drifter.h.

Constructor & Destructor Documentation

WireCell::Gen::Drifter::IsInsideResp::IsInsideResp ( const input_pointer depo)
inline

Definition at line 179 of file Drifter.h.

179 : depo(depo) {}
const input_pointer & depo
Definition: Drifter.h:178

Member Function Documentation

bool WireCell::Gen::Drifter::IsInsideResp::operator() ( const Xregion xr) const
inline

Definition at line 180 of file Drifter.h.

180 { return xr.inside_response(depo->pos().x()); }
const input_pointer & depo
Definition: Drifter.h:178

Member Data Documentation

const input_pointer& WireCell::Gen::Drifter::IsInsideResp::depo

Definition at line 178 of file Drifter.h.


The documentation for this struct was generated from the following file: