![]() |
AliPhysics
a8afd6c (a8afd6c)
|
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"
Go to the source code of this file.
Functions | |
AliAnalysisTaskCaloTrackCorrelation * | AddTaskCalorimeterQA (const char *suffix="default", Bool_t simulation=kFALSE, TString outputFile="", Int_t year=2015, Bool_t printSettings=kFALSE, Bool_t calibrate=kTRUE) |
Configuration of EMCal QA.
Configuration macro of EMCal detector QA analysis, although it can be also used for PHOS.
Wagon contacts: EMCAL Gusta, vo.C onesa .Bal bastr e@ce rn.chMarie .Ger main@ cern .ch
Definition in file AddTaskCalorimeterQA.C.
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:
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 |
year | The year the data was taken, used to configure some histograms |
printSettings | : A bool to enable the print of the settings per task |
calibrate | if 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().