#include <FastSimulation/CaloGeometryTools/interface/CaloSegment.h>
Public Member Functions | |
inX0Segment (double depth) | |
bool | operator() (const CaloSegment &segment) const |
~inX0Segment () | |
Private Attributes | |
double | ref_ |
Definition at line 86 of file CaloSegment.h.
CaloSegment::inX0Segment::inX0Segment | ( | double | depth | ) | [inline] |
Definition at line 90 of file CaloSegment.h.
00090 :ref_(depth) 00091 { 00092 //std::cout << "inSegment " << std::endl; 00093 };
CaloSegment::inX0Segment::~inX0Segment | ( | ) | [inline] |
bool CaloSegment::inX0Segment::operator() | ( | const CaloSegment & | segment | ) | const [inline] |
Definition at line 100 of file CaloSegment.h.
References ref_, CaloSegment::sX0Entrance(), and CaloSegment::sX0Exit().
00101 { 00102 return (ref_>segment.sX0Entrance()&&ref_<segment.sX0Exit()); 00103 }
double CaloSegment::inX0Segment::ref_ [private] |