14 SimpleTECWedge::SimpleTECWedge(
const GeomDet* theInputDet):
17 theDets.push_back(theDet);
21 LogDebug(
"TkDetLayers") <<
"DEBUG INFO for CompositeTECWedge" <<
"\n"
22 <<
"TECWedge z, perp,innerRadius,outerR: "
25 << theDiskSector->innerRadius() <<
" , "
26 << theDiskSector->outerRadius() ;
30 SimpleTECWedge::~SimpleTECWedge(){
35 const vector<const GeometricSearchDet*>&
37 throw DetLayerException(
"SimpleTECWedge doesn't have GeometricSearchDet components");
41 pair<bool, TrajectoryStateOnSurface>
55 std::vector<DetGroup> &
result)
const{
56 pair<bool, TrajectoryStateOnSurface> compat = this->compatible(tsos,prop,est);
61 result.front().push_back(ge);
static std::pair< bool, TrajectoryStateOnSurface > isCompatible(const GeomDet *theDet, const TrajectoryStateOnSurface &ts, const Propagator &prop, const MeasurementEstimator &est)
static int position[TOTALCHAMBERS][3]
std::pair< const GeomDet *, TrajectoryStateOnSurface > DetWithState
std::pair< const GeomDet *, TrajectoryStateOnSurface > DetWithState