Belle II Software development
|
Structure to summarize utility function to output a list of hits into a RecoTrack. More...
#include <RecoTrackUtil.h>
Static Public Member Functions | |
static RecoTrack * | storeInto (const CDCTrack &track, StoreArray< RecoTrack > &recoTracks, const double momentumSeedMagnitude) |
For magnetic monopoles; estimates charge sign from all stereo hits, momentum direction from hits in closest superlayer, fixing magnitude with given value. Ignores building CDCTrajectory3D since it is based on a helix. | |
static RecoTrack * | storeInto (const CDCTrack &track, StoreArray< RecoTrack > &recoTracks) |
Copies the track information to the RecoTrack. | |
static RecoTrack * | storeInto (const CDCTrajectory3D &traj3D, StoreArray< RecoTrack > &recoTracks) |
Copies the trajectory information to the RecoTrack. | |
static RecoTrack * | storeInto (const CDCTrajectory3D &traj3D, const double bZ, StoreArray< RecoTrack > &recoTracks) |
Copies the trajectory information to the RecoTrack. | |
template<class ARLHitHolderRange > | |
static void | fill (const ARLHitHolderRange &rlWireHitHolders, RecoTrack &recoTrack) |
Translates a range of hits and inserts them in the reco track. | |
Structure to summarize utility function to output a list of hits into a RecoTrack.
Definition at line 24 of file RecoTrackUtil.h.
|
static |
Translates a range of hits and inserts them in the reco track.
fill() specialisation for a class that holds right-left wire-hit information
List of explicit specialisations - at the moment only CDCTrack.
Currently only instantiated for RecoTrack.
rlWireHitHolders | A range of hits, which elements support ->getRLWireHit() to access a wire hit including a right left passage hypotheses. | |
[out] | recoTrack | RecoTrack to be filled. |
Definition at line 132 of file RecoTrackUtil.cc.
|
static |
Copies the track information to the RecoTrack.
Definition at line 84 of file RecoTrackUtil.cc.
|
static |
For magnetic monopoles; estimates charge sign from all stereo hits, momentum direction from hits in closest superlayer, fixing magnitude with given value. Ignores building CDCTrajectory3D since it is based on a helix.
Definition at line 39 of file RecoTrackUtil.cc.
|
static |
Copies the trajectory information to the RecoTrack.
Definition at line 101 of file RecoTrackUtil.cc.
|
static |
Copies the trajectory information to the RecoTrack.
Definition at line 95 of file RecoTrackUtil.cc.