AliPhysics  6133e27 (6133e27)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliAnalysisTaskEmcalOccupancy Class Reference

Task monitoring the occupancy on cluster and cell level. More...

#include <AliAnalysisTaskEmcalOccupancy.h>

Inheritance diagram for AliAnalysisTaskEmcalOccupancy:

Public Member Functions

 AliAnalysisTaskEmcalOccupancy ()
 
 AliAnalysisTaskEmcalOccupancy (const char *name)
 
virtual ~AliAnalysisTaskEmcalOccupancy ()
 
void SetUseCentralityPercentile (Bool_t doUse)
 
void SetNameClusters (const char *name)
 
- Public Member Functions inherited from AliAnalysisTaskEmcalLight
 AliAnalysisTaskEmcalLight ()
 
 AliAnalysisTaskEmcalLight (const char *name, Bool_t histo=kFALSE)
 
virtual ~AliAnalysisTaskEmcalLight ()
 
AliParticleContainerAddParticleContainer (std::string branchName, std::string contName="")
 
AliClusterContainerAddClusterContainer (std::string branchName, std::string contName="")
 
void AdoptParticleContainer (AliParticleContainer *cont)
 
void AdoptClusterContainer (AliClusterContainer *cont)
 
AliParticleContainerGetParticleContainer (std::string name) const
 
AliClusterContainerGetClusterContainer (std::string name) const
 
AliMCParticleContainerGetMCParticleContainer (std::string name) const
 
AliTrackContainerGetTrackContainer (std::string name) const
 
void RemoveParticleContainer (std::string name)
 
void RemoveClusterContainer (std::string name)
 
void SetCaloCellsName (const char *n)
 
void SetCaloTriggerPatchInfoName (const char *n)
 
void SetCaloTriggersName (const char *n)
 
void SetCentralityEstimator (const char *c)
 
void SetIsPythia (Bool_t i)
 
void SetForceBeamType (EBeamType_t f)
 
void SetCentralityEstimation (ECentralityEstimation_t b)
 
void SetMakeGeneralHistograms (Bool_t g)
 
void SetNeedEmcalGeom (Bool_t n)
 
void SetCentBins (const std::vector< double > &bins)
 
Int_t GetNCentBins () const
 
void SetSwitchOffLHC15oFaultyBranches (Bool_t b)
 
void SetTriggerSelectionBitMap (UInt_t t)
 
void SetCentRange (Double_t min, Double_t max)
 
void SetVzRange (Double_t min, Double_t max)
 
void SetZvertexDiffValue (Double_t cut)
 
void SetMinNVertCont (Int_t cut)
 
void SetPtHardRange (Double_t min, Double_t max)
 
void SetMaxMinimumBiasPtHard (Int_t max)
 
void AddAcceptedTriggerClass (const char *trigClass)
 
void AddRejectedTriggerClass (const char *trigClass)
 
void ClearAcceptedTriggerClasses ()
 
void ClearRejectedTriggerClasses ()
 
void SetMCFilter ()
 
void ResetMCFilter ()
 
void SetJetPtFactor (Float_t f)
 
Float_t JetPtFactor ()
 
void SetClusterPtFactor (Float_t f)
 
Float_t ClusterPtFactor ()
 
void SetTrackPtFactor (Float_t f)
 
Float_t TrackPtFactor ()
 
void SetEventSelectionAfterRun (Bool_t b)
 

Static Public Member Functions

static
AliAnalysisTaskEmcalOccupancy
AddOccupancyTask (const char *name)
 

Protected Member Functions

virtual void UserCreateOutputObjects ()
 
virtual void ExecOnce ()
 
virtual bool Run ()
 
- Protected Member Functions inherited from AliAnalysisTaskEmcalLight
void SetRejectionReasonLabels (TAxis *axis)
 
void AddObjectToEvent (TObject *obj, Bool_t attempt=kFALSE)
 
TClonesArray * GetArrayFromEvent (const char *name, const char *clname=0)
 
EBeamType_t GetBeamType ()
 
Bool_t PythiaInfoFromFile (const char *currFile, Float_t &fXsec, Float_t &fTrials, Int_t &pthard)
 
Bool_t IsTrackInEmcalAcceptance (AliVParticle *part, Double_t edges=0.9) const
 
Bool_t CheckMCOutliers ()
 
void UserCreateOutputObjects ()
 
void UserExec (Option_t *option)
 
Bool_t UserNotify ()
 
virtual Bool_t FillGeneralHistograms (Bool_t eventSelected)
 
virtual Bool_t IsEventSelected ()
 
virtual Bool_t RetrieveEventObjects ()
 
virtual Bool_t FillHistograms ()
 

Private Member Functions

 AliAnalysisTaskEmcalOccupancy (const AliAnalysisTaskEmcalOccupancy &)
 
AliAnalysisTaskEmcalOccupancyoperator= (const AliAnalysisTaskEmcalOccupancy &)
 
 ClassDef (AliAnalysisTaskEmcalOccupancy, 1)
 

Private Attributes

TString fNameClusters
 Name of the cluster container. More...
 
THistManagerfHistos
 Histogram container;. More...
 
Bool_t fUseCentrality
 Switch whether to use the centrality percentile. More...
 
UChar_t * fCellCounter
 ! Counting how often a cell is fired per event More...
 

Additional Inherited Members

- Public Types inherited from AliAnalysisTaskEmcalLight
enum  EDataType_t { kUnknownDataType, kESD, kAOD }
 Switch for the data type. More...
 
enum  EBeamType_t { kNA = -1, kpp = 0, kAA = 1, kpA = 2 }
 Switch for the beam type. More...
 
enum  ECentralityEstimation_t { kNoCentrality = 0, kNewCentrality = 1, kOldCentrality = 2 }
 Switch for the centrality estimation. More...
 
- Static Protected Member Functions inherited from AliAnalysisTaskEmcalLight
static void GetEtaPhiDiff (const AliVTrack *t, const AliVCluster *v, Double_t &phidiff, Double_t &etadiff)
 
static Byte_t GetTrackType (const AliVTrack *t)
 
static Byte_t GetTrackType (const AliAODTrack *aodTrack, UInt_t filterBit1, UInt_t filterBit2)
 
static Double_t DeltaPhi (Double_t phia, Double_t phib, Double_t rMin=-TMath::Pi()/2, Double_t rMax=3 *TMath::Pi()/2)
 
static Double_tGenerateFixedBinArray (Int_t n, Double_t min, Double_t max)
 
static void GenerateFixedBinArray (Int_t n, Double_t min, Double_t max, Double_t *array)
 
static Double_t GetParallelFraction (AliVParticle *part1, AliVParticle *part2)
 
static Double_t GetParallelFraction (const TVector3 &vect1, AliVParticle *part2)
 
static EBeamType_t BeamTypeFromRunNumber (Int_t runnumber)
 
- Protected Attributes inherited from AliAnalysisTaskEmcalLight
EBeamType_t fForceBeamType
 forced beam type More...
 
Bool_t fGeneralHistograms
 whether or not it should fill some general histograms More...
 
Bool_t fCreateHisto
 whether or not create histograms More...
 
Bool_t fNeedEmcalGeom
 whether or not the task needs the emcal geometry More...
 
std::vector< double > fCentBins
 how many centrality bins More...
 
ECentralityEstimation_t fCentralityEstimation
 Centrality estimation. More...
 
Bool_t fIsPythia
 if it is a PYTHIA production More...
 
TString fCaloCellsName
 name of calo cell collection More...
 
TString fCaloTriggersName
 name of calo triggers collection More...
 
TString fCaloTriggerPatchInfoName
 trigger patch info array name More...
 
TString fCentEst
 name of the centrality estimator More...
 
std::map< std::string,
AliParticleContainer * > 
fParticleCollArray
 particle/track collection array More...
 
std::map< std::string,
AliClusterContainer * > 
fClusterCollArray
 cluster collection array More...
 
UInt_t fTriggerSelectionBitMap
 trigger selection bit map More...
 
Double_t fMinCent
 min centrality for event selection More...
 
Double_t fMaxCent
 max centrality for event selection More...
 
Double_t fMinVz
 min vertex for event selection More...
 
Double_t fMaxVz
 max vertex for event selection More...
 
Double_t fMaxVzDiff
 upper limit for distance between primary and SPD vertex More...
 
Double_t fMinNVertCont
 minumum number of vertex contributors More...
 
Double_t fMinPtHard
 select minimum pt hard (MC) More...
 
Double_t fMaxPtHard
 select maximum pt hard (MC) More...
 
Double_t fMaxMinimumBiasPtHard
 maximum pt hard for the minimum bias pt hard bin (MC) More...
 
std::set< std::string > fAcceptedTriggerClasses
 list of accepted trigger classes More...
 
std::set< std::string > fRejectedTriggerClasses
 list of accepted trigger classes More...
 
Bool_t fMCRejectFilter
 enable the filtering of events by tail rejection More...
 
Float_t fPtHardAndJetPtFactor
 Factor between ptHard and jet pT to reject/accept event. More...
 
Float_t fPtHardAndClusterPtFactor
 Factor between ptHard and cluster pT to reject/accept event. More...
 
Float_t fPtHardAndTrackPtFactor
 Factor between ptHard and track pT to reject/accept event. More...
 
Bool_t fSwitchOffLHC15oFaultyBranches
 Switch off faulty tree branches in LHC15o AOD trees. More...
 
Bool_t fEventSelectionAfterRun
 If kTRUE, the event selection is performed after Run() but before FillHistograms() More...
 
Bool_t fLocalInitialized
 !whether or not the task has been already initialized More...
 
EDataType_t fDataType
 !data type (ESD or AOD) More...
 
AliEMCALGeometry * fGeom
 !emcal geometry More...
 
AliVCaloCells * fCaloCells
 !cells More...
 
AliVCaloTrigger * fCaloTriggers
 !calo triggers More...
 
TClonesArray * fTriggerPatchInfo
 !trigger patch info array More...
 
Double_t fCent
 !event centrality More...
 
Int_t fCentBin
 !event centrality bin More...
 
Double_t fEPV0
 !event plane V0 More...
 
Double_t fEPV0A
 !event plane V0A More...
 
Double_t fEPV0C
 !event plane V0C More...
 
Double_t fVertex [3]
 !event vertex More...
 
Double_t fVertexSPD [3]
 !event Svertex More...
 
Int_t fNVertCont
 !event vertex number of contributors More...
 
Int_t fNVertSPDCont
 !event SPD vertex number of contributors More...
 
ULong_t fFiredTriggerBitMap
 !bit map of fired triggers More...
 
std::vector< std::string > fFiredTriggerClasses
 !trigger classes fired by the current event More...
 
EBeamType_t fBeamType
 !event beam type More...
 
AliGenPythiaEventHeader * fPythiaHeader
 !event Pythia header More...
 
Int_t fPtHardBin
 !event pt hard More...
 
Double_t fPtHard
 !event pt hard More...
 
Int_t fNTrials
 !event trials More...
 
Float_t fXsection
 !x-section from pythia header More...
 
TListfOutput
 !output list More...
 
TH1fHistTrialsVsPtHardNoSel
 !total number of trials per pt hard bin after selection (no event selection) More...
 
TH1fHistEventsVsPtHardNoSel
 !total number of events per pt hard bin after selection (no event selection) More...
 
TProfile * fHistXsectionVsPtHardNoSel
 !x section from pythia header (no event selection) More...
 
TH1fHistTriggerClassesNoSel
 !number of events in each trigger class (no event selection) More...
 
TH1fHistZVertexNoSel
 !z vertex position (no event selection) More...
 
TH1fHistCentralityNoSel
 !event centrality distribution (no event selection) More...
 
TH1fHistEventPlaneNoSel
 !event plane distribution (no event selection) More...
 
TH1fHistTrialsVsPtHard
 !total number of trials per pt hard bin after selection More...
 
TH1fHistEventsVsPtHard
 !total number of events per pt hard bin after selection More...
 
TProfile * fHistXsectionVsPtHard
 !x section from pythia header More...
 
TH1fHistTriggerClasses
 !number of events in each trigger class More...
 
TH1fHistZVertex
 !z vertex position More...
 
TH1fHistCentrality
 !event centrality distribution More...
 
TH1fHistEventPlane
 !event plane distribution More...
 
TH1fHistEventCount
 !incoming and selected events More...
 
TH1fHistEventRejection
 !book keep reasons for rejecting event More...
 
TH1fHistTrials
 !trials from pyxsec.root More...
 
TH1fHistEvents
 !total number of events per pt hard bin More...
 
TProfile * fHistXsection
 !x section from pyxsec.root More...
 
- Static Protected Attributes inherited from AliAnalysisTaskEmcalLight
static Double_t fgkEMCalDCalPhiDivide = 4.
 phi value used to distinguish between DCal and EMCal More...
 

Detailed Description

Task monitoring the occupancy on cluster and cell level.

Definition at line 13 of file AliAnalysisTaskEmcalOccupancy.h.

Constructor & Destructor Documentation

AliAnalysisTaskEmcalOccupancy::AliAnalysisTaskEmcalOccupancy ( )

Referenced by AddOccupancyTask().

AliAnalysisTaskEmcalOccupancy::AliAnalysisTaskEmcalOccupancy ( const char *  name)

Definition at line 29 of file AliAnalysisTaskEmcalOccupancy.cxx.

AliAnalysisTaskEmcalOccupancy::~AliAnalysisTaskEmcalOccupancy ( )
virtual

Definition at line 40 of file AliAnalysisTaskEmcalOccupancy.cxx.

AliAnalysisTaskEmcalOccupancy::AliAnalysisTaskEmcalOccupancy ( const AliAnalysisTaskEmcalOccupancy )
private

Member Function Documentation

AliAnalysisTaskEmcalOccupancy * AliAnalysisTaskEmcalOccupancy::AddOccupancyTask ( const char *  name)
static

Definition at line 102 of file AliAnalysisTaskEmcalOccupancy.cxx.

AliAnalysisTaskEmcalOccupancy::ClassDef ( AliAnalysisTaskEmcalOccupancy  ,
 
)
private
void AliAnalysisTaskEmcalOccupancy::ExecOnce ( )
protectedvirtual

Perform steps needed to initialize the analysis. This function relies on the presence of an input event (ESD or AOD event). Consequently it is called internally by UserExec for the first event.

This function connects all containers attached to this task to the corresponding arrays in the input event. Furthermore it initializes the geometry.

Reimplemented from AliAnalysisTaskEmcalLight.

Definition at line 59 of file AliAnalysisTaskEmcalOccupancy.cxx.

AliAnalysisTaskEmcalOccupancy& AliAnalysisTaskEmcalOccupancy::operator= ( const AliAnalysisTaskEmcalOccupancy )
private
Bool_t AliAnalysisTaskEmcalOccupancy::Run ( )
protectedvirtual

Run function. This is the core function of the analysis and contains the user code. Therefore users have to implement this function.

Returns
True if event is selected, false otherwise

Reimplemented from AliAnalysisTaskEmcalLight.

Definition at line 67 of file AliAnalysisTaskEmcalOccupancy.cxx.

void AliAnalysisTaskEmcalOccupancy::SetNameClusters ( const char *  name)
inline

Definition at line 20 of file AliAnalysisTaskEmcalOccupancy.h.

void AliAnalysisTaskEmcalOccupancy::SetUseCentralityPercentile ( Bool_t  doUse)
inline

Definition at line 19 of file AliAnalysisTaskEmcalOccupancy.h.

void AliAnalysisTaskEmcalOccupancy::UserCreateOutputObjects ( )
protectedvirtual

Definition at line 45 of file AliAnalysisTaskEmcalOccupancy.cxx.

Member Data Documentation

UChar_t* AliAnalysisTaskEmcalOccupancy::fCellCounter
private

! Counting how often a cell is fired per event

Definition at line 36 of file AliAnalysisTaskEmcalOccupancy.h.

Referenced by ExecOnce(), Run(), and ~AliAnalysisTaskEmcalOccupancy().

THistManager* AliAnalysisTaskEmcalOccupancy::fHistos
private

Histogram container;.

Definition at line 34 of file AliAnalysisTaskEmcalOccupancy.h.

Referenced by Run(), UserCreateOutputObjects(), and ~AliAnalysisTaskEmcalOccupancy().

TString AliAnalysisTaskEmcalOccupancy::fNameClusters
private

Name of the cluster container.

Definition at line 33 of file AliAnalysisTaskEmcalOccupancy.h.

Referenced by Run(), and SetNameClusters().

Bool_t AliAnalysisTaskEmcalOccupancy::fUseCentrality
private

Switch whether to use the centrality percentile.

Definition at line 35 of file AliAnalysisTaskEmcalOccupancy.h.

Referenced by SetUseCentralityPercentile().


The documentation for this class was generated from the following files: