![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <cstdlib>#include <iostream>#include <map>#include <string>#include <vector>#include "TChain.h"#include "TFile.h"#include "TTree.h"#include "TString.h"#include "TObjString.h"#include "TSystem.h"#include "TROOT.h"#include "TTreeReader.h"#include "TTreeReaderValue.h"#include "TTreeReaderArray.h"#include "TVector3.h"#include <boost/format.hpp>#include <boost/math/special_functions/sign.hpp>
Include dependency graph for TPCEventDisplay.C:Go to the source code of this file.
Functions | |
| TVector3 | getBinPosition (int sector, int inFee, int channel, double zPos, TTree *R1, TTree *R2, TTree *R3) |
| void | TPCEventDisplay (const float adcCut=85., const string &outfile="/sphenix/user/rosstom/test/TPCEventDisplay_10169.json", const string &indir="/sphenix/user/rosstom/test/testFiles/", const string &runName="pedestal-00010169") |
| TVector3 getBinPosition | ( | int | sector, |
| int | inFee, | ||
| int | channel, | ||
| double | zPos, | ||
| TTree * | R1, | ||
| TTree * | R2, | ||
| TTree * | R3 | ||
| ) |
Definition at line 28 of file TPCEventDisplay.C.
View newest version in sPHENIX GitHub at line 28 of file TPCEventDisplay.C
References double(), ActsTests::PropagationDatasets::phi, Acts::Test::pos, ambiguity_solver_full_chain::x, and y.
Here is the call graph for this function:| void TPCEventDisplay | ( | const float | adcCut = 85., |
| const string & | outfile = "/sphenix/user/rosstom/test/TPCEventDisplay_10169.json", |
||
| const string & | indir = "/sphenix/user/rosstom/test/testFiles/", |
||
| const string & | runName = "pedestal-00010169" |
||
| ) |
Definition at line 76 of file TPCEventDisplay.C.
View newest version in sPHENIX GitHub at line 76 of file TPCEventDisplay.C
References double(), material_mapping_optimisation::format, getBinPosition(), add_histos::outfile, R1, R2, R3, and to_string().
Here is the call graph for this function: