|
bool | operator() (std::tuple< int, int, int, int > p, int s) const |
|
bool | operator() (int s, std::tuple< int, int, int, int > p) const |
|
Definition at line 156 of file DPRawHitFinder_module.cc.
bool hit::DPRawHitFinder::Comp::operator() |
( |
std::tuple< int, int, int, int > |
p, |
|
|
int |
s |
|
) |
| const |
|
inline |
Definition at line 160 of file DPRawHitFinder_module.cc.
161 {
return std::get<0>(
p) <
s; }
then echo File list $list not found else cat $list while read file do echo $file sed s
bool hit::DPRawHitFinder::Comp::operator() |
( |
int |
s, |
|
|
std::tuple< int, int, int, int > |
p |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: