Analysis Software
Documentation for sPHENIX simulation software
|
#include "LiteCaloEval.h"
#include <calobase/RawTower.h>
#include <calobase/RawTowerContainer.h>
#include <calobase/RawTowerGeom.h>
#include <calobase/RawTowerGeomContainer.h>
#include <calobase/TowerInfo.h>
#include <calobase/TowerInfoContainer.h>
#include <globalvertex/GlobalVertex.h>
#include <globalvertex/GlobalVertexMap.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/SubsysReco.h>
#include <phool/PHCompositeNode.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <TF1.h>
#include <TFile.h>
#include <TGraph.h>
#include <TGraphErrors.h>
#include <TH1.h>
#include <TH2.h>
#include <TH3.h>
#include <TStyle.h>
#include <TSystem.h>
#include <TTree.h>
#include <TCanvas.h>
#include <cmath>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <map>
#include <memory>
#include <utility>
Go to the source code of this file.
Functions | |
double | LCE_fitf (Double_t *x, Double_t *par) |
double LCE_fitf | ( | Double_t * | x, |
Double_t * | par | ||
) |
This function is used for the histo fitting process. x is a 1d array that holds xaxis values. par is an array of 1d array of parameters we set our fit function to. So p[0] = p[1] = 1 unless otherwise determined
Definition at line 48 of file LiteCaloEval.cc.
View newest version in sPHENIX GitHub at line 48 of file LiteCaloEval.cc
References LCE_grff.
Referenced by LiteCaloEval::FitRelativeShifts().