#include <CaloSegment.h>
Public Member Functions | |
inL0Segment (double depth) | |
bool | operator() (const CaloSegment &segment) const |
~inL0Segment () | |
Private Attributes | |
double | ref_ |
Definition at line 109 of file CaloSegment.h.
CaloSegment::inL0Segment::inL0Segment | ( | double | depth | ) | [inline] |
Definition at line 113 of file CaloSegment.h.
:ref_(depth) { //std::cout << "inSegment " << std::endl; };
CaloSegment::inL0Segment::~inL0Segment | ( | ) | [inline] |
Definition at line 117 of file CaloSegment.h.
{;};
bool CaloSegment::inL0Segment::operator() | ( | const CaloSegment & | segment | ) | const [inline] |
Definition at line 123 of file CaloSegment.h.
References ref_, CaloSegment::sL0Entrance(), and CaloSegment::sL0Exit().
{ return (ref_>segment.sL0Entrance()&&ref_<segment.sL0Exit()); }
double CaloSegment::inL0Segment::ref_ [private] |
Definition at line 129 of file CaloSegment.h.
Referenced by operator()().