EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "TROOT.h"
#include "TChain.h"
#include "TEfficiency.h"
#include "TH1.h"
#include "TGraphErrors.h"
#include "TCut.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "TLegend.h"
#include "TMath.h"
#include "TLine.h"
#include "TLatex.h"
#include "TRatioPlot.h"
#include "TString.h"
#include <glob.h>
#include <iostream>
#include <iomanip>
#include <vector>
#include "PlotFunctions.h"
Go to the source code of this file.
Functions | |
void | ConfigHistogram (TH1 *h, std::string which="charm") |
void | KaonIDStudy (TString dir, TString input, TString trackname="barrelDircTrack", TString filePattern="*/out.root") |
void ConfigHistogram | ( | TH1 * | h, |
std::string | which = "charm" |
||
) |
Definition at line 23 of file KaonIDStudy.C.
View newest version in sPHENIX GitHub at line 23 of file KaonIDStudy.C
Referenced by KaonIDStudy().
void KaonIDStudy | ( | TString | dir, |
TString | input, | ||
TString | trackname = "barrelDircTrack" , |
||
TString | filePattern = "*/out.root" |
||
) |
Definition at line 38 of file KaonIDStudy.C.
View newest version in sPHENIX GitHub at line 38 of file KaonIDStudy.C
References c1, ConfigHistogram(), plot_config::cuts, data, charm_jet_strange_helicity::draw_config, Acts::UnitConstants::e, eicpy.qaplots::file, eicpy.build::files, fileVector(), GeneratePlot(), plot_config::htemplate, plot_config::logx, plot_config::logy, Acts::Test::nbinsx, smart_legend(), xmax, xmin, plot_config::xtitle, plot_config::ylimits, and plot_config::ytitle.