CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
reco::GsfTransientTrack Class Reference

#include <GsfTransientTrack.h>

Inheritance diagram for reco::GsfTransientTrack:
reco::GsfTrack reco::BasicTransientTrack reco::Track ReferenceCountedPoolAllocated reco::TrackBase BlockWipedPoolAllocated

Public Member Functions

TrackCharge charge () const
 
const MagneticFieldfield () const
 
 GsfTransientTrack ()
 
 GsfTransientTrack (const GsfTrack &tk, const MagneticField *field)
 
 GsfTransientTrack (const GsfTrackRef &tk, const MagneticField *field)
 
 GsfTransientTrack (const GsfTrackRef &tk, const MagneticField *field, const edm::ESHandle< GlobalTrackingGeometry > &trackingGeometry)
 
 GsfTransientTrack (const GsfTrack &tk, const MagneticField *field, const edm::ESHandle< GlobalTrackingGeometry > &trackingGeometry)
 
 GsfTransientTrack (const GsfTransientTrack &tt)
 
TrajectoryStateOnSurface impactPointState () const
 
bool impactPointStateAvailable () const
 
TrajectoryStateClosestToPoint impactPointTSCP () const
 
FreeTrajectoryState initialFreeState () const
 
TrajectoryStateOnSurface innermostMeasurementState () const
 
GsfTransientTrackoperator= (const GsfTransientTrack &tt)
 
TrajectoryStateOnSurface outermostMeasurementState () const
 
GsfTrackRef persistentTrackRef () const
 
void setBeamSpot (const reco::BeamSpot &beamSpot)
 
void setES (const edm::EventSetup &)
 
void setTrackingGeometry (const edm::ESHandle< GlobalTrackingGeometry > &)
 
TrajectoryStateClosestToBeamLine stateAtBeamLine () const
 
TrajectoryStateOnSurface stateOnSurface (const GlobalPoint &point) const
 
const Tracktrack () const
 
TrackBaseRef trackBaseRef () const
 
TrajectoryStateClosestToPoint trajectoryStateClosestToPoint (const GlobalPoint &point) const
 
- Public Member Functions inherited from reco::GsfTrack
int chargeMode () const
 track electric charge from mode More...
 
CovarianceMatrixMode covarianceMode () const
 return track covariance matrix from mode More...
 
double covarianceMode (int i, int j) const
 (i,j)-th element of covarianve matrix ( i, j = 0, ... 2 ) from mode More...
 
double errorMode (int i) const
 error on specified element from mode More...
 
double etaMode () const
 pseudorapidity of momentum vector from mode More...
 
double etaModeError () const
 error on eta from mode More...
 
const GsfTrackExtraRefgsfExtra () const
 reference to "extra" object More...
 
 GsfTrack ()
 default constructor More...
 
 GsfTrack (double chi2, double ndof, const Point &, const Vector &, int charge, const CovarianceMatrix &)
 
double lambdaMode () const
 Lambda angle from mode. More...
 
double lambdaModeError () const
 error on lambda from mode More...
 
const VectormomentumMode () const
 track momentum vector from mode More...
 
double parameterMode (int i) const
 i-th parameter ( i = 0, ... 2 ) from mode More...
 
ParameterVectorMode parametersMode () const
 Track parameters with one-to-one correspondence to the covariance matrix from mode. More...
 
double phiMode () const
 azimuthal angle of momentum vector from mode More...
 
double phiModeError () const
 error on phi from mode More...
 
double pMode () const
 momentum vector magnitude from mode More...
 
double ptMode () const
 track transverse momentum from mode More...
 
double ptModeError () const
 error on Pt (set to 1000 TeV if charge==0 for safety) from mode More...
 
double pxMode () const
 x coordinate of momentum vector from mode More...
 
double pyMode () const
 y coordinate of momentum vector from mode More...
 
double pzMode () const
 z coordinate of momentum vector from mode More...
 
double qoverpMode () const
 q/p from mode More...
 
double qoverpModeError () const
 error on signed transverse curvature from mode More...
 
void setGsfExtra (const GsfTrackExtraRef &ref)
 set reference to GSF "extra" object More...
 
void setMode (int chargeMode, const Vector &momentumMode, const CovarianceMatrixMode &covarianceMode)
 set mode parameters More...
 
double thetaMode () const
 polar angle from mode More...
 
double thetaModeError () const
 error on theta from mode More...
 
- Public Member Functions inherited from reco::Track
const TrackExtraRefextra () const
 reference to "extra" object More...
 
CovarianceMatrixfillInner (CovarianceMatrix &v) const
 fill outermost trajectory state curvilinear errors More...
 
CovarianceMatrixfillOuter (CovarianceMatrix &v) const
 fill outermost trajectory state curvilinear errors More...
 
unsigned short found () const
 Number of valid hits on track. More...
 
unsigned int innerDetId () const
 DetId of the detector on which surface the innermost state is located. More...
 
const math::XYZVectorinnerMomentum () const
 momentum vector at the innermost hit position More...
 
bool innerOk () const
 return true if the innermost hit is valid More...
 
const math::XYZPointinnerPosition () const
 position of the innermost hit More...
 
CovarianceMatrix innerStateCovariance () const
 innermost trajectory state curvilinear errors More...
 
unsigned short lost () const
 Number of lost (=invalid) hits on track. More...
 
unsigned int outerDetId () const
 DetId of the detector on which surface the outermost state is located. More...
 
double outerEta () const
 pseudorapidity of the momentum vector at the outermost hit position More...
 
const math::XYZVectorouterMomentum () const
 momentum vector at the outermost hit position More...
 
bool outerOk () const
 return true if the outermost hit is valid More...
 
double outerP () const
 magnitude of momentum vector at the outermost hit position More...
 
double outerPhi () const
 azimuthal angle of the momentum vector at the outermost hit position More...
 
const math::XYZPointouterPosition () const
 position of the outermost hit More...
 
double outerPt () const
 transverse momentum at the outermost hit position More...
 
double outerPx () const
 x coordinate of momentum vector at the outermost hit position More...
 
double outerPy () const
 y coordinate of momentum vector at the outermost hit position More...
 
double outerPz () const
 z coordinate of momentum vector at the outermost hit position More...
 
double outerRadius () const
 polar radius of the outermost hit position More...
 
CovarianceMatrix outerStateCovariance () const
 outermost trajectory state curvilinear errors More...
 
double outerTheta () const
 polar angle of the momentum vector at the outermost hit position More...
 
double outerX () const
 x coordinate of the outermost hit position More...
 
double outerY () const
 y coordinate of the outermost hit position More...
 
double outerZ () const
 z coordinate of the outermost hit position More...
 
TrackingRecHitRef recHit (size_t i) const
 Get i-th hit on the track. More...
 
trackingRecHit_iterator recHitsBegin () const
 Iterator to first hit on the track. More...
 
trackingRecHit_iterator recHitsEnd () const
 Iterator to last hit on the track. More...
 
size_t recHitsSize () const
 Get number of RecHits. (Warning, this includes invalid hits, which are not physical hits). More...
 
const TrackResidualsresiduals () const
 
double residualX (int position) const
 
double residualY (int position) const
 
PropagationDirection seedDirection () const
 direction of how the hits were sorted in the original seed More...
 
edm::RefToBase< TrajectorySeedseedRef () const
 
void setExtra (const TrackExtraRef &ref)
 set reference to "extra" object More...
 
 Track ()
 default constructor More...
 
 Track (double chi2, double ndof, const Point &referencePoint, const Vector &momentum, int charge, const CovarianceMatrix &, TrackAlgorithm=undefAlgorithm, TrackQuality quality=undefQuality)
 constructor from fit parameters and error matrix More...
 
virtual ~Track ()
 virtual destructor More...
 
- Public Member Functions inherited from reco::TrackBase
TrackAlgorithm algo () const
 
std::string algoName () const
 
void appendHitPattern (const TrackingRecHit &hit)
 
int charge () const
 track electric charge More...
 
double chi2 () const
 chi-squared of the fit More...
 
CovarianceMatrix covariance () const
 return track covariance matrix More...
 
double covariance (int i, int j) const
 (i,j)-th element of covarianve matrix ( i, j = 0, ... 4 ) More...
 
double d0 () const
 dxy parameter in perigee convention (d0 = - dxy) More...
 
double d0Error () const
 error on d0 More...
 
double dsz () const
 dsz parameter (THIS IS NOT the SZ impact parameter to (0,0,0) if refPoint is far from (0,0,0): see parametrization definition above for details) More...
 
double dsz (const Point &myBeamSpot) const
 dsz parameter with respect to a user-given beamSpot (WARNING: this quantity can only be interpreted as the distance in the S-Z plane to the beamSpot, if the beam spot is reasonably close to the refPoint, since linear approximations are involved). This is a good approximation for Tracker tracks. More...
 
double dszError () const
 error on dsz More...
 
double dxy () const
 dxy parameter. (This is the transverse impact parameter w.r.t. to (0,0,0) ONLY if refPoint is close to (0,0,0): see parametrization definition above for details). See also function dxy(myBeamSpot) below. More...
 
double dxy (const Point &myBeamSpot) const
 dxy parameter with respect to a user-given beamSpot (WARNING: this quantity can only be interpreted as a minimum transverse distance if beamSpot, if the beam spot is reasonably close to the refPoint, since linear approximations are involved). This is a good approximation for Tracker tracks. More...
 
double dxy (const BeamSpot &theBeamSpot) const
 dxy parameter with respect to the beamSpot taking into account the beamspot slopes WARNING: this quantity can only be interpreted as a minimum transverse distance if beamSpot, if the beam spot is reasonably close to the refPoint, since linear approximations are involved). This is a good approximation for Tracker tracks. More...
 
double dxyError () const
 error on dxy More...
 
double dz () const
 dz parameter (= dsz/cos(lambda)). This is the track z0 w.r.t (0,0,0) only if the refPoint is close to (0,0,0). See also function dz(myBeamSpot) below. More...
 
double dz (const Point &myBeamSpot) const
 dz parameter with respect to a user-given beamSpot (WARNING: this quantity can only be interpreted as the track z0, if the beamSpot is reasonably close to the refPoint, since linear approximations are involved). This is a good approximation for Tracker tracks. More...
 
double dzError () const
 error on dz More...
 
double error (int i) const
 error on specified element More...
 
double eta () const
 pseudorapidity of momentum vector More...
 
double etaError () const
 error on eta More...
 
CovarianceMatrixfill (CovarianceMatrix &v) const
 fill SMatrix More...
 
const HitPatternhitPattern () const
 Access the hit pattern, indicating in which Tracker layers the track has hits. More...
 
bool isLooper () const
 
double lambda () const
 Lambda angle. More...
 
double lambdaError () const
 error on lambda More...
 
const Vectormomentum () const
 track momentum vector More...
 
double ndof () const
 number of degrees of freedom of the fit More...
 
signed char nLoops () const
 
double normalizedChi2 () const
 chi-squared divided by n.d.o.f. (or chi-squared * 1e6 if n.d.o.f. is zero) More...
 
unsigned short numberOfLostHits () const
 number of cases where track crossed a layer without getting a hit. More...
 
unsigned short numberOfValidHits () const
 number of valid hits found More...
 
double p () const
 momentum vector magnitude More...
 
double parameter (int i) const
 i-th parameter ( i = 0, ... 4 ) More...
 
ParameterVector parameters () const
 Track parameters with one-to-one correspondence to the covariance matrix. More...
 
double phi () const
 azimuthal angle of momentum vector More...
 
double phiError () const
 error on phi More...
 
double pt () const
 track transverse momentum More...
 
double ptError () const
 error on Pt (set to 1000 TeV if charge==0 for safety) More...
 
double px () const
 x coordinate of momentum vector More...
 
double py () const
 y coordinate of momentum vector More...
 
double pz () const
 z coordinate of momentum vector More...
 
double qoverp () const
 q/p More...
 
double qoverpError () const
 error on signed transverse curvature More...
 
bool quality (const TrackQuality) const
 Track quality. More...
 
int qualityMask () const
 
const PointreferencePoint () const
 Reference point on the track. More...
 
void setAlgorithm (const TrackAlgorithm a, bool set=true)
 position index More...
 
template<typename C >
void setHitPattern (const C &c)
 set hit patterns from vector of hit references More...
 
template<typename I >
void setHitPattern (const I &begin, const I &end)
 
void setHitPattern (const TrackingRecHit &hit, size_t i)
 set hit pattern for specified hit More...
 
void setHitPattern (const HitPattern &hitP)
 set hitPattern from pre-defined hitPattern More...
 
void setNLoops (signed char value)
 
void setQuality (const TrackQuality, bool set=true)
 
void setQualityMask (int qualMask)
 
template<typename C >
void setTrackerExpectedHitsInner (const C &c)
 
template<typename I >
void setTrackerExpectedHitsInner (const I &begin, const I &end)
 
void setTrackerExpectedHitsInner (const TrackingRecHit &hit, size_t i)
 
void setTrackerExpectedHitsInner (const HitPattern &hitP)
 
template<typename C >
void setTrackerExpectedHitsOuter (const C &c)
 
template<typename I >
void setTrackerExpectedHitsOuter (const I &begin, const I &end)
 
void setTrackerExpectedHitsOuter (const TrackingRecHit &hit, size_t i)
 
void setTrackerExpectedHitsOuter (const HitPattern &hitP)
 
double theta () const
 polar angle More...
 
double thetaError () const
 error on theta More...
 
 TrackBase ()
 default constructor More...
 
 TrackBase (double chi2, double ndof, const Point &referencePoint, const Vector &momentum, int charge, const CovarianceMatrix &, TrackAlgorithm=undefAlgorithm, TrackQuality quality=undefQuality, signed char nloops=0)
 constructor from fit parameters and error matrix More...
 
const HitPatterntrackerExpectedHitsInner () const
 Access the hit pattern counting (in the Tracker) the number of expected crossed layers before the first trajectory's hit. More...
 
const HitPatterntrackerExpectedHitsOuter () const
 Access the hit pattern counting (in the Tracker) the number of expected crossed layers after the last trajectory's hit. More...
 
double validFraction () const
 fraction of valid hits on the track More...
 
const Pointvertex () const
 reference point on the track. This method is DEPRECATED, please use referencePoint() instead More...
 
double vx () const
 x coordinate of the reference point on track More...
 
double vy () const
 y coordinate of the reference point on track More...
 
double vz () const
 z coordinate of the reference point on track More...
 
 ~TrackBase ()
 virtual destructor More...
 
- Public Member Functions inherited from reco::BasicTransientTrack
virtual ~BasicTransientTrack ()
 
- Public Member Functions inherited from ReferenceCountedPoolAllocated
void addReference () const
 
const
ReferenceCountedPoolAllocated
operator= (const ReferenceCountedPoolAllocated &)
 
 ReferenceCountedPoolAllocated ()
 
 ReferenceCountedPoolAllocated (const ReferenceCountedPoolAllocated &iRHS)
 
unsigned int references () const
 
void removeReference () const
 
virtual ~ReferenceCountedPoolAllocated ()
 
- Public Member Functions inherited from BlockWipedPoolAllocated
virtual ~BlockWipedPoolAllocated ()
 

Private Member Functions

void calculateTSOSAtVertex () const
 
void init ()
 

Private Attributes

bool blStateAvailable
 
TSCPBuilderNoMaterial builder
 
FreeTrajectoryState initialFTS
 
TrajectoryStateClosestToPoint initialTSCP
 
bool initialTSCPAvailable
 
TrajectoryStateOnSurface initialTSOS
 
bool initialTSOSAvailable
 
reco::BeamSpot theBeamSpot
 
const MagneticFieldtheField
 
TransverseImpactPointExtrapolator theTIPExtrapolator
 
edm::ESHandle
< GlobalTrackingGeometry
theTrackingGeometry
 
GsfTrackRef tkr_
 
TrajectoryStateClosestToBeamLine trajectoryStateClosestToBeamLine
 

Additional Inherited Members

- Public Types inherited from reco::GsfTrack
enum  { dimensionMode = 3 }
 parameter dimension mode More...
 
enum  { covarianceSizeMode = dimensionMode * ( dimensionMode + 1 ) / 2 }
 error matrix size mode More...
 
typedef math::Error
< dimensionMode >::type 
CovarianceMatrixMode
 3 parameter covariance matrix (momentum part) from mode More...
 
typedef math::Vector
< dimensionMode >::type 
ParameterVectorMode
 parameter vector (momentum part) from mode More...
 
- Public Types inherited from reco::TrackBase
enum  { dimension = 5 }
 parameter dimension More...
 
enum  { covarianceSize = dimension * ( dimension + 1 ) / 2 }
 error matrix size More...
 
enum  {
  i_qoverp = 0, i_lambda, i_phi, i_dxy,
  i_dsz
}
 enumerator provided indices to the five parameters More...
 
typedef math::Error< dimension >
::type 
CovarianceMatrix
 5 parameter covariance matrix More...
 
typedef unsigned int index
 index type More...
 
typedef math::Vector
< dimension >::type 
ParameterVector
 parameter vector More...
 
typedef math::XYZPoint Point
 point in the space More...
 
enum  TrackAlgorithm {
  undefAlgorithm =0, ctf =1, rs =2, cosmics =3,
  iter0 =4, iter1 =5, iter2 =6, iter3 =7,
  iter4 =8, iter5 =9, iter6 =10, iter7 =11,
  iter8 =12, iter9 =13, iter10 =14, outInEcalSeededConv =15,
  inOutEcalSeededConv =16, nuclInter =17, standAloneMuon =18, globalMuon =19,
  cosmicStandAloneMuon =20, cosmicGlobalMuon =21, iter1LargeD0 =22, iter2LargeD0 =23,
  iter3LargeD0 =24, iter4LargeD0 =25, iter5LargeD0 =26, bTagGhostTracks =27,
  beamhalo =28, gsf =29, algoSize =30
}
 track algorithm More...
 
enum  TrackQuality {
  undefQuality =-1, loose =0, tight =1, highPurity =2,
  confirmed =3, goodIterative =4, looseSetWithPV =5, highPuritySetWithPV =6,
  qualitySize =7
}
 track quality More...
 
typedef math::XYZVector Vector
 spatial vector More...
 
- Public Types inherited from reco::BasicTransientTrack
typedef BasicTransientTrack BTT
 
typedef ProxyBase< BTT,
CopyUsingClone< BTT > > 
Proxy
 
typedef
ReferenceCountingPointer
< BasicTransientTrack
RCPtr
 
- Static Public Member Functions inherited from reco::TrackBase
static TrackAlgorithm algoByName (const std::string &name)
 
static std::string algoName (TrackAlgorithm)
 
static index covIndex (index i, index j)
 covariance matrix index in array More...
 
static TrackQuality qualityByName (const std::string &name)
 
static std::string qualityName (TrackQuality)
 
- Static Public Member Functions inherited from BlockWipedPoolAllocated
static BlockWipedAllocatorallocator (size_t s)
 
static void operator delete (void *p, size_t s)
 
static void * operator new (size_t s, void *p)
 
static void * operator new (size_t s)
 
static BlockWipedAllocator::Stat stat (size_t s)
 
static void usePool ()
 
- Static Public Attributes inherited from reco::TrackBase
static const std::string algoNames []
 
static const std::string qualityNames [] = { "loose", "tight", "highPurity", "confirmed", "goodIterative", "looseSetWithPV", "highPuritySetWithPV"}
 
- Static Public Attributes inherited from ReferenceCountedPoolAllocated
static int s_alive =0
 
static int s_referenced =0
 
- Static Public Attributes inherited from BlockWipedPoolAllocated
static int s_alive =0
 
static bool s_usePool =false
 

Detailed Description

Definition at line 19 of file GsfTransientTrack.h.

Constructor & Destructor Documentation

GsfTransientTrack::GsfTransientTrack ( )

Definition at line 15 of file GsfTransientTrack.cc.

15  :
16  GsfTrack(), tkr_(), theField(0), initialTSOSAvailable(false),
18 {}
GsfTrack()
default constructor
Definition: GsfTrack.cc:4
TransverseImpactPointExtrapolator theTIPExtrapolator
const MagneticField * theField
GsfTransientTrack::GsfTransientTrack ( const GsfTrack tk,
const MagneticField field 
)

Definition at line 20 of file GsfTransientTrack.cc.

References trajectoryStateTransform::initialFreeState(), and initialFTS.

20  :
21  GsfTrack(tk),
22  tkr_(), theField(field), initialTSOSAvailable(false),
24 {
25 
27 }
GsfTrack()
default constructor
Definition: GsfTrack.cc:4
const MagneticField * theField
FreeTrajectoryState initialFreeState(const reco::Track &tk, const MagneticField *field)
FreeTrajectoryState initialFTS
GsfTransientTrack::GsfTransientTrack ( const GsfTrackRef tk,
const MagneticField field 
)

Definition at line 30 of file GsfTransientTrack.cc.

References trajectoryStateTransform::initialFreeState(), and initialFTS.

30  :
31  GsfTrack(*tk),
32  tkr_(tk), theField(field), initialTSOSAvailable(false),
35 {
36 
38 }
GsfTrack()
default constructor
Definition: GsfTrack.cc:4
TransverseImpactPointExtrapolator theTIPExtrapolator
const MagneticField * theField
FreeTrajectoryState initialFreeState(const reco::Track &tk, const MagneticField *field)
FreeTrajectoryState initialFTS
GsfTransientTrack::GsfTransientTrack ( const GsfTrackRef tk,
const MagneticField field,
const edm::ESHandle< GlobalTrackingGeometry > &  trackingGeometry 
)

Definition at line 51 of file GsfTransientTrack.cc.

References trajectoryStateTransform::initialFreeState(), and initialFTS.

52  :
53  GsfTrack(*tk),
54  tkr_(tk), theField(field), initialTSOSAvailable(false),
57 {
58 
60 }
GsfTrack()
default constructor
Definition: GsfTrack.cc:4
TransverseImpactPointExtrapolator theTIPExtrapolator
const MagneticField * theField
FreeTrajectoryState initialFreeState(const reco::Track &tk, const MagneticField *field)
FreeTrajectoryState initialFTS
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
GsfTransientTrack::GsfTransientTrack ( const GsfTrack tk,
const MagneticField field,
const edm::ESHandle< GlobalTrackingGeometry > &  trackingGeometry 
)

Definition at line 40 of file GsfTransientTrack.cc.

References trajectoryStateTransform::initialFreeState(), and initialFTS.

41  :
42  GsfTrack(tk),
43  tkr_(), theField(field), initialTSOSAvailable(false),
46 {
47 
49 }
GsfTrack()
default constructor
Definition: GsfTrack.cc:4
TransverseImpactPointExtrapolator theTIPExtrapolator
const MagneticField * theField
FreeTrajectoryState initialFreeState(const reco::Track &tk, const MagneticField *field)
FreeTrajectoryState initialFTS
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
GsfTransientTrack::GsfTransientTrack ( const GsfTransientTrack tt)

Definition at line 63 of file GsfTransientTrack.cc.

References impactPointState(), impactPointTSCP(), initialTSCP, initialTSCPAvailable, initialTSOS, and initialTSOSAvailable.

63  :
64  GsfTrack(tt),
65  tkr_(tt.persistentTrackRef()), theField(tt.field()),
67  initialTSCPAvailable(false),
69 {
70  if (tt.initialTSOSAvailable) {
72  initialTSOSAvailable = true;
73  }
74  if (tt.initialTSCPAvailable) {
76  initialTSCPAvailable = true;
77  }
78 }
TrajectoryStateClosestToPoint impactPointTSCP() const
GsfTrack()
default constructor
Definition: GsfTrack.cc:4
FreeTrajectoryState initialFreeState() const
TrajectoryStateOnSurface initialTSOS
TransverseImpactPointExtrapolator theTIPExtrapolator
TrajectoryStateOnSurface impactPointState() const
TrajectoryStateClosestToPoint initialTSCP
const MagneticField * theField
FreeTrajectoryState initialFTS
const MagneticField * field() const
GsfTrackRef persistentTrackRef() const

Member Function Documentation

void GsfTransientTrack::calculateTSOSAtVertex ( ) const
private
TrackCharge reco::GsfTransientTrack::charge ( void  ) const
inlinevirtual

Implements reco::BasicTransientTrack.

Definition at line 82 of file GsfTransientTrack.h.

References reco::TrackBase::charge().

82 {return GsfTrack::charge();}
int charge() const
track electric charge
Definition: TrackBase.h:113
const MagneticField* reco::GsfTransientTrack::field ( ) const
inlinevirtual

Implements reco::BasicTransientTrack.

Definition at line 84 of file GsfTransientTrack.h.

References theField.

84 {return theField;}
const MagneticField * theField
TrajectoryStateOnSurface GsfTransientTrack::impactPointState ( ) const
virtual

The TSOS at the initial state, made from the stored singl-component state.

Implements reco::BasicTransientTrack.

Definition at line 101 of file GsfTransientTrack.cc.

References calculateTSOSAtVertex(), initialTSOS, and initialTSOSAvailable.

Referenced by GsfTransientTrack().

102 {
104  return initialTSOS;
105 }
TrajectoryStateOnSurface initialTSOS
void calculateTSOSAtVertex() const
bool reco::GsfTransientTrack::impactPointStateAvailable ( ) const
inlinevirtual

Implements reco::BasicTransientTrack.

Definition at line 73 of file GsfTransientTrack.h.

References initialTSOSAvailable.

TrajectoryStateClosestToPoint GsfTransientTrack::impactPointTSCP ( ) const
virtual

The TrajectoryStateClosestToPoint at the initial state, made from the stored singl-component state.

Implements reco::BasicTransientTrack.

Definition at line 107 of file GsfTransientTrack.cc.

References builder, initialFTS, initialTSCP, initialTSCPAvailable, and FreeTrajectoryState::position().

Referenced by GsfTransientTrack().

108 {
109  if (!initialTSCPAvailable) {
111  initialTSCPAvailable = true;
112  }
113  return initialTSCP;
114 }
TSCPBuilderNoMaterial builder
TrajectoryStateClosestToPoint initialTSCP
GlobalPoint position() const
FreeTrajectoryState initialFTS
void reco::GsfTransientTrack::init ( )
private
FreeTrajectoryState reco::GsfTransientTrack::initialFreeState ( ) const
inlinevirtual

Implements reco::BasicTransientTrack.

Definition at line 41 of file GsfTransientTrack.h.

References initialFTS.

41 {return initialFTS;}
FreeTrajectoryState initialFTS
TrajectoryStateOnSurface GsfTransientTrack::innermostMeasurementState ( ) const
virtual

Implements reco::BasicTransientTrack.

Definition at line 122 of file GsfTransientTrack.cc.

References MultiTrajectoryStateTransform::innerStateOnSurface(), theField, and theTrackingGeometry.

Referenced by stateOnSurface().

123 {
124  MultiTrajectoryStateTransform theMTransform;
125  return theMTransform.innerStateOnSurface((*this),*theTrackingGeometry,theField);
126 }
const MagneticField * theField
TrajectoryStateOnSurface innerStateOnSurface(const reco::GsfTrack &tk) const
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
GsfTransientTrack& reco::GsfTransientTrack::operator= ( const GsfTransientTrack tt)
TrajectoryStateOnSurface GsfTransientTrack::outermostMeasurementState ( ) const
virtual

Implements reco::BasicTransientTrack.

Definition at line 116 of file GsfTransientTrack.cc.

References MultiTrajectoryStateTransform::outerStateOnSurface(), theField, and theTrackingGeometry.

117 {
118  MultiTrajectoryStateTransform theMTransform;
119  return theMTransform.outerStateOnSurface((*this),*theTrackingGeometry,theField);
120 }
TrajectoryStateOnSurface outerStateOnSurface(const reco::GsfTrack &tk) const
const MagneticField * theField
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
GsfTrackRef reco::GsfTransientTrack::persistentTrackRef ( ) const
inline

access to original persistent track

Definition at line 78 of file GsfTransientTrack.h.

References tkr_.

Referenced by KinematicVertex::operator reco::Vertex().

78 { return tkr_; }
void GsfTransientTrack::setBeamSpot ( const reco::BeamSpot beamSpot)
virtual
void GsfTransientTrack::setES ( const edm::EventSetup setup)
virtual

Implements reco::BasicTransientTrack.

Definition at line 82 of file GsfTransientTrack.cc.

References edm::EventSetup::get(), and theTrackingGeometry.

82  {
83 
85 
86 }
const T & get() const
Definition: EventSetup.h:55
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
void GsfTransientTrack::setTrackingGeometry ( const edm::ESHandle< GlobalTrackingGeometry > &  tg)
virtual

Implements reco::BasicTransientTrack.

Definition at line 88 of file GsfTransientTrack.cc.

References theTrackingGeometry.

88  {
89 
91 
92 }
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
TrajectoryStateClosestToBeamLine GsfTransientTrack::stateAtBeamLine ( ) const
virtual

Implements reco::BasicTransientTrack.

Definition at line 148 of file GsfTransientTrack.cc.

References blStateAvailable, initialFTS, theBeamSpot, and trajectoryStateClosestToBeamLine.

149 {
150  if (!blStateAvailable) {
151  TSCBLBuilderNoMaterial blsBuilder;
153  blStateAvailable = true;
154  }
156 }
TrajectoryStateClosestToBeamLine trajectoryStateClosestToBeamLine
FreeTrajectoryState initialFTS
TrajectoryStateOnSurface GsfTransientTrack::stateOnSurface ( const GlobalPoint point) const
virtual

The TSOS at any point. The inner-most multi-state state will be used for the propagation. The TSOS will therefore have multiple components.

Implements reco::BasicTransientTrack.

Definition at line 136 of file GsfTransientTrack.cc.

References TransverseImpactPointExtrapolator::extrapolate(), innermostMeasurementState(), and theTIPExtrapolator.

Referenced by trajectoryStateClosestToPoint().

137 {
139 }
TransverseImpactPointExtrapolator theTIPExtrapolator
TrajectoryStateOnSurface extrapolate(const FreeTrajectoryState &fts, const GlobalPoint &vtx) const
extrapolation with default (=geometrical) propagator
TrajectoryStateOnSurface innermostMeasurementState() const
const Track& reco::GsfTransientTrack::track ( void  ) const
inlinevirtual

Implements reco::BasicTransientTrack.

Definition at line 86 of file GsfTransientTrack.h.

86 {return *this;}
TrackBaseRef reco::GsfTransientTrack::trackBaseRef ( ) const
inlinevirtual

Implements reco::BasicTransientTrack.

Definition at line 80 of file GsfTransientTrack.h.

References tkr_.

80 {return TrackBaseRef(tkr_);}
edm::RefToBase< reco::Track > TrackBaseRef
persistent reference to a Track, using views
Definition: TrackFwd.h:22
TrajectoryStateClosestToPoint GsfTransientTrack::trajectoryStateClosestToPoint ( const GlobalPoint point) const
virtual

The TrajectoryStateClosestToPoint at any point. The inner-most multi-state state will be used for the propagation. The TSCP will be built out of the collapsed mult-component TSOS.

Implements reco::BasicTransientTrack.

Definition at line 143 of file GsfTransientTrack.cc.

References builder, and stateOnSurface().

144 {
145  return builder(stateOnSurface(point), point);
146 }
TrajectoryStateOnSurface stateOnSurface(const GlobalPoint &point) const
TSCPBuilderNoMaterial builder

Member Data Documentation

bool reco::GsfTransientTrack::blStateAvailable
mutableprivate

Definition at line 99 of file GsfTransientTrack.h.

Referenced by setBeamSpot(), and stateAtBeamLine().

TSCPBuilderNoMaterial reco::GsfTransientTrack::builder
private

Definition at line 102 of file GsfTransientTrack.h.

Referenced by impactPointTSCP(), and trajectoryStateClosestToPoint().

FreeTrajectoryState reco::GsfTransientTrack::initialFTS
private
TrajectoryStateClosestToPoint reco::GsfTransientTrack::initialTSCP
mutableprivate

Definition at line 101 of file GsfTransientTrack.h.

Referenced by GsfTransientTrack(), and impactPointTSCP().

bool reco::GsfTransientTrack::initialTSCPAvailable
mutableprivate

Definition at line 99 of file GsfTransientTrack.h.

Referenced by GsfTransientTrack(), and impactPointTSCP().

TrajectoryStateOnSurface reco::GsfTransientTrack::initialTSOS
mutableprivate

Definition at line 100 of file GsfTransientTrack.h.

Referenced by calculateTSOSAtVertex(), GsfTransientTrack(), and impactPointState().

bool reco::GsfTransientTrack::initialTSOSAvailable
mutableprivate
reco::BeamSpot reco::GsfTransientTrack::theBeamSpot
private

Definition at line 104 of file GsfTransientTrack.h.

Referenced by setBeamSpot(), and stateAtBeamLine().

const MagneticField* reco::GsfTransientTrack::theField
private
TransverseImpactPointExtrapolator reco::GsfTransientTrack::theTIPExtrapolator
private

Definition at line 107 of file GsfTransientTrack.h.

Referenced by stateOnSurface().

edm::ESHandle<GlobalTrackingGeometry> reco::GsfTransientTrack::theTrackingGeometry
private
GsfTrackRef reco::GsfTransientTrack::tkr_
private

Definition at line 95 of file GsfTransientTrack.h.

Referenced by persistentTrackRef(), and trackBaseRef().

TrajectoryStateClosestToBeamLine reco::GsfTransientTrack::trajectoryStateClosestToBeamLine
mutableprivate

Definition at line 105 of file GsfTransientTrack.h.

Referenced by stateAtBeamLine().