#include <GEMCSCSegment.h>
Public Member Functions | |
double | chi2 () const override |
Chi2 of the segment fit. More... | |
GEMCSCSegment * | clone () const override |
CSCDetId | cscDetId () const |
const std::vector< CSCRecHit2D > & | cscRecHits () const |
const CSCSegment | cscSegment () const |
int | degreesOfFreedom () const override |
Degrees of freedom of the segment fit. More... | |
int | dimension () const override |
Dimension (in parameter space) More... | |
GEMCSCSegment () | |
Default constructor. More... | |
GEMCSCSegment (const CSCSegment *csc_segment, const std::vector< const GEMRecHit * > gem_rhs, LocalPoint origin, LocalVector direction, AlgebraicSymMatrix errors, double chi2) | |
Constructor. More... | |
const std::vector< GEMRecHit > & | gemRecHits () const |
LocalVector | localDirection () const override |
Local direction. More... | |
LocalError | localDirectionError () const override |
Error on the local direction. More... | |
LocalPoint | localPosition () const override |
LocalError | localPositionError () const override |
int | nRecHits () const |
AlgebraicVector | parameters () const override |
Parameters of the segment, for the track fit in the order (dx/dz, dy/dz, x, y ) More... | |
AlgebraicSymMatrix | parametersError () const override |
Covariance matrix of parameters() More... | |
void | print () const |
AlgebraicMatrix | projectionMatrix () const override |
The projection matrix relates the trajectory state parameters to the segment parameters(). More... | |
std::vector< const TrackingRecHit * > | recHits () const override |
Access to component RecHits (if any) More... | |
std::vector< TrackingRecHit * > | recHits () override |
Non-const access to component RecHits (if any) More... | |
~GEMCSCSegment () override | |
Destructor. More... | |
Public Member Functions inherited from RecSegment | |
RecSegment (DetId id) | |
RecSegment (TrackingRecHit::id_type id=0) | |
~RecSegment () override | |
Destructor. More... | |
Public Member Functions inherited from TrackingRecHit | |
virtual bool | canImproveWithTrack () const |
RecHitPointer | cloneForFit (const GeomDet &idet) const |
virtual TrackingRecHit * | cloneHit () const |
virtual RecHitPointer | cloneSH () const |
const GeomDet * | det () const |
virtual const GeomDetUnit * | detUnit () const |
virtual float | errorGlobalR () const |
virtual float | errorGlobalRPhi () const |
virtual float | errorGlobalZ () const |
DetId | geographicalId () const |
virtual void | getKfComponents (KfComponentsHolder &holder) const |
unsigned int | getRTTI () const |
Type | getType () const |
virtual GlobalPoint | globalPosition () const |
virtual GlobalError | globalPositionError () const |
virtual bool | hasPositionAndError () const |
to be redefined by daughter class More... | |
virtual TrackingRecHit const * | hit () const |
bool | isValid () const |
id_type | rawId () const |
virtual void | recHitsV (std::vector< const TrackingRecHit * > &) const |
virtual void | recHitsV (std::vector< TrackingRecHit * > &) |
virtual void | setDet (const GeomDet &idet) |
virtual bool | sharesInput (const TrackingRecHit *other, SharedInputType what) const |
virtual const Surface * | surface () const |
TrackingRecHit (DetId id, Type type=valid) | |
TrackingRecHit (id_type id=0, Type type=valid) | |
TrackingRecHit (DetId id, unsigned int rt, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, unsigned int rt, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, TrackingRecHit const &rh) | |
virtual ConstRecHitContainer | transientHits () const |
Type | type () const |
virtual float | weight () const |
virtual | ~TrackingRecHit () |
Private Attributes | |
double | theChi2 |
AlgebraicSymMatrix | theCovMatrix |
CSCSegment | theCSCSegment |
std::vector< GEMRecHit > | theGEMRecHits |
LocalVector | theLocalDirection |
LocalPoint | theOrigin |
Additional Inherited Members | |
Public Types inherited from TrackingRecHit | |
typedef std::vector < ConstRecHitPointer > | ConstRecHitContainer |
using | ConstRecHitPointer = std::shared_ptr< TrackingRecHit const > |
typedef unsigned int | id_type |
typedef std::vector < ConstRecHitPointer > | RecHitContainer |
using | RecHitPointer = std::shared_ptr< TrackingRecHit const > |
enum | SharedInputType { all, some } |
definition of equality via shared input More... | |
enum | Type { valid = 0, missing = 1, inactive = 2, bad = 3, missing_inner = 4, missing_outer = 5, inactive_inner = 6, inactive_outer = 7 } |
Static Public Attributes inherited from TrackingRecHit | |
static const int | rttiShift = 24 |
static const int | typeMask = 0xf |
Protected Member Functions inherited from TrackingRecHit | |
void | setId (id_type iid) |
void | setRTTI (unsigned int rt) |
void | setType (Type ttype) |
Based on CSCSegment class Describes a reconstructed track segment in the GEM + CSC chambers. This is 4-dimensional since it has an origin (x,y) and a direction (x,y) in the local coordinate system of the (csc) chamber.
Definition at line 24 of file GEMCSCSegment.h.
|
inline |
GEMCSCSegment::GEMCSCSegment | ( | const CSCSegment * | csc_segment, |
const std::vector< const GEMRecHit * > | gem_rhs, | ||
LocalPoint | origin, | ||
LocalVector | direction, | ||
AlgebraicSymMatrix | errors, | ||
double | chi2 | ||
) |
Constructor.
Definition at line 31 of file GEMCSCSegment.cc.
References CSCSegment::cscDetId(), mps_fire::i, CSCSegment::specificRecHits(), theCSCSegment, and theGEMRecHits.
|
override |
|
inlineoverridevirtual |
Chi2 of the segment fit.
Implements RecSegment.
Definition at line 58 of file GEMCSCSegment.h.
References theChi2.
Referenced by GEMEffByGEMCSCSegmentSource::checkCoincidenceGE11(), and operator<<().
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 41 of file GEMCSCSegment.h.
References GEMCSCSegment().
|
inline |
Definition at line 73 of file GEMCSCSegment.h.
References TrackingRecHit::geographicalId().
Referenced by GEMEffByGEMCSCSegmentSource::analyze(), GEMEffByGEMCSCSegmentSource::analyzeME11GE11Segment(), and GEMEffByGEMCSCSegmentSource::checkCoincidenceGE11().
|
inline |
Definition at line 69 of file GEMCSCSegment.h.
References CSCSegment::specificRecHits(), and theCSCSegment.
Referenced by GEMEffByGEMCSCSegmentSource::checkCoincidenceGE11().
|
inline |
Definition at line 67 of file GEMCSCSegment.h.
References theCSCSegment.
Referenced by GEMEffByGEMCSCSegmentSource::checkCoincidenceGE11().
|
inlineoverridevirtual |
Degrees of freedom of the segment fit.
Implements RecSegment.
Definition at line 62 of file GEMCSCSegment.h.
References nRecHits().
Referenced by GEMEffByGEMCSCSegmentSource::checkCoincidenceGE11(), and operator<<().
|
inlineoverridevirtual |
Dimension (in parameter space)
Implements RecSegment.
Definition at line 60 of file GEMCSCSegment.h.
|
inline |
Definition at line 68 of file GEMCSCSegment.h.
References theGEMRecHits.
Referenced by GEMEffByGEMCSCSegmentSource::analyzeME11GE11Segment().
|
inlineoverridevirtual |
Local direction.
Implements RecSegment.
Definition at line 46 of file GEMCSCSegment.h.
References theLocalDirection.
Referenced by operator<<().
|
overridevirtual |
Error on the local direction.
Implements RecSegment.
Definition at line 87 of file GEMCSCSegment.cc.
References theCovMatrix.
Referenced by operator<<().
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 43 of file GEMCSCSegment.h.
References theOrigin.
Referenced by operator<<().
|
overridevirtual |
Implements TrackingRecHit.
Definition at line 83 of file GEMCSCSegment.cc.
References theCovMatrix.
Referenced by operator<<().
|
inline |
Definition at line 64 of file GEMCSCSegment.h.
References CSCSegment::specificRecHits(), theCSCSegment, and theGEMRecHits.
Referenced by degreesOfFreedom(), and operator<<().
|
overridevirtual |
Parameters of the segment, for the track fit in the order (dx/dz, dy/dz, x, y )
Implements TrackingRecHit.
Definition at line 91 of file GEMCSCSegment.cc.
References mps_fire::result, theLocalDirection, theOrigin, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
inlineoverridevirtual |
Covariance matrix of parameters()
Implements TrackingRecHit.
Definition at line 53 of file GEMCSCSegment.h.
References theCovMatrix.
void GEMCSCSegment::print | ( | ) | const |
|
overridevirtual |
The projection matrix relates the trajectory state parameters to the segment parameters().
Implements TrackingRecHit.
Definition at line 105 of file GEMCSCSegment.cc.
References ProjectionMatrixDiag::getMatrix(), and theProjectionMatrix.
|
overridevirtual |
Access to component RecHits (if any)
Implements TrackingRecHit.
Definition at line 62 of file GEMCSCSegment.cc.
References CSCSegment::specificRecHits(), theCSCSegment, and theGEMRecHits.
|
overridevirtual |
Non-const access to component RecHits (if any)
Implements TrackingRecHit.
Definition at line 75 of file GEMCSCSegment.cc.
References theGEMRecHits.
|
private |
Definition at line 87 of file GEMCSCSegment.h.
Referenced by chi2().
|
private |
Definition at line 86 of file GEMCSCSegment.h.
Referenced by localDirectionError(), localPositionError(), and parametersError().
|
private |
Definition at line 79 of file GEMCSCSegment.h.
Referenced by cscRecHits(), cscSegment(), GEMCSCSegment(), nRecHits(), and recHits().
|
private |
Definition at line 78 of file GEMCSCSegment.h.
Referenced by GEMCSCSegment(), gemRecHits(), nRecHits(), and recHits().
|
private |
Definition at line 85 of file GEMCSCSegment.h.
Referenced by localDirection(), and parameters().
|
private |
Definition at line 84 of file GEMCSCSegment.h.
Referenced by localPosition(), and parameters().