Analysis Software
Documentation for sPHENIX simulation software
|
#include <TCanvas.h>
#include <TFile.h>
#include <TF1.h>
#include <TGraph.h>
#include <TGraphErrors.h>
#include <TH1.h>
#include <TH2.h>
#include <TLatex.h>
#include <TLegend.h>
#include <TNtuple.h>
#include <TString.h>
#include <TStyle.h>
#include <iostream>
Go to the source code of this file.
Functions | |
std::vector< int > | searchLeadingJets (TNtuple *T, float cutPT, const char *targetV="gpt") |
void | fjetResol (const char *path="/gpfs/mnt/gpfs04/sphenix/user/ckim/fjets/Ana/results_1121", const char *var="e", const char *suffix="", bool print=true) |
void fjetResol | ( | const char * | path = "/gpfs/mnt/gpfs04/sphenix/user/ckim/fjets/Ana/results_1121" , |
const char * | var = "e" , |
||
const char * | suffix = "" , |
||
bool | print = true |
||
) |
Definition at line 41 of file fjetResol.C.
View newest version in sPHENIX GitHub at line 41 of file fjetResol.C
References KFPMath::a, KFPMath::b, Acts::PhysicalConstants::c, c2, Acts::UnitConstants::e, eta, event, F, geta, h1, h2, i, SVM_v1::id_e, path, ActsTests::PropagationDatasets::phi, print(), searchLeadingJets(), Acts::UnitConstants::T, ambiguity_solver_full_chain::x, and y.
std::vector< int > searchLeadingJets | ( | TNtuple * | T, |
float | cutPT, | ||
const char * | targetV = "gpt" |
||
) |
Definition at line 217 of file fjetResol.C.
View newest version in sPHENIX GitHub at line 217 of file fjetResol.C
References KFPMath::a, and event.
Referenced by fjetResol().