AliPhysics  4a7363b (4a7363b)

Configuration of EMCal QA. More...

#include <TString.h>
#include <TROOT.h>
#include <TSystem.h>
#include "AliLog.h"
#include "AliAnalysisTaskCaloTrackCorrelation.h"
#include "AliCaloTrackESDReader.h"
#include "AliCaloTrackAODReader.h"
#include "AliCalorimeterUtils.h"
#include "AliAnaCalorimeterQA.h"
#include "AliHistogramRanges.h"
#include "AliAnaCaloTrackCorrMaker.h"
#include "AliAnalysisManager.h"
#include "AliInputEventHandler.h"
Include dependency graph for AddTaskCalorimeterQA.C:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

AliAnalysisTaskCaloTrackCorrelationAddTaskCalorimeterQA (const char *suffix="default", Bool_t simulation=kFALSE, TString outputFile="", Int_t year=2015, Bool_t printSettings=kFALSE, Bool_t calibrate=kTRUE)
 

Detailed Description

Configuration of EMCal QA.

Configuration macro of EMCal detector QA analysis, although it can be also used for PHOS.

Wagon contacts: EMCAL Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, Marie.nosp@m..Ger.nosp@m.main@.nosp@m.cern.nosp@m..ch

Author
Gustavo Conesa Balbastre Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, (LPSC-CNRS)

Definition in file AddTaskCalorimeterQA.C.

Function Documentation

AliAnalysisTaskCaloTrackCorrelation* AddTaskCalorimeterQA ( const char *  suffix = "default",
Bool_t  simulation = kFALSE,
TString  outputFile = "",
Int_t  year = 2015,
Bool_t  printSettings = kFALSE,
Bool_t  calibrate = kTRUE 
)

Main method calling all the configuration It creates a CaloTrackCorrelations task for calorimeters performance studies, configures it and adds it to the analysis manager.

The options that can be passed to the macro are:

Parameters
suffix: A string with the type of trigger (default: MB, EMC)
simulation: A bool identifying the data as simulation
outputFile: A string to change the name of the histograms output file, default is AnalysisResults.root
yearThe year the data was taken, used to configure some histograms
printSettings: A bool to enable the print of the settings per task
calibrateif OADB was updated with calibration parameters not used in reconstruction, apply them here.

Definition at line 46 of file AddTaskCalorimeterQA.C.

Referenced by AddAnalysisTasks(), and anaQA().