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

Public Member Functions

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

Public Attributes

const input_pointerdepo
 

Detailed Description

Definition at line 172 of file Drifter.h.

Constructor & Destructor Documentation

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

Definition at line 174 of file Drifter.h.

174 : depo(depo) {}
const input_pointer & depo
Definition: Drifter.h:173

Member Function Documentation

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

Definition at line 175 of file Drifter.h.

175 { return xr.inside_bulk(depo->pos().x()); }
const input_pointer & depo
Definition: Drifter.h:173

Member Data Documentation

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

Definition at line 173 of file Drifter.h.


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