![]() |
AliPhysics
f1cc956 (f1cc956)
|
#include <bitset>
#include <iostream>
#include <map>
#include <sstream>
#include <vector>
#include <TArrayD.h>
#include <TClonesArray.h>
#include <THashList.h>
#include <THistManager.h>
#include <TLorentzVector.h>
#include <TMath.h>
#include <TString.h>
#include "AliAnalysisUtils.h"
#include "AliCentrality.h"
#include "AliEMCALGeometry.h"
#include "AliEMCALTriggerPatchInfo.h"
#include "AliEmcalTriggerOfflineSelection.h"
#include "AliESDEvent.h"
#include "AliInputEventHandler.h"
#include "AliLog.h"
#include "AliVCluster.h"
#include "AliVVertex.h"
#include "AliMultSelection.h"
#include "AliMultEstimator.h"
#include "AliAnalysisTaskEmcalClustersRef.h"
Go to the source code of this file.
Functions | |
ClassImp (EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalClustersRef) namespace EMCalTriggerPtAnalysis | |
Dummy (I/O) constructor
Named constructor
name | Name of the task |
Destructor
Creates output histograms: distribution of cluster energy for different trigger classes and number of events
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 |
Check whether cluster is inside a trigger patch which has fired the trigger
etaclust | \( \eta \) of the cluster at center |
phiclust | \( \phi \) of the cluster at center |
triggerpatches | List of trigger patches which have fired the trigger |
Find all patches in an event which could have fired the trigger Attention: This task groups into single shower triggers (L0, EG1, EG2) and jet triggers (EJ1 and EJ2). Per convention the low threshold patch is selected. No energy cut should be applied in the trigger maker
triggerclass | EMCAL trigger class firing |
triggerpatches | Trigger patches found in the event |
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 44 of file AliAnalysisTaskEmcalClustersRef.cxx.