Skip to content

Commit

Permalink
[MUON] enabled magnetic field in tracks QC (AliceO2Group#1613)
Browse files Browse the repository at this point in the history
The loading of the magnetic field is needed to correctly extrapolate the
tracks to the interaction point
  • Loading branch information
aferrero2707 authored May 1, 2024
1 parent ad4670a commit 27cc7ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DATA/production/qc-async/mch-tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"geomRequest": "Aligned",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askGRPMagField": "true",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
Expand Down
2 changes: 1 addition & 1 deletion DATA/production/qc-async/mchmid-tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"geomRequest": "Aligned",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askGRPMagField": "true",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
Expand Down
2 changes: 1 addition & 1 deletion DATA/production/qc-async/mftmch-tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"geomRequest": "Aligned",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askGRPMagField": "true",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
Expand Down
2 changes: 1 addition & 1 deletion DATA/production/qc-async/mftmchmid-tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"geomRequest": "Aligned",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askGRPMagField": "true",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
Expand Down

0 comments on commit 27cc7ad

Please sign in to comment.