Analysis Software
Documentation for sPHENIX simulation software
|
#include <iostream>
#include <cstdlib>
#include <memory>
#include <sstream>
#include <string>
#include <cstring>
#include <vector>
#include <unordered_map>
#include <cmath>
#include <utility>
#include "TFile.h"
#include "TTree.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TROOT.h"
#include "TH1F.h"
#include "TColor.h"
#include "TImage.h"
#include "TApplication.h"
#include "TGraphErrors.h"
#include "/sphenix/user/gregtom3/SBU/research/macros/macros/sPHENIXStyle/sPhenixStyle.C"
Go to the source code of this file.
Functions | |
TTree * | load_tree (const char *const file_name, const char *const tree_name) |
void | Plot_FastTrack_Efficiency () |
int | main (int argc, char *argv[]) |
Variables | |
const char *const | fasttrack_file_path {"/sphenix/user/gregtom3/data/Summer2018/fasttrack-efficiency-10GeV/fasttrack.root"} |
double | MOMENTUM_MARGIN {0.01} |
TTree* load_tree | ( | const char *const | file_name, |
const char *const | tree_name | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 134 of file Plot-FastTrack_Efficiency.cpp.
View newest version in sPHENIX GitHub at line 134 of file Plot-FastTrack_Efficiency.cpp
References release::app, MOMENTUM_MARGIN, Plot_FastTrack_Efficiency(), and Acts::Test::tmp().
void Plot_FastTrack_Efficiency | ( | ) |
Definition at line 29 of file Plot-FastTrack_Efficiency.cpp.
View newest version in sPHENIX GitHub at line 29 of file Plot-FastTrack_Efficiency.cpp
References test_fpe::count, eta, fasttrack_file_path, geta, gpx, gpy, gpz, gr, i, testSigmaEff::l1, testSigmaEff::l2, load_tree(), MOMENTUM_MARGIN, n, N, perf_headwind::name, nbins, ntracks, SetsPhenixStyle(), strdup(), tracks(), ambiguity_solver_full_chain::x, and y.
Referenced by main().
const char* const fasttrack_file_path {"/sphenix/user/gregtom3/data/Summer2018/fasttrack-efficiency-10GeV/fasttrack.root"} |
Definition at line 26 of file Plot-FastTrack_Efficiency.cpp.
View newest version in sPHENIX GitHub at line 26 of file Plot-FastTrack_Efficiency.cpp
Referenced by Plot_FastTrack_Efficiency().
double MOMENTUM_MARGIN {0.01} |
Definition at line 27 of file Plot-FastTrack_Efficiency.cpp.
View newest version in sPHENIX GitHub at line 27 of file Plot-FastTrack_Efficiency.cpp
Referenced by main(), Plot_FastTrack_Efficiency(), and Plot_SVTX_Efficiency().