![]() |
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 <glob.h>#include <iostream>#include <iomanip>#include <vector>#include "PlotFunctions.h"
Include dependency graph for CharmJetClassification_Plots.C:Go to the source code of this file.
Functions | |
| void | CharmJetClassification_Plots () |
Variables | |
| float | target_xsec = LookupCrossSection("CC_DIS") |
| float | target_lumi = 100 * u_fb |
| float | n_gen = -1 |
| void CharmJetClassification_Plots | ( | ) |
Definition at line 30 of file CharmJetClassification_Plots.C.
View newest version in sPHENIX GitHub at line 30 of file CharmJetClassification_Plots.C
References Acts::UnitConstants::e, and smart_legend().
Here is the call graph for this function:| float n_gen = -1 |
Definition at line 27 of file CharmJetClassification_Plots.C.
View newest version in sPHENIX GitHub at line 27 of file CharmJetClassification_Plots.C
| float target_lumi = 100 * u_fb |
Definition at line 25 of file CharmJetClassification_Plots.C.
View newest version in sPHENIX GitHub at line 25 of file CharmJetClassification_Plots.C
Referenced by CharmJetMVAOptimization(), CharmTagPlots(), and DifferentialTaggingYield().
| float target_xsec = LookupCrossSection("CC_DIS") |
Definition at line 23 of file CharmJetClassification_Plots.C.
View newest version in sPHENIX GitHub at line 23 of file CharmJetClassification_Plots.C
Referenced by CharmJetMVAOptimization(), CharmTagPlots(), and DifferentialTaggingYield().