Warning, /firebird/firebird-ng/src/assets/config-with-components.jsonc is written in an unsupported language. File is not indexed.
0001 {
0002 // Flag indicates if python Flask server from Pyrobird package is in used. Set automatically by Pyrobird
0003 "servedByPyrobird": false,
0004
0005 "Configs": [
0006 {
0007 "ConfigType": "RootPipelineTopRemoveList",
0008 "ConfigName": "CentralDetector",
0009 "RemoveDetectorNames": [
0010 "Lumi",
0011 "B1",
0012 "B2",
0013 "Q2",
0014 "ForwardOffM",
0015 "Forward",
0016 "Backward",
0017 "Vacuum",
0018 "SweeperMag",
0019 "AnalyzerMag",
0020 "ZDC",
0021 "HcalFarForward",
0022 "InnerTrackingSupport"
0023 ]
0024 },
0025 {
0026 "ConfigType": "RootPipelineTopRemoveList",
0027 "ConfigName": "FarForward",
0028 "RemoveDetectorNames": [
0029 "Lumi",
0030 "B1",
0031 "B2",
0032 "Q2",
0033 "Backward",
0034 "Vacuum",
0035 "SweeperMag",
0036 "AnalyzerMag",
0037 "ZDC",
0038 "HcalFarForward",
0039 "InnerTrackingSupport"
0040 ]
0041 },
0042 {
0043 "ConfigType": "RootPipelineTopRemoveList",
0044 "ConfigName": "NoRemoveList",
0045 "RemoveDetectorNames": [
0046 ]
0047 }
0048 ]
0049 }