Skip to content

Commit

Permalink
Set TRD forward pileup margin to 80 BCs
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Mar 10, 2024
1 parent a1497e7 commit cf1efd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPU/GPUTracking/Definitions/GPUSettingsList.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ AddOptionRTC(stopTrkAfterNMissLy, unsigned char, 6, "", 0, "Abandon track follow
AddOptionRTC(nTrackletsMin, unsigned char, 3, "", 0, "Tracks with less attached tracklets are discarded after the tracking")
AddOptionRTC(useExternalO2DefaultPropagator, unsigned char, 0, "", 0, "Use the default instance of the o2::Propagator, instead of the GPU Reconstruciton one with GPU B field")
AddOptionRTC(matCorrType, unsigned char, 2, "", 0, "Material correction to use: 0 - none, 1 - TGeo, 2 - matLUT")
AddOptionRTC(pileupFwdNBC, unsigned char, 60, "", 0, "Post-trigger Pile-up integration time in BCs")
AddOptionRTC(pileupFwdNBC, unsigned char, 80, "", 0, "Post-trigger Pile-up integration time in BCs")
AddOptionRTC(pileupBwdNBC, unsigned char, 80, "", 0, "Pre-trigger Pile-up integration time in BCs")
AddHelp("help", 'h')
EndConfig()
Expand Down

0 comments on commit cf1efd6

Please sign in to comment.