Skip to content

Commit

Permalink
modified grpGeomRequest for ITS and MFT jsons in order to use lightwe…
Browse files Browse the repository at this point in the history
…igth geometry files
  • Loading branch information
iravasen committed Mar 5, 2024
1 parent 826526f commit f2e6cc0
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 76 deletions.
12 changes: 1 addition & 11 deletions DATA/production/qc-async/its.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,7 @@
"dicttimestamp" : "0",
"publishDetailedSummary": "1",
"publishSummary1D": "0"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
"needPropagatorD": "false"
}
}
},
"ITSTracks": {
"active": "true",
Expand Down
22 changes: 11 additions & 11 deletions DATA/production/qc-async/mft.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,7 @@
"maxDuration" : "60000",
"timeBinSize" : "0.1",
"ROFLengthInBC" : "594"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
"needPropagatorD": "false"
}
}
},
"MFTTracks": {
"active": "true",
Expand All @@ -74,6 +64,16 @@
"MaxClusterROFSize": "50000",
"MaxDuration": "60000",
"TimeBinSize": "0.1"
},
"grpGeomRequest": {
"geomRequest": "None",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
"needPropagatorD": "false"
}
}
},
Expand Down
12 changes: 1 addition & 11 deletions DATA/production/qc-sync/its.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,7 @@
"publishSummary1D": "0",
"publishDetailedSummary": "0"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
"needPropagatorD": "false"
},
"localMachines": [
"localMachines": [
"localhost", "epn"
],
"localControl": "odc",
Expand Down
10 changes: 0 additions & 10 deletions DATA/production/qc-sync/mft-full-no-tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@
"timeBinSize" : "0.1",
"ROFLengthInBC" : "594"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
"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 @@ -80,16 +80,6 @@
"timeBinSize" : "0.1",
"ROFLengthInBC" : "594"
},
"grpGeomRequest" : {
"geomRequest": "Aligned",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
"needPropagatorD": "false"
},
"location": "local",
"localMachines": [
"epn", "localhost"
Expand Down Expand Up @@ -120,6 +110,16 @@
"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
12 changes: 1 addition & 11 deletions MC/config/QC/json/its-clusters-tracks-qc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@
"dicttimestamp": "0",
"publishSummary1D": "0",
"publishDetailedSummary": "1"
},
"grpGeomRequest": {
"geomRequest": "Aligned",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
"needPropagatorD": "false"
}
},
"Tracks": {
Expand Down Expand Up @@ -148,4 +138,4 @@
}
}
}
}
}
12 changes: 1 addition & 11 deletions MC/config/QC/json/mft-clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@
"timeBinSize": "0.1",
"ROFLengthInBC": "594"
},
"grpGeomRequest": {
"geomRequest": "Aligned",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "true",
"needPropagatorD": "false"
},
"location": "remote"
}
},
Expand Down Expand Up @@ -85,4 +75,4 @@
}
},
"dataSamplingPolicies": []
}
}
12 changes: 11 additions & 1 deletion MC/config/QC/json/mft-tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,20 @@
"MaxDuration": "60000",
"TimeBinSize": "0.1"
},
"grpGeomRequest": {
"geomRequest": "None",
"askGRPECS": "true",
"askGRPLHCIF": "false",
"askGRPMagField": "false",
"askMatLUT": "false",
"askTime": "false",
"askOnceAllButField": "false",
"needPropagatorD": "false"
},
"location": "remote"
}
},
"checks": {}
},
"dataSamplingPolicies": []
}
}

0 comments on commit f2e6cc0

Please sign in to comment.