LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
hit::DPRawHitFinder::Comp Struct Reference

Public Member Functions

bool operator() (std::tuple< int, int, int, int > p, int s) const
 
bool operator() (int s, std::tuple< int, int, int, int > p) const
 

Detailed Description

Definition at line 153 of file DPRawHitFinder_module.cc.

Member Function Documentation

bool hit::DPRawHitFinder::Comp::operator() ( std::tuple< int, int, int, int >  p,
int  s 
) const
inline

Definition at line 157 of file DPRawHitFinder_module.cc.

157 { return std::get<0>(p) < s; }
bool hit::DPRawHitFinder::Comp::operator() ( int  s,
std::tuple< int, int, int, int >  p 
) const
inline

Definition at line 158 of file DPRawHitFinder_module.cc.

158 { return s < std::get<0>(p); }

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