Skip to content

Fix TRD refit LT-integral calculation and material accounting - #10509

Merged
martenole merged 2 commits into
AliceO2Group:devfrom
shahor02:pr_trdLTint
Dec 21, 2022
Merged

Fix TRD refit LT-integral calculation and material accounting#10509
martenole merged 2 commits into
AliceO2Group:devfrom
shahor02:pr_trdLTint

Conversation

@shahor02

Copy link
Copy Markdown
Collaborator

No description provided.

@shahor02

Copy link
Copy Markdown
CollaboratorAuthor

Dependence of the L-integral on the outer param X:
before the fix:
trdNoFix
after:
trdFix

@noferini

Copy link
Copy Markdown
Collaborator

Hi @shahor02,
many thanks!
Francesco

martenole
martenole previously approved these changes Dec 20, 2022

@martenolemartenole left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

AddOptionRTC(applyDeflectionCut, unsigned char, 0, "", 0, "Set to 1 to enable tracklet selection based on deflection")
AddOptionRTC(stopTrkAfterNMissLy, unsigned char, 6, "", 0, "Abandon track following after N layers without a TRD match")
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, int, 2, "", 0, "Material correction to use: 0 - none, 1 - TGeo, 2 - matLUT")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I think it would be better to use an unsigned char here instead, or move the option up above the first char one. Maybe @davidrohr can confirm, but if I remember correctly then the order of the options here is not arbitrary because of the alignment in memory.

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, changed to uint.

@martenole
martenole merged commit 988ba8e into AliceO2Group:devDec 21, 2022
@shahor02
shahor02 deleted the pr_trdLTint branch January 9, 2024 14:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@shahor02@noferini@martenole