24 for (vector<MagBRod *>::const_iterator irod =
theRods.begin();
25 irod !=
theRods.end(); ++irod) {
35 for(vector<MagBRod*>::const_iterator irod =
theRods.begin();
36 irod !=
theRods.end(); ++irod) {
39 <<
" " << phi << endl ;
40 result = (*irod)->findVolume(gp, tolerance);
41 if (result!=0)
return result;
MagBSector(std::vector< MagBRod * > &rods, Geom::Phi< float > phiMin)
Constructor.
const MagVolume * findVolume(const GlobalPoint &gp, double tolerance) const
Find the volume containing a point, with a given tolerance.
std::vector< MagBRod * > theRods
Geom::Phi< T > phi() const
static constexpr bool debugOut
virtual ~MagBSector()
Destructor.