![]() |
AliPhysics
f1cc956 (f1cc956)
|
#include <map>
#include <vector>
#include <TArrayD.h>
#include <TClonesArray.h>
#include <THistManager.h>
#include <THashList.h>
#include <TString.h>
#include "AliAnalysisUtils.h"
#include "AliESDEvent.h"
#include "AliEMCALTriggerPatchInfo.h"
#include "AliEmcalTriggerOfflineSelection.h"
#include "AliInputEventHandler.h"
#include "AliLog.h"
#include "AliMultSelection.h"
#include "AliMultEstimator.h"
#include "AliAnalysisTaskEmcalPatchesRef.h"
Go to the source code of this file.
Functions | |
ClassImp (EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalPatchesRef) namespace EMCalTriggerPtAnalysis | |
Dummy (I/O) onstructor
Named constructor
name | Name of the task |
Destructor
Creating output histograms:
Run event loop
Not | used |
Filling patch related histogram
triggerclass | Name of the trigger class firing the event |
patchname | Name of the patchtype |
energy | Calibrated energy of the patch |
eta | Patch eta at the geometrical center |
phi | Patch phi at the geometrical center |
Create new energy binning
binning |
Create any kind of linear binning from given ranges and stores it in the binning array.
binning | output array |
nbins | Number of bins |
min | lower range |
max | upper range |
Apply trigger selection using offline patches and trigger thresholds based on offline ADC Amplitude
triggerpatches | Trigger patches found by the trigger maker |
Definition at line 35 of file AliAnalysisTaskEmcalPatchesRef.cxx.