Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /PhysicsTools/Utilities/test/corrections.json is written in an unsupported language. File is not indexed.

0001 {
0002   "schema_version": 2,
0003   "description": "A few test corrections",
0004   "corrections": [
0005     { "name": "test corr",
0006       "description": null,
0007       "version": 2,
0008       "inputs": [
0009         { "name": "pt",
0010           "type": "real",
0011           "description": null
0012         },
0013         { "name": "syst",
0014           "type": "string",
0015           "description": null
0016         }
0017       ],
0018       "output": {
0019         "name": "a scale",
0020         "type": "real",
0021         "description": null
0022       },
0023       "generic_formulas": null,
0024       "data": {
0025         "nodetype": "binning",
0026         "input": "pt",
0027         "edges": [ 0.0, 20.0, 40.0, Infinity ],
0028         "content": [
0029           { "nodetype": "category",
0030             "input": "syst",
0031             "content": [
0032               { "key": "blah", "value": 1.1 },
0033               { "key": "blah2", "value": 2.2 }
0034             ],
0035             "default": null
0036           },
0037           { "nodetype": "category",
0038             "input": "syst",
0039             "content": [
0040               { "key": "blah2", "value": 1.3 },
0041               { "key": "blah3",
0042                 "value": {
0043                   "nodetype": "formula",
0044                   "expression": "0.25*x + exp([0])",
0045                   "parser": "TFormula",
0046                   "variables": [ "pt" ],
0047                   "parameters": [ 3.1 ]
0048                 }
0049               }
0050             ],
0051             "default": null
0052           },
0053           1.0
0054         ],
0055         "flow": "error"
0056       }
0057     }
0058   ],
0059   "compound_corrections": null
0060 }