Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
plotTracklets.cxx File Reference
#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>
+ Include dependency graph for plotTracklets.cxx:

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]
 

Function Documentation

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().

+ Here is the call graph for this function:

Variable Documentation

float edges[NBins+1]
Initial value:
= {1.00000000e-04, 1.18571250e-04, 1.40591414e-04, 1.66700998e-04, 1.97659458e-04, 2.34367291e-04, 2.77892228e-04, 3.29500290e-04, 3.90692614e-04, 4.63249118e-04, 5.49280272e-04, 6.51288487e-04, 7.72240903e-04,
9.15655696e-04, 1.08570441e-03, 1.28733329e-03, 1.52640718e-03, 1.80988009e-03, 2.14599745e-03, 2.54453601e-03, 3.01708817e-03, 3.57739917e-03, 4.24176693e-03, 5.02951609e-03, 5.96356012e-03, 7.07106781e-03,
8.38425353e-03, 9.94131425e-03, 1.17875406e-02, 1.39766343e-02, 1.65722701e-02, 1.96499479e-02, 2.32991889e-02, 2.76261397e-02, 3.27566592e-02, 3.88399805e-02, 4.60530506e-02, 5.46056779e-02, 6.47466352e-02,
7.67708949e-02, 9.10282102e-02, 1.07933287e-01, 1.27977848e-01, 1.51744935e-01, 1.79925867e-01, 2.13340350e-01, 2.52960321e-01, 2.99938216e-01, 3.55640493e-01, 4.21687380e-01, 5.00000000e-01}

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().