![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <cmath>#include <iomanip>#include <assert.h>#include <time.h>#include <TROOT.h>#include <TSystem.h>#include <TCanvas.h>#include <TImage.h>#include <TGraph.h>#include <TGraphErrors.h>#include <TH1.h>#include <TH2.h>#include <TF1.h>#include <TF2.h>#include <TMath.h>#include <TStyle.h>#include <TRandom.h>#include "TMinuit.h"#include "TMultiGraph.h"#include "fitsio.h"#include "longnam.h"#include "fftw3.h"#include <iostream>#include <string>#include <vector>#include <map>#include <set>#include <algorithm>
Include dependency graph for Bias.cpp:Go to the source code of this file.
Classes | |
| class | DataStr |
| class | FileF |
| class | FileList |
| class | FFT |
| struct | SpectrResp |
| struct | SpectrRatio |
| class | PhDi |
| class | Bias |
Enumerations | |
| enum | { Nkey = sizeof(KeyList)/sizeof(char*)-1 } |
| enum | { Ncal = sizeof(PDresp)/sizeof(SpectrResp) } |
| enum | { Nratio = sizeof(PDratio)/sizeof(SpectrRatio) } |
Functions | |
| double | QEPD (double waw) |
| double | RaPD (double waw) |
| int | PeakRange (TH1D *hist, double *maxpos, double *Rmin, double *Rmax, double *maxV) |
Variables | |
| const double | TwoPi = 2. * 3.14159265358979323846 |
| const unsigned int | T1995 = 788936400 |
| const char * | KeyList [] |
| vector< double >::iterator | V_Iter |
| vector< double > | Vval [Nkey] |
| const double | eQ = 1.60217657 |
| const double | gain [16] |
| const SpectrResp | PDresp [] |
| const SpectrRatio | PDratio [] |
| anonymous enum |
| anonymous enum |
| anonymous enum |
Definition at line 1391 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 1391 of file Bias.cpp
Referenced by Fe55::FitG(), PhDi::GetValue(), Fe55::PlotXfit(), and Fe55::PlotXlines().
Here is the caller graph for this function:Definition at line 1350 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 1350 of file Bias.cpp
References i, Ncal, PDresp, SpectrResp::qe, and SpectrResp::wave.
| const double eQ = 1.60217657 |
Definition at line 1175 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 1175 of file Bias.cpp
Referenced by PhDi::GetValue().
| const double gain[16] |
Definition at line 1176 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 1176 of file Bias.cpp
Referenced by EMCDistribution(), EMCDistribution_ADC(), EMCDistribution_Fast(), EMCDistribution_PeakSample_Fast(), PHG4MicromegasHitReco::process_event(), hcalHelper::setCTriggerGRange(), and TSCtoCDBTTree().
| const char* KeyList[] |
Definition at line 53 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 53 of file Bias.cpp
Referenced by Bias::Bias(), Fe55::Fe55(), Fe55_main(), and Bias::PrintVal().
| const SpectrRatio PDratio[] |
| const SpectrResp PDresp[] |
| const unsigned int T1995 = 788936400 |
Definition at line 52 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 52 of file Bias.cpp
Referenced by Bias::Bias(), and Fe55::Fe55().
| const double TwoPi = 2. * 3.14159265358979323846 |
Definition at line 51 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 51 of file Bias.cpp
Referenced by FieldMapsLaplace::ComputeE(), DeltaPhi(), sHelix::findFirstInterceptTo(), EpFinderEval::GetPhiBin(), TrackingPerformanceCheck::Init(), QPileUp::InitMaps(), Langevin::InitMaps(), FieldMaps::InitMaps(), main(), sChargeMap::SaveRho(), XYtoPhi(), and XYtoPhi_02PI().
| vector<double>::iterator V_Iter |
Definition at line 62 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 62 of file Bias.cpp
Referenced by Bias::PrintVal().
Definition at line 63 of file Bias.cpp.
View newest version in sPHENIX GitHub at line 63 of file Bias.cpp
Referenced by Bias::Bias(), Fe55::Fe55(), Fe55_main(), Bias::Plot(), and Bias::PrintVal().