![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <iostream>#include "TFile.h"#include "TTree.h"#include "TChain.h"#include "TLegend.h"#include "math.h"#include "TH1.h"#include "TH2.h"#include "TEfficiency.h"
Include dependency graph for minBiasRecoAna.C:Go to the source code of this file.
Functions | |
| TChain * | handleFile (string name, string extension, string treename, unsigned int filecount) |
| int | reportBackground (TChain *truthTree, TChain *recoTree, TFile *out_file) |
| void | reportCuts (TChain *_treeBackground, int signal) |
| int | analyzeSignal (TChain *_signalCutTree, TFile *outFile) |
| void | minBiasRecoAna () |
| int analyzeSignal | ( | TChain * | _signalCutTree, |
| TFile * | outFile | ||
| ) |
Definition at line 94 of file minBiasRecoAna.C.
View newest version in sPHENIX GitHub at line 94 of file minBiasRecoAna.C
References eta, i, and graph_fancy::pT.
Referenced by minBiasRecoAna().
Here is the caller graph for this function:| TChain* handleFile | ( | string | name, |
| string | extension, | ||
| string | treename, | ||
| unsigned int | filecount | ||
| ) |
Definition at line 13 of file minBiasRecoAna.C.
View newest version in sPHENIX GitHub at line 13 of file minBiasRecoAna.C
References i, and physmon_simulation::s.
| void minBiasRecoAna | ( | ) |
Definition at line 143 of file minBiasRecoAna.C.
View newest version in sPHENIX GitHub at line 143 of file minBiasRecoAna.C
References analyzeSignal(), filename, handleFile(), and reportCuts().
Here is the call graph for this function:| int reportBackground | ( | TChain * | truthTree, |
| TChain * | recoTree, | ||
| TFile * | out_file | ||
| ) |
Definition at line 27 of file minBiasRecoAna.C.
View newest version in sPHENIX GitHub at line 27 of file minBiasRecoAna.C
References signal().
Here is the call graph for this function:| void reportCuts | ( | TChain * | _treeBackground, |
| int | signal | ||
| ) |
Definition at line 54 of file minBiasRecoAna.C.
View newest version in sPHENIX GitHub at line 54 of file minBiasRecoAna.C
Referenced by minBiasRecoAna().
Here is the call graph for this function:
Here is the caller graph for this function: