ra4_draw  4bd0201e3d922d42bd545d4b045ed44db33454a4
Functions
plot_scalefactors.cxx File Reference
#include <iostream>
#include <string>
#include <vector>
#include <memory>
#include "TError.h"
#include "TColor.h"
#include "core/baby.hpp"
#include "core/process.hpp"
#include "core/named_func.hpp"
#include "core/plot_maker.hpp"
#include "core/plot_opt.hpp"
#include "core/palette.hpp"
#include "core/hist1d.hpp"

Go to the source code of this file.

Functions

double getWeight (const Baby &b, int bin)
 
NamedFunc::ScalarType nEls25 (const Baby &b)
 
NamedFunc::ScalarType nElsTight25 (const Baby &b)
 
NamedFunc::ScalarType nMus25 (const Baby &b)
 
int main ()
 

Function Documentation

double getWeight ( const Baby b,
int  bin 
)

Definition at line 111 of file plot_scalefactors.cxx.

References Baby::ntrupv(), Baby::w_btag(), Baby::w_isr(), Baby::w_lep(), Baby::w_lumi(), and Baby::w_pu().

Referenced by main().

int main ( )
NamedFunc::ScalarType nEls25 ( const Baby b)

Definition at line 147 of file plot_scalefactors.cxx.

References Baby::els_miniso(), Baby::els_pt(), and Baby::els_sig().

Referenced by main().

NamedFunc::ScalarType nElsTight25 ( const Baby b)

Definition at line 156 of file plot_scalefactors.cxx.

References Baby::els_miniso(), Baby::els_pt(), and Baby::els_tight().

Referenced by main().

NamedFunc::ScalarType nMus25 ( const Baby b)

Definition at line 165 of file plot_scalefactors.cxx.

References Baby::mus_miniso(), Baby::mus_pt(), and Baby::mus_sig().

Referenced by main().