|
ant
A2 ant: class-based analysis framework
|
#include "physics/scratch/wolfes/tools/tools.h"#include "singlePi0.h"#include "expconfig/ExpConfig.h"#include "expconfig/detectors/EPT.h"#include "base/std_ext/string.h"#include "base/Logger.h"#include "TH1D.h"#include "plot/CutTree.h"
Include dependency graph for singlePi0Plots.cc:Typedefs | |
| using | singlePi0_PlotBase = TreePlotterBase_t< singlePi0::PionProdTree > |
| using | WrapTree = singlePi0::PionProdTree |
Variables | |
| OptionsPtr | global_opts = nullptr |
| auto | get_is_final = [](const OptionsPtr& opts) {return opts->Get<bool>("final", false);} |
| auto | get_cuts_str = [](const OptionsPtr& opts) {return opts->Get<string>("cutstring","dicardedEk<20/EMB_prob>0.05/ignore/Pi0PIDVeto==0");} |
| using WrapTree = singlePi0::PionProdTree |
| auto get_cuts_str = [](const OptionsPtr& opts) {return opts->Get<string>("cutstring","dicardedEk<20/EMB_prob>0.05/ignore/Pi0PIDVeto==0");} |
| auto get_is_final = [](const OptionsPtr& opts) {return opts->Get<bool>("final", false);} |
| OptionsPtr global_opts = nullptr |