Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
calLinearity_ShowerCalib.C File Reference
#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>
+ Include dependency graph for calLinearity_ShowerCalib.C:

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 ()
 

Function Documentation

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.

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function: