11 SimpleTECWedge::SimpleTECWedge(
const GeomDet* theInputDet):
14 theDets.push_back(theDet);
18 LogDebug(
"TkDetLayers") <<
"DEBUG INFO for CompositeTECWedge" <<
"\n"
19 <<
"TECWedge z, perp,innerRadius,outerR: "
22 << theDiskSector->innerRadius() <<
" , "
23 << theDiskSector->outerRadius() ;
27 SimpleTECWedge::~SimpleTECWedge(){
32 const vector<const GeometricSearchDet*>&
34 throw DetLayerException(
"SimpleTECWedge doesn't have GeometricSearchDet components");
38 pair<bool, TrajectoryStateOnSurface>
52 std::vector<DetGroup> &
result)
const{
53 pair<bool, TrajectoryStateOnSurface> compat = this->compatible(tsos,prop,est);
58 result.front().push_back(ge);
static int position[TOTALCHAMBERS][3]
static std::pair< bool, TrajectoryStateOnSurface > isCompatible(const GeomDet *theDet, const TrajectoryStateOnSurface &ts, const Propagator &prop, const MeasurementEstimator &est)
std::pair< const GeomDet *, TrajectoryStateOnSurface > DetWithState
std::pair< const GeomDet *, TrajectoryStateOnSurface > DetWithState