#include <CaloSegment.h>
Public Member Functions | |
inSegment (double depth) | |
bool | operator() (const CaloSegment &segment) const |
~inSegment () | |
Private Attributes | |
double | ref_ |
Definition at line 132 of file CaloSegment.h.
CaloSegment::inSegment::inSegment | ( | double | depth | ) | [inline] |
Definition at line 136 of file CaloSegment.h.
:ref_(depth) { //std::cout << "inSegment " << std::endl; };
CaloSegment::inSegment::~inSegment | ( | ) | [inline] |
Definition at line 140 of file CaloSegment.h.
{;};
bool CaloSegment::inSegment::operator() | ( | const CaloSegment & | segment | ) | const [inline] |
Definition at line 146 of file CaloSegment.h.
References ref_, CaloSegment::sEntrance(), and CaloSegment::sExit().
double CaloSegment::inSegment::ref_ [private] |
Definition at line 153 of file CaloSegment.h.
Referenced by operator()().