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_SVTX_Efficiency () |
int | main (int argc, char *argv[]) |
Variables | |
const char *const | svtx_file_path {"/sphenix/user/giorgian/muons/svtx.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 137 of file Plot-SVTX_Efficiency.cpp.
View newest version in sPHENIX GitHub at line 137 of file Plot-SVTX_Efficiency.cpp
References release::app, MOMENTUM_MARGIN, Plot_SVTX_Efficiency(), and Acts::Test::tmp().
void Plot_SVTX_Efficiency | ( | ) |
Definition at line 29 of file Plot-SVTX_Efficiency.cpp.
View newest version in sPHENIX GitHub at line 29 of file Plot-SVTX_Efficiency.cpp
References test_fpe::count, geta, gpx, gpy, gpz, gr, i, testSigmaEff::l1, testSigmaEff::l2, load_tree(), MOMENTUM_MARGIN, n, N, perf_headwind::name, nbins, ntp_gtrack(), SetsPhenixStyle(), strdup(), svtx_file_path, ambiguity_solver_full_chain::x, and y.
Referenced by main().
double MOMENTUM_MARGIN {0.01} |
Definition at line 27 of file Plot-SVTX_Efficiency.cpp.
View newest version in sPHENIX GitHub at line 27 of file Plot-SVTX_Efficiency.cpp
const char* const svtx_file_path {"/sphenix/user/giorgian/muons/svtx.root"} |
Definition at line 25 of file Plot-SVTX_Efficiency.cpp.
View newest version in sPHENIX GitHub at line 25 of file Plot-SVTX_Efficiency.cpp
Referenced by Plot_SVTX_Efficiency().