LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 167 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 171 of file DPRawHitFinder_module.cc.

172  { return std::get<0>(p) < s; }
Float_t s
Definition: plot.C:23
bool hit::DPRawHitFinder::Comp::operator() ( int  s,
std::tuple< int, int, int, int >  p 
) const
inline

Definition at line 173 of file DPRawHitFinder_module.cc.

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

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