Skip to content

Commit ba02ed2

Browse files
committed
ITS: enlarge StartLayerMask for TRK
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 8fb117c commit ba02ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/tracking/include/ITStracking/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct TrackingParameters {
6868
float MaxChi2NDF = 30.f;
6969
int ReseedIfShorter = 6; // reseed for the final fit track with the length shorter than this
7070
std::vector<float> MinPt = {0.f, 0.f, 0.f, 0.f};
71-
unsigned char StartLayerMask = 0x7F;
71+
uint16_t StartLayerMask = 0x7F;
7272
bool RepeatRefitOut = true; // repeat outward refit using inward refit as a seed
7373
bool ShiftRefToCluster = true; // TrackFit: after update shift the linearization reference to cluster
7474
bool FindShortTracks = false;

0 commit comments

Comments
 (0)