Skip to content

Commit

Permalink
Do not ask for geometry in GLO ITS-TPC and TOF matching QC
Browse files Browse the repository at this point in the history
  • Loading branch information
chiarazampolli committed Feb 28, 2024
1 parent dfc147c commit ffe6861
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DATA/production/qc-async/itstpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"etaCut": "1e10f"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand Down
2 changes: 1 addition & 1 deletion DATA/production/qc-async/itstpctof.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"minDCACutY" : "10.f"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand Down
4 changes: 2 additions & 2 deletions DATA/production/qc-async/itstpctofwtrd.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"minDCACutY" : "10.f"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand All @@ -55,7 +55,7 @@
"askOnceAllButField": "true",
"needPropagatorD": "false"
},
"saveObjectsToFile" : "TOFmatchedITSTPCTOF_TPCTOF.root",
"saveObjectsToFile" : "TOFmatchedITSTPCTOF_TPCTOF_wTRD.root",
"" : "For debugging, path to the file where to save. If empty or missing it won't save."
}
}
Expand Down
2 changes: 1 addition & 1 deletion DATA/production/qc-sync/glo-itstpc-mtch-qcmn-epn.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"minDCACutY" : "10.f"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand Down
2 changes: 1 addition & 1 deletion DATA/production/qc-sync/itstpctof.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"minDCACutY" : "10.f"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand Down
2 changes: 1 addition & 1 deletion DATA/production/qc-sync/itstpctrdtof.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"minDCACutY" : "10.f"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand Down
4 changes: 2 additions & 2 deletions MC/config/QC/json/ITSTPCmatchedTracks_direct_MC.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"isMC": "true"
},
"grpGeomRequest": {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand All @@ -72,4 +72,4 @@
}
},
"dataSamplingPolicies": []
}
}
2 changes: 1 addition & 1 deletion MC/config/QC/json/tofMatchedTracks_AllTypes_direct_MC.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"minDCACutY": "10.f"
},
"grpGeomRequest": {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"minDCACutY": "10.f"
},
"grpGeomRequest": {
"geomRequest": "Aligned",
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
Expand Down

0 comments on commit ffe6861

Please sign in to comment.