Skip to content

Commit 08c14dd

Browse files
rpezzishahor02
authored andcommitted
Restore default MFT linear track finder radius
At high IR the relaxed track-finding conditions leads to substantial increase in fake track-vertex associations
1 parent b3de129 commit 08c14dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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.200; // Temporary for misaligned detector. Default 0.0100
52+
Float_t LTFclsRCut = 0.0100;
5353
/// maximum distance for a cluster to be attached to a seed line (CA road)
5454
Float_t ROADclsRCut = 0.0400;
5555
/// number of bins in r-direction

0 commit comments

Comments
 (0)