Public Member Functions | List of all members
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 155 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 159 of file DPRawHitFinder_module.cc.

160  { return std::get<0>(p) < s; }
p
Definition: test.py:223
static QCString * s
Definition: config.cpp:1042
bool hit::DPRawHitFinder::Comp::operator() ( int  s,
std::tuple< int, int, int, int >  p 
) const
inline

Definition at line 161 of file DPRawHitFinder_module.cc.

162  { return s < std::get<0>(p); }
p
Definition: test.py:223

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