AliPhysics  ec7afe5 (ec7afe5)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages

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>
Include dependency graph for trendingCluster.C:

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

Detailed Description

Do EMCal QA trending plots.

Example macro to check QA outputs from the histograms itself Executed with Root

The input file needs:

  1. the root output from AliAnaCalorimeterQA (or QA train) run by run ie runnumber.root placed in the directory period/pass/
  2. the run list (runlist.txt) of these run output placed in the directory period/pass/ runlist mean : index runnumber// Trigger 2 trigger options " MB" : CaloQA_default output from train " EMC" : CaloQA_EMC7

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)

Author
Yaxian Mao, Wuhan
Marie Germain, SUBATECH

Definition in file trendingCluster.C.

Function Documentation

void trendingCluster ( TString  fCalorimeter = "EMCAL",
TString  period = "LHC11h",
TString  pass = "pass1_HLT",
const Int_t  n = 10,
TString  fTrigger = "MB" 
)

Definition at line 64 of file trendingCluster.C.