Skip to content

Commit 034fc54

Browse files
robincaron13shahor02
authored andcommitted
LTF and CA tracking parameters refined (alignment considerations)
1 parent 458c0b5 commit 034fc54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/MFTTrackingParam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ struct MFTTrackingParam : public o2::conf::ConfigurableParamHelper<MFTTrackingPa
4949
/// minimum number of detector stations for a CA track
5050
Int_t MinTrackStationsCA = 4;
5151
/// maximum distance for a cluster to be attached to a seed line (LTF)
52-
Float_t LTFclsRCut = 0.0100;
52+
Float_t LTFclsRCut = 0.0200;
5353
/// maximum distance for a cluster to be attached to a seed line (CA road)
54-
Float_t ROADclsRCut = 0.0400;
54+
Float_t ROADclsRCut = 0.0500;
5555
/// number of bins in r-direction
5656
Int_t RBins = 30;
5757
/// number of bins in phi-direction

0 commit comments

Comments
 (0)