32 theSlid(id), thePairs(pairs){
38 const std::vector<DTRecHit1DPair>& pairs) :
39 theSlid(id), thePos(pos), thePosError(err), thePairs(pairs){
46 std::vector<const TrackingRecHit*> pointersOfRecHits;
48 for(std::vector<DTRecHit1DPair>::const_iterator rechit =
thePairs.begin();
50 pointersOfRecHits.push_back( &(*rechit) );
52 return pointersOfRecHits;
56 std::vector<TrackingRecHit*> pointersOfRecHits;
58 for(std::vector<DTRecHit1DPair>::iterator rechit =
thePairs.begin();
60 pointersOfRecHits.push_back( &(*rechit) );
62 return pointersOfRecHits;
68 <<
" nHits: " << clus.
nHits() ;
std::vector< DTRecHit1DPair > thePairs
virtual LocalPoint localPosition() const
Local position.
std::ostream & operator<<(std::ostream &out, const ALILine &li)
static AlgebraicMatrix theProjectionMatrix
virtual std::vector< const TrackingRecHit * > recHits() const
return the hits
CLHEP::HepMatrix AlgebraicMatrix
static bool isInitialized
virtual LocalError localPositionError() const
Error on the local position.