Analysis Software
Documentation for sPHENIX simulation software
|
#include "TSystem.h"
#include "TFile.h"
#include "TH1F.h"
#include "TF1.h"
#include "TMath.h"
#include "TCanvas.h"
#include "TGraphAsymmErrors.h"
#include "TLine.h"
#include "TLegend.h"
#include "TString.h"
#include <iostream>
#include <string>
#include <cstdio>
#include <cstring>
Go to the source code of this file.
Functions | |
float | ErrorAdd (float x, float y) |
float | ErrTimes (float x, float y, float dx, float dy) |
float | ErrDiv (float x, float y, float dx, float dy) |
void | calLinearity_ShowerCalib () |
void calLinearity_ShowerCalib | ( | ) |
Definition at line 34 of file calLinearity_ShowerCalib.C.
View newest version in sPHENIX GitHub at line 34 of file calLinearity_ShowerCalib.C
References ErrDiv(), centProxy::inputfile, line, ProjectionY, sigma, title, ambiguity_solver_full_chain::x, and y.
float ErrDiv | ( | float | x, |
float | y, | ||
float | dx, | ||
float | dy | ||
) |
Definition at line 29 of file calLinearity_ShowerCalib.C.
View newest version in sPHENIX GitHub at line 29 of file calLinearity_ShowerCalib.C
References ErrorAdd().
float ErrorAdd | ( | float | x, |
float | y | ||
) |
Definition at line 19 of file calLinearity_ShowerCalib.C.
View newest version in sPHENIX GitHub at line 19 of file calLinearity_ShowerCalib.C
float ErrTimes | ( | float | x, |
float | y, | ||
float | dx, | ||
float | dy | ||
) |
Definition at line 24 of file calLinearity_ShowerCalib.C.
View newest version in sPHENIX GitHub at line 24 of file calLinearity_ShowerCalib.C
References ErrorAdd().