namespace ATLAS_2017_I1609448_postprocess

ATLAS_2017_I1609448_postprocess

Functions

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

Attributes

Name
stringinFile
hists
tags
defrefhistos
f
outName
defrmiss

Functions Documentation

function getRivetRefData

def getRivetRefData(
    anas anas =None
)

function constructRmiss

def constructRmiss(
    hist hist
)
This recreates the constructRmiss function from the routine.```



## Attributes Documentation

### variable inFile

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

variable hists

hists =  yoda.read( inFile );

variable tags

tags =  sorted(hists.keys());

variable refhistos

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

variable f

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

variable outName

outName =  h.replace('_d', 'd');

variable rmiss

def rmiss =  constructRmiss(hists[h]);

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