namespace ATLAS_2017_I1624693_post

ATLAS_2017_I1624693_post

Functions

Name
defgetRivetRefData(anas anas =None)
defconstructDiff(hist hist)

Attributes

Name
stringinFile
hists
tags
defrefhistos
f
defhdiff
outName

Functions Documentation

function getRivetRefData

def getRivetRefData(
    anas anas =None
)

function constructDiff

def constructDiff(
    hist hist
)
This function produces a (data - MC)/sigma version of the Dalitz (2D) plot.```



## Attributes Documentation

### variable inFile

```python
string inFile =  'Rivet.yoda';

variable hists

hists =  yoda.read( inFile );

variable tags

tags =  sorted(hists.keys());

variable refhistos

def refhistos =  getRivetRefData(['ATLAS_2017_I1624693']);

variable f

f =  open('%s_processed.yoda' % inFile[:-5], 'w');

variable hdiff

def hdiff =  constructDiff(hists[h]);

variable outName

outName =  h.replace('y01', 'y02');

Updated on 2022-08-07 at 20:46:08 +0100