Skip to content

Commit

Permalink
MFT json files: revert to 2ce7d32, remove the changes from the ITS co…
Browse files Browse the repository at this point in the history
  • Loading branch information
grundd authored May 3, 2024
1 parent 72b6075 commit 5112a9f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 11 deletions.
12 changes: 11 additions & 1 deletion DATA/production/qc-async/mft.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,17 @@
"maxDuration" : "60000",
"timeBinSize" : "0.1",
"ROFLengthInBC" : "594"
}
},
"grpGeomRequest" : {
"geomRequest": "None",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
"needPropagatorD": "false"
}
},
"MFTTracks": {
"active": "true",
Expand Down
10 changes: 10 additions & 0 deletions DATA/production/qc-sync/mft-full-no-tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@
"timeBinSize" : "0.1",
"ROFLengthInBC" : "594"
},
"grpGeomRequest" : {
"geomRequest": "None",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
"needPropagatorD": "false"
},
"location": "local",
"localMachines": [
"epn", "localhost"
Expand Down
20 changes: 10 additions & 10 deletions DATA/production/qc-sync/mft-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@
"timeBinSize" : "0.1",
"ROFLengthInBC" : "594"
},
"grpGeomRequest" : {
"geomRequest": "None",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
"needPropagatorD": "false"
},
"location": "local",
"localMachines": [
"epn", "localhost"
Expand Down Expand Up @@ -131,16 +141,6 @@
"MaxDuration": "60000",
"TimeBinSize": "0.1"
},
"grpGeomRequest": {
"geomRequest": "None",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
"needPropagatorD": "false"
},
"remoteMachine": "alio2-cr1-qme05.cern.ch",
"remotePort": "47796",
"localControl": "odc"
Expand Down
10 changes: 10 additions & 0 deletions MC/config/QC/json/mft-clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
"timeBinSize": "0.1",
"ROFLengthInBC": "594"
},
"grpGeomRequest" : {
"geomRequest": "None",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
"needPropagatorD": "false"
},
"location": "remote"
}
},
Expand Down

0 comments on commit 5112a9f

Please sign in to comment.