#include <DTCombinatorialPatternReco4D.h>
Public Member Functions | |
virtual std::string | algoName () const |
DTCombinatorialPatternReco4D (const edm::ParameterSet &pset) | |
Constructor. More... | |
virtual edm::OwnVector < DTRecSegment4D > | reconstruct () |
Operations. More... | |
virtual void | setChamber (const DTChamberId &chId) |
virtual void | setDTRecHit1DContainer (edm::Handle< DTRecHitCollection > all1DHits) |
virtual void | setDTRecSegment2DContainer (edm::Handle< DTRecSegment2DCollection > all2DSegments) |
virtual void | setES (const edm::EventSetup &setup) |
virtual bool | wants2DSegments () |
virtual | ~DTCombinatorialPatternReco4D () |
Destructor. More... | |
Public Member Functions inherited from DTRecSegment4DBaseAlgo | |
DTRecSegment4DBaseAlgo (const edm::ParameterSet &) | |
Constructor. More... | |
virtual | ~DTRecSegment4DBaseAlgo () |
Destructor. More... | |
Private Member Functions | |
std::vector< DTSegmentCand * > | buildPhiSuperSegmentsCandidates (std::vector< DTHitPairForFit * > &pairPhiOwned) |
DTRecSegment4D * | segmentSpecialZed (const DTRecSegment4D *seg) |
Build a 4d segment with a zed component made by just one hits. More... | |
Private Attributes | |
bool | allDTRecHits |
bool | applyT0corr |
bool | computeT0corr |
bool | debug |
DTCombinatorialPatternReco * | the2DAlgo |
std::string | theAlgoName |
const DTChamber * | theChamber |
edm::ESHandle< DTGeometry > | theDTGeometry |
std::vector< DTRecHit1DPair > | theHitsFromPhi1 |
std::vector< DTRecHit1DPair > | theHitsFromPhi2 |
std::vector< DTRecHit1DPair > | theHitsFromTheta |
std::vector< DTSLRecSegment2D > | theSegments2DTheta |
DTSegmentUpdator * | theUpdator |
Algo for reconstructing 4d segment in DT using a combinatorial approach
Definition at line 40 of file DTCombinatorialPatternReco4D.h.
DTCombinatorialPatternReco4D::DTCombinatorialPatternReco4D | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 32 of file DTCombinatorialPatternReco4D.cc.
References allDTRecHits, applyT0corr, computeT0corr, debug, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), the2DAlgo, and theUpdator.
|
virtual |
Destructor.
Definition at line 57 of file DTCombinatorialPatternReco4D.cc.
References the2DAlgo, and theUpdator.
|
inlinevirtual |
Implements DTRecSegment4DBaseAlgo.
Definition at line 53 of file DTCombinatorialPatternReco4D.h.
References theAlgoName.
|
private |
Definition at line 261 of file DTCombinatorialPatternReco4D.cc.
References DTCombinatorialPatternReco::buildSegments(), filterCSVwithJSON::copy, gather_cfg::cout, debug, DTCombinatorialPatternReco::initHits(), the2DAlgo, theDTGeometry, theHitsFromPhi1, and theHitsFromPhi2.
Referenced by reconstruct().
|
virtual |
Operations.
4d segment: I have the pos along the wire => further update!
Implements DTRecSegment4DBaseAlgo.
Definition at line 125 of file DTCombinatorialPatternReco4D.cc.
References allDTRecHits, applyT0corr, edm::OwnVector< T, P >::begin(), buildPhiSuperSegmentsCandidates(), DTSegmentUpdator::calculateT0corr(), computeT0corr, gather_cfg::cout, debug, edm::OwnVector< T, P >::end(), DTChamber::id(), phi, edm::OwnVector< T, P >::push_back(), DTCombinatorialPatternReco::reconstruct(), query::result, DTChamber::superLayer(), the2DAlgo, theChamber, theHitsFromTheta, theSegments2DTheta, theUpdator, GeomDet::toGlobal(), GeomDet::toLocal(), DTSegmentUpdator::update(), detailsBasic3DVector::y, and zPos.
|
private |
Build a 4d segment with a zed component made by just one hits.
Definition at line 290 of file DTCombinatorialPatternReco4D.cc.
References DTRecSegment2D::chi2(), funct::cos(), DTRecSegment2D::covMatrix(), DTRecHit1D::digiTime(), dir, DTRecSegment4D::localDirection(), DTRecSegment2D::localDirection(), DTRecSegment4D::localPosition(), DTRecSegment2D::localPosition(), DTRecSegment2D::localPositionError(), DTRecHit1D::lrSide(), DTRecSegment4D::phiSegment(), query::result, DTRecSegment2D::specificRecHits(), DTSLRecSegment2D::superLayerId(), PV3DBase< T, PVType, FrameType >::theta(), DTRecHit1D::wireId(), PV3DBase< T, PVType, FrameType >::z(), and DTRecSegment4D::zSegment().
|
virtual |
Implements DTRecSegment4DBaseAlgo.
Definition at line 68 of file DTCombinatorialPatternReco4D.cc.
References theChamber, and theDTGeometry.
|
virtual |
Implements DTRecSegment4DBaseAlgo.
Definition at line 73 of file DTCombinatorialPatternReco4D.cc.
References allDTRecHits, gather_cfg::cout, debug, DTSuperLayerId, DTChamber::id(), DTRangeMapAccessor::layersBySuperLayer(), theChamber, theHitsFromPhi1, theHitsFromPhi2, and theHitsFromTheta.
|
virtual |
Implements DTRecSegment4DBaseAlgo.
Definition at line 104 of file DTCombinatorialPatternReco4D.cc.
References allDTRecHits, gather_cfg::cout, debug, DTSuperLayerId, DTChamber::id(), theChamber, and theSegments2DTheta.
|
virtual |
Implements DTRecSegment4DBaseAlgo.
Definition at line 62 of file DTCombinatorialPatternReco4D.cc.
References edm::EventSetup::get(), DTCombinatorialPatternReco::setES(), DTSegmentUpdator::setES(), the2DAlgo, theDTGeometry, and theUpdator.
|
inlinevirtual |
Implements DTRecSegment4DBaseAlgo.
Definition at line 59 of file DTCombinatorialPatternReco4D.h.
References allDTRecHits.
|
private |
Definition at line 85 of file DTCombinatorialPatternReco4D.h.
Referenced by DTCombinatorialPatternReco4D(), reconstruct(), setDTRecHit1DContainer(), setDTRecSegment2DContainer(), and wants2DSegments().
|
private |
Definition at line 86 of file DTCombinatorialPatternReco4D.h.
Referenced by DTCombinatorialPatternReco4D(), and reconstruct().
|
private |
Definition at line 87 of file DTCombinatorialPatternReco4D.h.
Referenced by DTCombinatorialPatternReco4D(), and reconstruct().
|
private |
Definition at line 69 of file DTCombinatorialPatternReco4D.h.
Referenced by buildPhiSuperSegmentsCandidates(), DTCombinatorialPatternReco4D(), reconstruct(), setDTRecHit1DContainer(), and setDTRecSegment2DContainer().
|
private |
Definition at line 77 of file DTCombinatorialPatternReco4D.h.
Referenced by buildPhiSuperSegmentsCandidates(), DTCombinatorialPatternReco4D(), reconstruct(), setES(), and ~DTCombinatorialPatternReco4D().
|
private |
Definition at line 67 of file DTCombinatorialPatternReco4D.h.
Referenced by algoName().
|
private |
Definition at line 82 of file DTCombinatorialPatternReco4D.h.
Referenced by reconstruct(), setChamber(), setDTRecHit1DContainer(), and setDTRecSegment2DContainer().
|
private |
Definition at line 73 of file DTCombinatorialPatternReco4D.h.
Referenced by buildPhiSuperSegmentsCandidates(), setChamber(), and setES().
|
private |
Definition at line 91 of file DTCombinatorialPatternReco4D.h.
Referenced by buildPhiSuperSegmentsCandidates(), and setDTRecHit1DContainer().
|
private |
Definition at line 93 of file DTCombinatorialPatternReco4D.h.
Referenced by buildPhiSuperSegmentsCandidates(), and setDTRecHit1DContainer().
|
private |
Definition at line 92 of file DTCombinatorialPatternReco4D.h.
Referenced by reconstruct(), and setDTRecHit1DContainer().
|
private |
Definition at line 90 of file DTCombinatorialPatternReco4D.h.
Referenced by reconstruct(), and setDTRecSegment2DContainer().
|
private |
Definition at line 80 of file DTCombinatorialPatternReco4D.h.
Referenced by DTCombinatorialPatternReco4D(), reconstruct(), setES(), and ~DTCombinatorialPatternReco4D().