Analysis Software
Documentation for sPHENIX simulation software
|
#include <TCanvas.h>
#include <TCut.h>
#include <TFile.h>
#include <TH1F.h>
#include <TH2F.h>
#include <TMath.h>
#include <TObjString.h>
#include <TRandom3.h>
#include <TTree.h>
#include <TTreeIndex.h>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
void | makehist (TString infname, TString outfname) |
int | main (int argc, char *argv[]) |
Variables | |
const int | NBins = 50 |
float | edges [NBins+1] |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 235 of file plotTracklets.cxx.
View newest version in sPHENIX GitHub at line 235 of file plotTracklets.cxx
References makehist().
void makehist | ( | TString | infname, |
TString | outfname | ||
) |
Definition at line 27 of file plotTracklets.cxx.
View newest version in sPHENIX GitHub at line 27 of file plotTracklets.cxx
References edges, event, f, fout, plotTracklet::hM_cluseta_clusphisize, plotTracklet::hM_clusphi_clusphisize, plotTracklet::hM_dEta_proto, plotTracklet::hM_dEta_reco, plotTracklet::hM_dEta_reco_altrange, plotTracklet::hM_dPhi_proto, plotTracklet::hM_dPhi_proto_altrange, plotTracklet::hM_dPhi_reco, plotTracklet::hM_dPhi_reco_altrange, plotTracklet::hM_dR_proto, plotTracklet::hM_dR_proto_altrange, plotTracklet::hM_dR_proto_LogX, plotTracklet::hM_dR_reco, plotTracklet::hM_dR_reco_altrange, plotTracklet::hM_dR_reco_LogX, plotTracklet::hM_Eta_proto, plotTracklet::hM_Eta_reco, plotTracklet::hM_Eta_vtxZ_proto_incl, plotTracklet::hM_Eta_vtxZ_reco_incl, centProxy::hM_NClusLayer1, plotTracklet::hM_NPrototkl, plotTracklet::hM_NRecotkl_Raw, plotTracklet::hM_Phi_proto, plotTracklet::hM_Phi_reco, index, j, NBins, and t.
Referenced by main().
float edges[NBins+1] |
Definition at line 22 of file plotTracklets.cxx.
View newest version in sPHENIX GitHub at line 22 of file plotTracklets.cxx
Referenced by BOOST_AUTO_TEST_CASE(), Acts::convertBinning(), BuildEdgesKDTree< Dim >::invoke(), makehist(), Acts::BoostTrackBuilding::operator()(), Acts::CugraphTrackBuilding::operator()(), Acts::TorchTruthGraphMetricsHook::operator()(), rebin_TH1D(), and Acts::ExaTrkXPipeline::run().
const int NBins = 50 |
Definition at line 21 of file plotTracklets.cxx.
View newest version in sPHENIX GitHub at line 21 of file plotTracklets.cxx
Referenced by DataAna(), DataAna2(), KFPHistogram::FillFromFile(), and makehist().