All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 156 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 160 of file DPRawHitFinder_module.cc.

161  { return std::get<0>(p) < s; }
pdgs p
Definition: selectors.fcl:22
then echo File list $list not found else cat $list while read file do echo $file sed s
Definition: file_to_url.sh:60
bool hit::DPRawHitFinder::Comp::operator() ( int  s,
std::tuple< int, int, int, int >  p 
) const
inline

Definition at line 162 of file DPRawHitFinder_module.cc.

163  { return s < std::get<0>(p); }
pdgs p
Definition: selectors.fcl:22

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