![]() |
AliPhysics
a8afd6c (a8afd6c)
|
Do EMCal QA trending plots. More...
#include <TFile.h>
#include <TH1F.h>
#include <TH2F.h>
#include <TH3D.h>
#include <Riostream.h>
#include <TCanvas.h>
#include <TGraphErrors.h>
#include <TGrid.h>
#include <TFileMerger.h>
#include <TMultiGraph.h>
#include <TROOT.h>
#include <TString.h>
#include <TStyle.h>
#include <TLegend.h>
#include <TGridCollection.h>
#include <TGridResult.h>
#include <TClonesArray.h>
#include <TObjString.h>
#include <stdio.h>
#include <string>
#include <fstream>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Functions | |
void | trendingCluster (TString fCalorimeter="EMCAL", TString period="LHC11h", TString pass="pass1_HLT", const Int_t n=10, TString fTrigger="MB") |
Do EMCal QA trending plots.
Example macro to check QA outputs from the histograms itself Executed with Root
The input file needs:
Configured by options of EMCAL checker with: a. cell multiplicity b. cluster multiplicity/event c. Cells per Cluster d. mean cluster energy
more checker values could be added based on request (more canvas)
Definition in file trendingCluster.C.