Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DFDCSegment_factory.cc File Reference
#include "DFDCSegment_factory.h"
#include "DANA/DApplication.h"
#include <math.h>
#include <cmath>

Go to the source code of this file.

Macros

#define EPS   1e-8
 
#define MATCH_RADIUS   2.0
 
#define ADJACENT_MATCH_DISTANCE   0.3
 
#define ONE_THIRD   0.33333333333333333
 
#define SQRT3   1.73205080756887719
 

Functions

bool DFDCSegment_package_cmp (const DFDCPseudo *a, const DFDCPseudo *b)
 

Macro Definition Documentation

#define ADJACENT_MATCH_DISTANCE   0.3

Definition at line 18 of file DFDCSegment_factory.cc.

Referenced by DFDCSegment_factory::FindSegments().

#define EPS   1e-8

Definition at line 15 of file DFDCSegment_factory.cc.

Referenced by DTrackFitterKalmanSIMD::CalcDeriv(), DTrackFitterKalmanSIMD::CalcDerivAndJacobian(), DTrackFitterKalmanSIMD::CentralFit(), DFDCSegment_package_cmp(), DKalmanSIMDFDCHit_cmp(), DTrackFitterKalmanSIMD::ExtrapolateCentralToOtherDetectors(), DTrackFitterKalmanSIMD::ExtrapolateForwardToOtherDetectors(), DTrackFitterKalmanSIMD::ExtrapolateToVertex(), DTrackFitterKalmanSIMD::FasterStep(), DTrackFitterKalmanSIMD::FastStep(), DTrackFitterKalmanSIMD::FillPullsVectorEntry(), DTrackFinder::cdc_track_t::FindStateVector(), DTrackFitterKalmanSIMD::FitTrack(), DTrackFitterKalmanSIMD::ForwardCDCFit(), DTrackFitterKalmanSIMD::ForwardFit(), DTrackFitterKalmanSIMD::GetdEdx(), DTrackFitterKalmanSIMD::GetProcessNoise(), DTrackFitterKalmanSIMD::GetProcessNoiseCentral(), DEventProcessor_bcal_calib::GuessForStateVector(), DTrackFitterKalmanSIMD::KalmanCentral(), DTrackFitterKalmanSIMD_ALT1::KalmanForward(), DTrackFitterKalmanSIMD::KalmanForward(), DTrackFitterKalmanSIMD::KalmanForwardCDC(), DFDCSegment_factory::LineFit(), DTrackFitterKalmanSIMD::PropagateCentral(), DTrackFitterKalmanSIMD::PropagateForward(), DTrackFitterKalmanSIMD::PropagateForwardCDC(), DFDCSegment_factory::RiemannLineFit(), DTrackFitterStraightTrack::SetReferenceTrajectory(), DTrackFitterKalmanSIMD::SetReferenceTrajectory(), DEventProcessor_dc_alignment::SetReferenceTrajectory(), DTrackFitterKalmanSIMD::SmoothCentral(), DTrackFitterKalmanSIMD::Step(), DTrackFitterKalmanSIMD::StepJacobian(), and DTrackFitterKalmanSIMD::StepStateAndCovariance().

#define MATCH_RADIUS   2.0
#define SQRT3   1.73205080756887719

Definition at line 25 of file DFDCSegment_factory.cc.

Referenced by DFDCSegment_factory::RiemannCircleFit().

Function Documentation

bool DFDCSegment_package_cmp ( const DFDCPseudo a,
const DFDCPseudo b 
)