9 #ifndef VQWBRIDGINGMETHOD_H
10 #define VQWBRIDGINGMETHOD_H
71 double cth = direction.CosTheta();
72 return e0 / (1.0 + e0 / Mp * (1 - cth));
75 #endif // VQWBRIDGINGMETHOD_H
virtual double EstimateInitialMomentum(const TVector3 &direction) const
Estimate the momentum based only on the direction.
Definition of the track class.
Interface to the various bridging methods.
Contains the complete track as a concatenation of partial tracks.
static const double Mp
Mass of the proton.
virtual const QwTrack * Bridge(const QwPartialTrack *front, const QwPartialTrack *back)=0
Bridge from the front to back partial track (pure virtual)
VQwBridgingMethod()
Default constructor.
virtual ~VQwBridgingMethod()
Destructor.
Contains the straight part of a track in one region only.