ra4_draw  4bd0201e3d922d42bd545d4b045ed44db33454a4
Namespaces | Functions | Variables
plot_2016-10-05_pie.cxx File Reference
#include <fstream>
#include <iostream>
#include <vector>
#include <ctime>
#include "TError.h"
#include "core/utilities.hpp"
#include "core/baby.hpp"
#include "core/process.hpp"
#include "core/named_func.hpp"
#include "core/plot_maker.hpp"
#include "core/palette.hpp"
#include "core/table.hpp"
#include "core/plot_opt.hpp"

Go to the source code of this file.

Namespaces

 anonymous_namespace{plot_2016-10-05_pie.cxx}
 

Functions

int main ()
 

Variables

NamedFunc offshellw ("offshellw",[](const Baby &b) -> NamedFunc::ScalarType{for(unsigned i(0);i< b.mc_pt() ->size();i++){if(abs(b.mc_id() ->at(i))!=24) continue;if(b.mc_mass() ->at(i) > 140.){return 99;}}return-1;})
 

Function Documentation

int main ( )

Variable Documentation

NamedFunc offshellw("offshellw", [](const Baby &b) -> NamedFunc::ScalarType{for(unsigned i(0);i< b.mc_pt() ->size();i++){if(abs(b.mc_id() ->at(i))!=24) continue;if(b.mc_mass() ->at(i) > 140.){return 99;}}return-1;})