![]() |
AliPhysics
86c65ee (86c65ee)
|
Run check of reconstructed and simulated data. More...
#include <TROOT.h>
#include <TFile.h>
#include <TError.h>
#include <TH1.h>
#include <TH2.h>
#include <TF1.h>
#include <TCanvas.h>
#include <TVector3.h>
#include <TPDGCode.h>
#include <TParticle.h>
#include "AliRunLoader.h"
#include "AliLoader.h"
#include "AliESDEvent.h"
#include "AliESDv0.h"
#include "AliESDcascade.h"
#include "AliESDMuonTrack.h"
#include "AliESDCaloCluster.h"
#include "AliRun.h"
#include "AliStack.h"
#include "AliHeader.h"
#include "AliGenEventHeader.h"
#include "AliPID.h"
Go to the source code of this file.
Functions | |
TH1 * | CreateHisto (const char *name, const char *title, Int_t nBins, Double_t xMin, Double_t xMax, const char *xLabel=NULL, const char *yLabel=NULL) |
TH1 * | CreateEffHisto (TH1 *hGen, TH1 *hRec) |
Bool_t | FitHisto (TH1 *histo, Double_t &res, Double_t &resError) |
Bool_t | Check (const char *gAliceFileName="galice.root", const char *esdFileName="AliESDs.root") |
Run check of reconstructed and simulated data.
Definition in file Check.C.
Bool_t Check | ( | const char * | gAliceFileName = "galice.root" , |
const char * | esdFileName = "AliESDs.root" |
||
) |