QwAnalysis
|
Interface to the various bridging methods. More...
#include <VQwBridgingMethod.h>
Public Member Functions | |
VQwBridgingMethod () | |
Default constructor. More... | |
virtual | ~VQwBridgingMethod () |
Destructor. More... | |
virtual const QwTrack * | Bridge (const QwPartialTrack *front, const QwPartialTrack *back)=0 |
Bridge from the front to back partial track (pure virtual) More... | |
Protected Member Functions | |
virtual double | EstimateInitialMomentum (const TVector3 &direction) const |
Estimate the momentum based only on the direction. More... | |
Interface to the various bridging methods.
Definition at line 31 of file VQwBridgingMethod.h.
|
inline |
|
inlinevirtual |
|
pure virtual |
Bridge from the front to back partial track (pure virtual)
Implemented in QwRayTracer, and QwMatrixLookup.
|
inlineprotectedvirtual |
Estimate the momentum based only on the direction.
Estimate the momentum for a first attempt at bridging.
This takes into account only the direction of the front partial track and assumes an elastic electron-proton reaction without any energy loss. Any effects of the energy loss should be small enough that they can be recovered from the bridging algorithm in little time, and this avoids any bias of LH2 over Al events (E_loss).
direction | Direction of front partial track |
Definition at line 64 of file VQwBridgingMethod.h.
References Qw::GeV, and Qw::Mp.