Skip to content

RatesAnalysis: update metadata file

Aleksandra Poreba requested to merge aporeba/athena:rate-metadata into master
  • pass userDetails
  • change the file format to be consistent with R2

Example:

RatesAnalysisPostProcessing.py --file rate.ntup.root --userDetails 'MC menu, r21.1.55, Rerun L1'

Output:

{
  "children": [
    {"PredictionLumi": 1.9999999580429536e+34},
    {"TargetMu": 51.96462048610899},
    {"RunNumber": 360026},
    {"NEvents": 6.0},
    {"Details": "MC menu, r21.1.55, Rerun L1"}
  ],
  "text": "metadata"
}

Tagging @tamartin @tvazquez

Merge request reports