![]() |
AliPhysics
31210d0 (31210d0)
|
Base class for event, clusters and tracks filtering and preparation for the analysis. More...
#include <AliCaloTrackReader.h>
Public Types | |
enum | inputDataType { kESD, kAOD, kMC } |
enum | detector { kEMCAL = AliFiducialCut::kEMCAL, kPHOS = AliFiducialCut::kPHOS, kCTS = AliFiducialCut::kCTS, kDCAL = AliFiducialCut::kDCAL, kDCALPHOS = AliFiducialCut::kDCALPHOS } |
enum | smearingFunction { kNoSmearing, kSmearingLandau, kSmearingLandauShift } |
Smearing function enum. More... | |
Protected Member Functions | |
AliCaloTrackReader (const AliCaloTrackReader &r) | |
Copy constructor not implemented. More... | |
AliCaloTrackReader & | operator= (const AliCaloTrackReader &r) |
Assignment operator not implemented. More... | |
Protected Attributes | |
Int_t | fEventNumber |
Event number. More... | |
Int_t | fDataType |
Select MC: Kinematics, Data: ESD/AOD, MCData: Both. More... | |
Int_t | fDebug |
Debugging level. More... | |
AliFiducialCut * | fFiducialCut |
Acceptance cuts. More... | |
Bool_t | fCheckFidCut |
Do analysis for clusters in defined region. More... | |
Bool_t | fComparePtHardAndJetPt |
In MonteCarlo, jet events, reject fake events with wrong jet energy. More... | |
Float_t | fPtHardAndJetPtFactor |
Factor between ptHard and jet pT to reject/accept event. More... | |
Bool_t | fComparePtHardAndClusterPt |
In MonteCarlo, jet events, reject events with too large cluster energy. More... | |
Float_t | fPtHardAndClusterPtFactor |
Factor between ptHard and cluster pT to reject/accept event. More... | |
Float_t | fCTSPtMin |
pT Threshold on charged particles. More... | |
Float_t | fEMCALPtMin |
pT Threshold on emcal clusters. More... | |
Float_t | fPHOSPtMin |
pT Threshold on phos clusters. More... | |
Float_t | fCTSPtMax |
pT Threshold on charged particles. More... | |
Float_t | fEMCALPtMax |
pT Threshold on emcal clusters. More... | |
Float_t | fPHOSPtMax |
pT Threshold on phos clusters. More... | |
Float_t | fEMCALBadChMinDist |
Minimal distance to bad channel to accept cluster in EMCal, cell units. More... | |
Float_t | fPHOSBadChMinDist |
Minimal distance to bad channel to accept cluster in PHOS, cm. More... | |
Int_t | fEMCALNCellsCut |
Accept for the analysis EMCAL clusters with more than fNCellsCut cells. More... | |
Int_t | fPHOSNCellsCut |
Accept for the analysis PHOS clusters with more than fNCellsCut cells. More... | |
Bool_t | fUseEMCALTimeCut |
Do time cut selection. More... | |
Bool_t | fUseParamTimeCut |
Use simple or parametrized time cut. More... | |
Bool_t | fUseTrackTimeCut |
Do time cut selection. More... | |
Bool_t | fAccessTrackTOF |
Access the track TOF, in case of problems when accessing GetTOFBunchCrossing. More... | |
Double_t | fEMCALTimeCutMin |
Remove clusters/cells with time smaller than this value, in ns. More... | |
Double_t | fEMCALTimeCutMax |
Remove clusters/cells with time larger than this value, in ns. More... | |
Float_t | fEMCALParamTimeCutMin [4] |
Remove clusters/cells with time smaller than parametrized value, in ns. More... | |
Double_t | fEMCALParamTimeCutMax [4] |
Remove clusters/cells with time larger than parametrized value, in ns. More... | |
Double_t | fTrackTimeCutMin |
Remove tracks with time smaller than this value, in ns. More... | |
Double_t | fTrackTimeCutMax |
Remove tracks with time larger than this value, in ns. More... | |
Bool_t | fUseTrackDCACut |
Do DCA selection. More... | |
Double_t | fTrackDCACut [3] |
Remove tracks with DCA larger than cut, parameters of function stored here. More... | |
TList * | fAODBranchList |
List with AOD branches created and needed in analysis. More... | |
TObjArray * | fCTSTracks |
Temporal array with tracks. More... | |
TObjArray * | fEMCALClusters |
Temporal array with EMCAL CaloClusters. More... | |
TObjArray * | fDCALClusters |
Temporal array with DCAL CaloClusters, not needed in the normal case, use just EMCal array with DCal limits. More... | |
TObjArray * | fPHOSClusters |
Temporal array with PHOS CaloClusters. More... | |
AliVCaloCells * | fEMCALCells |
! Temporal array with EMCAL AliVCaloCells. More... | |
AliVCaloCells * | fPHOSCells |
! Temporal array with PHOS AliVCaloCells. More... | |
AliVEvent * | fInputEvent |
! pointer to esd or aod input. More... | |
AliAODEvent * | fOutputEvent |
! pointer to aod output. More... | |
AliMCEvent * | fMC |
! Monte Carlo Event Handler. More... | |
Bool_t | fFillCTS |
Use data from CTS. More... | |
Bool_t | fFillEMCAL |
Use data from EMCAL. More... | |
Bool_t | fFillDCAL |
Use data from DCAL, not needed in the normal case, use just EMCal array with DCal limits. More... | |
Bool_t | fFillPHOS |
Use data from PHOS. More... | |
Bool_t | fFillEMCALCells |
Use data from EMCAL. More... | |
Bool_t | fFillPHOSCells |
Use data from PHOS. More... | |
Bool_t | fRecalculateClusters |
Correct clusters, recalculate them if recalibration parameters is given. More... | |
Bool_t | fCorrectELinearity |
Correct cluster linearity, always on. More... | |
Bool_t | fSelectEmbeddedClusters |
Use only simulated clusters that come from embedding. More... | |
Bool_t | fScaleEPerSM |
Scale cluster energy by a constant factor, depending on SM. More... | |
Float_t | fScaleFactorPerSM [22] |
Scale factor depending on SM number to be applied to cluster energy. More... | |
Bool_t | fSmearShowerShape |
Smear shower shape (use in MC). More... | |
Float_t | fSmearShowerShapeWidth |
Smear shower shape landau function "width" (use in MC). More... | |
TRandom3 | fRandom |
! Random generator. More... | |
Int_t | fSmearingFunction |
Choice of smearing function. 0 no smearing. 1 smearing from Gustavo (Landau center at 0). 2 smearing from Astrid (Landau center at 0.05). See enum smearingFunction. More... | |
Int_t | fSmearNLMMin |
Do smearing for clusters with at least this value. More... | |
Int_t | fSmearNLMMax |
Do smearing for clusters with at maximum this value. More... | |
ULong_t | fTrackStatus |
Track selection bit, select tracks refitted in TPC, ITS ... More... | |
Bool_t | fSelectSPDHitTracks |
Ensure that track hits SPD layers. More... | |
Int_t | fTrackMult [10] |
Track multiplicity, count for different pT cuts. More... | |
Float_t | fTrackSumPt [10] |
Track sum pT, count for different pT cuts. More... | |
Int_t | fTrackMultNPtCut |
Track multiplicty, number of pt cuts. More... | |
Float_t | fTrackMultPtCut [10] |
Track multiplicity and sum pt cuts list. More... | |
Float_t | fTrackMultEtaCut |
Track multiplicity eta cut. More... | |
TString | fDeltaAODFileName |
Delta AOD file name. More... | |
TString | fFiredTriggerClassName |
Name of trigger event type used to do the analysis. More... | |
UInt_t | fEventTriggerMask |
Select this triggerered event. More... | |
UInt_t | fMixEventTriggerMask |
Select this triggerered event for mixing, tipically kMB or kAnyINT. More... | |
Bool_t | fEventTriggerAtSE |
Select triggered event at SE base task or here. More... | |
Bool_t | fEventTrigMinBias |
Event is min bias on its name, it should correspond to AliVEvent::kMB, AliVEvent::kAnyInt. More... | |
Bool_t | fEventTrigCentral |
Event is AliVEvent::kCentral on its name, it should correspond to PbPb. More... | |
Bool_t | fEventTrigSemiCentral |
Event is AliVEvent::kSemiCentral on its name, it should correspond to PbPb. More... | |
Bool_t | fEventTrigEMCALL0 |
Event is EMCal L0 on its name, it should correspond to AliVEvent::kEMC7, AliVEvent::kEMC1. More... | |
Bool_t | fEventTrigEMCALL1Gamma1 |
Event is L1-Gamma, threshold 1 on its name, it should correspond kEMCEGA. More... | |
Bool_t | fEventTrigEMCALL1Gamma2 |
Event is L1-Gamma, threshold 2 on its name, it should correspond kEMCEGA. More... | |
Bool_t | fEventTrigEMCALL1Jet1 |
Event is L1-Gamma, threshold 1 on its name, it should correspond kEMCEGA. More... | |
Bool_t | fEventTrigEMCALL1Jet2 |
Event is L1-Gamma, threshold 2 on its name, it should correspond kEMCEGA. More... | |
Int_t | fBitEGA |
Trigger bit on VCaloTrigger for EGA. More... | |
Int_t | fBitEJE |
Trigger bit on VCaloTrigger for EJE. More... | |
Int_t | fEventType |
Set the event species: 7 physics, 0 MC, 8 LED (not useful now) More... | |
TString | fTaskName |
Name of task that executes the analysis. More... | |
AliCalorimeterUtils * | fCaloUtils |
Pointer to AliCalorimeterUtils. More... | |
AliMCAnalysisUtils * | fMCUtils |
MonteCarlo Analysis utils. Initialized in SetMC() More... | |
AliAnaWeights * | fWeightUtils |
Pointer to AliAnaWeights. More... | |
Double_t | fEventWeight |
Weight assigned to the event when filling histograms. More... | |
AliMixedEvent * | fMixedEvent |
! Mixed event object. This class is not the owner. More... | |
Int_t | fNMixedEvent |
Number of events in mixed event buffer. More... | |
Double_t ** | fVertex |
! Vertex array 3 dim for each mixed event buffer. More... | |
TList ** | fListMixedTracksEvents |
! Container for tracks stored for different events, used in case of own mixing, set in analysis class. More... | |
TList ** | fListMixedCaloEvents |
! Container for photon stored for different events, used in case of own mixing, set in analysis class. More... | |
Int_t | fLastMixedTracksEvent |
Temporary container with the last event added to the mixing list for tracks. More... | |
Int_t | fLastMixedCaloEvent |
Temporary container with the last event added to the mixing list for photons. More... | |
Bool_t | fWriteOutputDeltaAOD |
Write the created delta AOD objects into file. More... | |
Int_t | fV0ADC [2] |
Integrated V0 signal. More... | |
Int_t | fV0Mul [2] |
Integrated V0 Multiplicity. More... | |
TString | fEMCALClustersListName |
Alternative list of clusters produced elsewhere and not from InputEvent. More... | |
TString | fEMCALCellsListName |
Alternative list of cells produced elsewhere and not from InputEvent. More... | |
Float_t | fZvtxCut |
Cut on vertex position. More... | |
Bool_t | fAcceptFastCluster |
Accept events from fast cluster, exclude these events for LHC11a. More... | |
Int_t | fRemoveLEDEvents |
Remove events where LED was wrongly firing - only EMCAL LHC11a for this equal to 1, generalized to any SM for larger. More... | |
Bool_t | fRemoveBadTriggerEvents |
Remove triggered events because trigger was exotic, bad, or out of BC. More... | |
Bool_t | fTriggerPatchClusterMatch |
Search for the trigger patch and check if associated cluster was the trigger. More... | |
Int_t | fTriggerPatchTimeWindow [2] |
Trigger patch selection window. More... | |
Float_t | fTriggerL0EventThreshold |
L0 Threshold to look for triggered events, set outside. More... | |
Float_t | fTriggerL1EventThreshold |
L1 Threshold to look for triggered events, set in data. More... | |
Bool_t | fTriggerL1EventThresholdFix |
L1 Threshold is fix and set outside. More... | |
Int_t | fTriggerClusterBC |
Event triggered by a cluster in BC -5 0 to 5. More... | |
Int_t | fTriggerClusterIndex |
Index in clusters array of trigger cluster. More... | |
Int_t | fTriggerClusterId |
Id of trigger cluster (cluster->GetID()). More... | |
Bool_t | fIsExoticEvent |
Exotic trigger event flag. More... | |
Bool_t | fIsBadCellEvent |
Bad cell triggered event flag, any cell in cluster is bad. More... | |
Bool_t | fIsBadMaxCellEvent |
Bad cell triggered event flag, only max energy cell is bad. More... | |
Bool_t | fIsTriggerMatch |
Could match the event to a trigger patch? More... | |
Bool_t | fIsTriggerMatchOpenCut [3] |
Could not match the event to a trigger patch?, retry opening cuts. More... | |
Bool_t | fTriggerClusterTimeRecal |
In case cluster already calibrated, do not try to recalibrate even if recalib on in AliEMCALRecoUtils. More... | |
Bool_t | fRemoveUnMatchedTriggers |
Analyze events where trigger patch and cluster where found or not. More... | |
Bool_t | fDoPileUpEventRejection |
Select pile-up events by SPD. More... | |
Bool_t | fDoV0ANDEventSelection |
Select events depending on V0AND. More... | |
Bool_t | fDoVertexBCEventSelection |
Select events with vertex on BC=0 or -100. More... | |
Bool_t | fDoRejectNoTrackEvents |
Reject events with no selected tracks in event. More... | |
Bool_t | fUseEventsWithPrimaryVertex |
Select events with primary vertex. More... | |
Bool_t | fTimeStampEventSelect |
Select events within a fraction of data taking time. More... | |
Float_t | fTimeStampEventFracMin |
Minimum value of time stamp fraction event. More... | |
Float_t | fTimeStampEventFracMax |
Maximum value of time stamp fraction event. More... | |
Double_t | fTimeStampRunMin |
Minimum value of time stamp in run. More... | |
Double_t | fTimeStampRunMax |
Maximum value of time stamp in run. More... | |
Bool_t | fTimeStampEventCTPBCCorrExclude |
Activate event selection within a range of data taking time CTP corrected. ESD only. More... | |
Double_t | fTimeStampEventCTPBCCorrMin |
Minimum value of time stamp corrected by CTP in run. More... | |
Double_t | fTimeStampEventCTPBCCorrMax |
Maximum value of time stamp corrected by CTP in run. More... | |
Double_t | fPileUpParamSPD [5] |
Int_t | fNPileUpClusters |
Number of clusters with time avobe 20 ns. More... | |
Int_t | fNNonPileUpClusters |
Number of clusters with time below 20 ns. More... | |
Int_t | fNPileUpClustersCut |
Cut to select event as pile-up. More... | |
Int_t | fEMCalBCEvent [19] |
Fill one entry per event if there is a cluster in a given BC. More... | |
Int_t | fEMCalBCEventCut [19] |
Fill one entry per event if there is a cluster in a given BC, depend on cluster E, acceptance cut. More... | |
Int_t | fTrackBCEvent [19] |
Fill one entry per event if there is a track in a given BC. More... | |
Int_t | fTrackBCEventCut [19] |
Fill one entry per event if there is a track in a given BC, depend on track pT, acceptance cut. More... | |
Int_t | fVertexBC |
Vertex BC. More... | |
Bool_t | fRecalculateVertexBC |
Recalculate vertex BC from tracks pointing to vertex. More... | |
Bool_t | fUseAliCentrality |
Select as centrality estimator AliCentrality (Run1) or AliMultSelection (Run1 and Run2) More... | |
TString | fCentralityClass |
Name of selected centrality class. More... | |
Int_t | fCentralityOpt |
Option for the returned value of the centrality, possible options 5, 10, 100. More... | |
Int_t | fCentralityBin [2] |
Minimum and maximum value of the centrality for the analysis. More... | |
TString | fEventPlaneMethod |
Name of event plane method, by default "Q". More... | |
Bool_t | fFillInputNonStandardJetBranch |
Flag to use data from non standard jets. More... | |
TClonesArray * | fNonStandardJets |
! Temporal array with jets. More... | |
TString | fInputNonStandardJetBranchName |
Name of non standard jet branch. More... | |
Bool_t | fFillInputBackgroundJetBranch |
Flag to use data from background jets. More... | |
AliAODJetEventBackground * | fBackgroundJets |
! Background jets. More... | |
TString | fInputBackgroundJetBranchName |
Name of background jet branch. More... | |
TArrayI | fAcceptEventsWithBit |
Accept events if trigger bit is on. More... | |
TArrayI | fRejectEventsWithBit |
Reject events if trigger bit is on. More... | |
Bool_t | fRejectEMCalTriggerEventsWith2Tresholds |
Reject events EG2 also triggered by EG1 or EJ2 also triggered by EJ1. More... | |
TLorentzVector | fMomentum |
! Temporal TLorentzVector container, avoid declaration of TLorentzVectors per event. More... | |
TList * | fOutputContainer |
! Output container with cut control histograms. More... | |
TH2F * | fhEMCALClusterEtaPhi |
! Control histogram on EMCAL clusters acceptance, before fiducial cuts More... | |
TH2F * | fhEMCALClusterEtaPhiFidCut |
! Control histogram on EMCAL clusters acceptance, after fiducial cuts More... | |
TH2F * | fhEMCALClusterTimeE |
! Control histogram on EMCAL timing More... | |
TH1F * | fhEMCALClusterCutsE [8] |
! Control histogram on the different EMCal cluster selection cuts, E More... | |
TH1F * | fhPHOSClusterCutsE [7] |
! Control histogram on the different PHOS cluster selection cuts, E More... | |
TH1F * | fhCTSTrackCutsPt [6] |
! Control histogram on the different CTS tracks selection cuts, pT More... | |
Float_t | fEnergyHistogramLimit [2] |
Binning of the control histograms, number of bins. More... | |
Int_t | fEnergyHistogramNbins |
Binning of the control histograms, min and max window. More... | |
TH1I * | fhNEventsAfterCut |
! Each bin represents number of events resulting after a given selection cut: vertex, trigger, ... More... | |
Int_t | fNMCGenerToAccept |
Number of MC generators that should not be included in analysis. More... | |
TString | fMCGenerToAccept [5] |
List with name of generators that should not be included. More... | |
Int_t | fMCGenerIndexToAccept [5] |
List with index of generators that should not be included. More... | |
TString | fMCGenerEventHeaderToAccept |
Accept events that contain at least this event header name. More... | |
AliGenEventHeader * | fGenEventHeader |
! Event header More... | |
AliGenPythiaEventHeader * | fGenPythiaEventHeader |
! Event header casted to pythia More... | |
Base class for event, clusters and tracks filtering and preparation for the analysis.
Base class for accessing/filtering data, MonteCarlo, ESD or AOD, of PHOS, EMCAL and Central Barrel Tracking detectors. It filters de events and detector input depending on different selection criteria, like kinematical restrictions, goodness of the event or cluster/track, etc.
Mother class of
More information can be found in this twiki.
Definition at line 61 of file AliCaloTrackReader.h.
Enumerator | |
---|---|
kEMCAL | |
kPHOS | |
kCTS | |
kDCAL | |
kDCALPHOS |
Definition at line 122 of file AliCaloTrackReader.h.
Enumerator | |
---|---|
kESD | |
kAOD | |
kMC |
Definition at line 84 of file AliCaloTrackReader.h.
Smearing function enum.
Enumerator | |
---|---|
kNoSmearing | |
kSmearingLandau | |
kSmearingLandauShift |
Definition at line 127 of file AliCaloTrackReader.h.
AliCaloTrackReader::AliCaloTrackReader | ( | ) |
Constructor. Initialize parameters.
Definition at line 60 of file AliCaloTrackReader.cxx.
|
virtual |
Destructor.
Definition at line 155 of file AliCaloTrackReader.cxx.
|
protected |
Copy constructor not implemented.
Accept track if DCA is smaller than function.
pt | of track. |
dca | of track. |
Definition at line 242 of file AliCaloTrackReader.cxx.
Referenced by FillInputCTS(), GetVertexBC(), and SetPHOSNCellsCut().
Bool_t AliCaloTrackReader::AcceptEventWithTriggerBit | ( | ) |
Accept events that pass the physics selection depending on an array of trigger bits set during the configuration.
Definition at line 256 of file AliCaloTrackReader.cxx.
Referenced by CheckEventTriggers(), and IsFastClusterAccepted().
|
inline |
Definition at line 318 of file AliCaloTrackReader.h.
Reject particles/clusters depending on the generator of origin of the MC label.
mcLabel | label index of particle originating the cluster or track or mc stack |
Definition at line 284 of file AliCaloTrackReader.cxx.
Referenced by FillInputCTS(), FillInputEMCALAlgorithm(), FillInputPHOS(), and GetIndexOfMCGeneratorsToAccept().
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 733 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 732 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 734 of file AliCaloTrackReader.h.
|
inline |
Definition at line 563 of file AliCaloTrackReader.h.
|
inline |
Definition at line 561 of file AliCaloTrackReader.h.
|
inline |
Definition at line 562 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA().
|
inline |
Definition at line 383 of file AliCaloTrackReader.h.
|
inline |
Definition at line 256 of file AliCaloTrackReader.h.
|
inline |
Definition at line 387 of file AliCaloTrackReader.h.
Bool_t AliCaloTrackReader::CheckEventTriggers | ( | ) |
Do different selection of the event depending on trigger name, event type, goodness of the EMCal trigger ...
Definition at line 445 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), and SwitchOffEventTriggerAtSE().
|
inlinevirtual |
Reimplemented in AliCaloTrackESDReader, and AliCaloTrackAODReader.
Definition at line 573 of file AliCaloTrackReader.h.
Referenced by FillInputEvent().
Check the MC PYTHIA event, if the requested pT-hard is smaller than the calorimeter cluster E, there can be a problem in the tails of the distributions and the event should be rejected. Do this only for pythia gamma-jet events
process | pythia process from AliMCAnalysisUtils::GetPythiaEventHeader() |
processName | Jet-Jet or Gamma-Jet processes from AliMCAnalysisUtils::GetPythiaEventHeader() |
Definition at line 694 of file AliCaloTrackReader.cxx.
Referenced by AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), and SetPtHardAndJetPtFactor().
Check the MC PYTHIA event, if the requested pT-hard is much smaller than the jet pT, then, there can be a problem in the tails of the distributions and the event should be rejected. Do this only for pythia gamma-jet or jet-jet events
process | pythia process from AliMCAnalysisUtils::GetPythiaEventHeader() |
processName | Jet-Jet or Gamma-Jet processes from AliMCAnalysisUtils::GetPythiaEventHeader() |
Definition at line 641 of file AliCaloTrackReader.cxx.
Referenced by AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), and SwitchOffAODMCParticles().
Definition at line 653 of file AliCaloTrackReader.h.
void AliCaloTrackReader::DeletePointers | ( | ) |
Destructor. Called by the destructors of this class and derived classes.
Definition at line 164 of file AliCaloTrackReader.cxx.
Referenced by AliCaloTrackESDReader::~AliCaloTrackESDReader(), AliCaloTrackMCReader::~AliCaloTrackMCReader(), and ~AliCaloTrackReader().
|
virtual |
Fill array with Background jets
Author: Adam T. Matyja
Definition at line 2579 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), and GetInputNonStandardJetBranchName().
|
virtual |
Fill the array with Central Tracking System (CTS) filtered tracks. To select the tracks, kinematic cuts, DCA, re-fit status and timing cuts are applied. Other more ESD/AOD dependent cuts are applied in SelectTrack() method, see AliCaloTrackAODReader and AliCaloTrackESDReader.
Definition at line 1743 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), and SetSmearingNLMRange().
|
virtual |
Fill the array with EMCAL clusters. Source of clusters can be different, external branch, output of some other analysis task or the standard. External branch is requested when providing its name in fEMCALClustersListName.
Definition at line 2235 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), and SetSmearingNLMRange().
|
virtual |
Correct, if requested, and select here the EMCal cluster. If selected add it to the EMCal clusters array. The actions taken are:
clus | AliVCaloCluster pointer |
iclus | cluster index, only needed in case of mixing frame (not used recently) |
Method called by FillInputEMCAL()
Definition at line 1920 of file AliCaloTrackReader.cxx.
Referenced by FillInputEMCAL(), and SetSmearingNLMRange().
|
virtual |
Connects the array with EMCAL cells and the pointer.
Definition at line 2494 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), and SetSmearingNLMRange().
Event and tracks/clusters filtering method. Main steps:
Called by the analysis maker.
Reimplemented in AliCaloTrackMCReader.
Definition at line 1276 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::ProcessEvent(), and SetSmearingNLMRange().
|
virtual |
Fill array with non standard jets
Author: Adam T. Matyja
Definition at line 2547 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), AliAnaParticleJetFinderCorrelation::MakeAnalysisFillHistograms(), and SwitchOffBackgroundJets().
|
virtual |
Fill the array with PHOS filtered clusters.
Definition at line 2375 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), and SetSmearingNLMRange().
|
virtual |
Connects the array with PHOS cells and the pointer.
Definition at line 2505 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), and SetSmearingNLMRange().
|
virtual |
Fill VZERO information in data member, add all the channels information.
Definition at line 2514 of file AliCaloTrackReader.cxx.
Referenced by FillInputEvent(), and SetSmearingNLMRange().
|
virtual |
Fill data member fVertex. In case of Mixed event, multiple vertices.
Definition at line 1679 of file AliCaloTrackReader.cxx.
Referenced by AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), and GetVertex().
|
inlinevirtual |
Definition at line 106 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::ConnectInputOutputAODBranches(), AliAnaCaloTrackCorrMaker::FillAndGetAODBranchList(), AliAnaCaloTrackCorrBaseClass::GetAODBranch(), AliAnaPi0::MakeAnalysisFillHistograms(), and AliAnaCaloTrackCorrMaker::ProcessEvent().
|
virtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 947 of file AliCaloTrackReader.cxx.
Referenced by GetGenPythiaEventHeader().
|
virtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 936 of file AliCaloTrackReader.cxx.
Referenced by GetGenPythiaEventHeader().
|
inlinevirtual |
Definition at line 766 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetBackgroundJets().
|
inlinevirtual |
Definition at line 648 of file AliCaloTrackReader.h.
|
inline |
Definition at line 640 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), FillInputEMCALAlgorithm(), FillInputPHOS(), AliIsolationCut::GetCellDensity(), AliIsolationCut::GetCoeffNormBadCell(), GetTriggerPatches(), AliIsolationCut::MakeIsolationCut(), MatchTriggerCluster(), and RejectLEDEvents().
|
inlinevirtual |
Definition at line 581 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetCentrality(), and GetEventCentrality().
Definition at line 600 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetEventCentralityBin().
|
inlinevirtual |
Definition at line 594 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 595 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetEventCentralityBin(), and AliAnaOmegaToPi0Gamma::MakeAnalysisFillHistograms().
Get the name of the generator that generated a given primary particle Copy of AliMCEvent::GetCocktailGeneratorAndIndex(), modified to get the the generator index in the cocktail
index | mc label index |
nameGen | cocktail generator name for this index |
Definition at line 315 of file AliCaloTrackReader.cxx.
Referenced by AcceptParticleMCLabel(), AliAnaPi0::FillAcceptanceHistograms(), AliAnaCaloTrackCorrBaseClass::GetCocktailGeneratorBackgroundTag(), GetIndexOfMCGeneratorsToAccept(), and AliAnaPi0::MakeAnalysisFillHistograms().
|
virtual |
Fill the output list of initialized control histograms. Cluster or track spectra histograms, depending on different selection cuts.
Reimplemented in AliCaloTrackAODReader.
Definition at line 733 of file AliCaloTrackReader.cxx.
Referenced by AliCaloTrackAODReader::GetCreateControlHistograms(), AliAnaCaloTrackCorrMaker::GetOutputContainer(), and WriteDeltaAODToFile().
|
inline |
Definition at line 136 of file AliCaloTrackReader.h.
|
inline |
Definition at line 133 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 307 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetCTSTracks(), and GetVertexBC().
|
inlinevirtual |
Definition at line 85 of file AliCaloTrackReader.h.
Referenced by AliAnaPhoton::ClusterSelected(), AliAnaElectron::ClusterSelected(), AliAnaParticleHadronCorrelation::FillNeutralEventMixPool(), AliAnaParticleHadronCorrelation::GetCreateOutputObjects(), AliAnaParticleJetFinderCorrelation::MakeAnalysisFillAOD(), AliAnaPhoton::MakeAnalysisFillAOD(), AliAnaElectron::MakeAnalysisFillAOD(), AliAnaParticleJetFinderCorrelation::MakeAnalysisFillHistograms(), AliAnaClusterPileUp::MakeAnalysisFillHistograms(), AliAnaPi0EbE::MakeInvMassInCalorimeter(), AliAnaPi0EbE::MakeInvMassInCalorimeterAndCTS(), AliAnaPi0EbE::MakeShowerShapeIdentification(), AliAnalysisTaskCaloTrackCorrelation::UserExec(), and AliAnalysisTaskCaloTrackCorrelationM::UserExec().
|
inlinevirtual |
Definition at line 309 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 81 of file AliCaloTrackReader.h.
|
inline |
Definition at line 108 of file AliCaloTrackReader.h.
|
inline |
Definition at line 159 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 311 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), FillInputEMCALAlgorithm(), AliAnaPhoton::FillShowerShapeHistograms(), and AliAnaCaloTrackCorrBaseClass::GetEMCALCells().
|
inline |
Definition at line 303 of file AliCaloTrackReader.h.
|
inline |
Definition at line 300 of file AliCaloTrackReader.h.
Referenced by AliAnaEMCALTriggerClusters::FillBadTriggerEventHistogram().
|
inlinevirtual |
Definition at line 308 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetEMCALClusters().
|
inline |
Definition at line 147 of file AliCaloTrackReader.h.
|
inline |
Definition at line 145 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleIsolation::FillAcceptanceHistograms().
Definition at line 488 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms().
Definition at line 490 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms().
|
inline |
Definition at line 167 of file AliCaloTrackReader.h.
|
inline |
Definition at line 134 of file AliCaloTrackReader.h.
Referenced by GetEMCALEMax().
|
inline |
Definition at line 131 of file AliCaloTrackReader.h.
Referenced by GetEMCALEMin(), and AliAnaPhoton::MakeAnalysisFillAOD().
|
inline |
Definition at line 203 of file AliCaloTrackReader.h.
|
inline |
Definition at line 202 of file AliCaloTrackReader.h.
|
virtual |
Definition at line 1579 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), FillInputEvent(), GetCentralityOpt(), and AliAnaCaloTrackCorrBaseClass::GetEventCentrality().
|
inlinevirtual |
Definition at line 88 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetEventNumber().
|
inlinevirtual |
Definition at line 603 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetEventPlane(), and GetEventPlaneAngle().
|
virtual |
Definition at line 1622 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), GetEventPlane(), and AliAnaCaloTrackCorrBaseClass::GetEventPlaneAngle().
|
inlinevirtual |
Definition at line 607 of file AliCaloTrackReader.h.
Referenced by GetEventPlaneAngle(), and AliAnaCaloTrackCorrBaseClass::GetEventPlaneMethod().
|
inline |
Definition at line 446 of file AliCaloTrackReader.h.
|
inline |
Definition at line 445 of file AliCaloTrackReader.h.
|
inline |
Definition at line 373 of file AliCaloTrackReader.h.
Referenced by AliAnaEMCALTriggerClusters::FillRawClusterTriggerBCHistograms().
|
inline |
Definition at line 375 of file AliCaloTrackReader.h.
Referenced by AliAnaEMCALTriggerClusters::FillRawClusterTriggerBCHistograms().
|
inline |
Definition at line 345 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleHadronCorrelation::MakeChargedMixCorrelation(), and AliAnaCaloTrackCorrMaker::ProcessEvent().
|
inline |
Definition at line 644 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), and AliAnaCaloTrackCorrBaseClass::GetEventWeight().
|
inlinevirtual |
Definition at line 221 of file AliCaloTrackReader.h.
Referenced by AliIsolationCut::CalculateUEBandTrackNormalization(), ConfigureEMCALClusterCuts(), ConfigurePHOSClusterCuts(), ConfigureReader(), ConfigureTrackCuts(), AliAnaParticleIsolation::FillAcceptanceHistograms(), and AliAnaParticleHadronCorrelation::MakeMCChargedCorrelation().
|
inline |
Definition at line 340 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetTriggerPatches(), RejectLEDEvents(), and SetEventTriggerBit().
|
inline |
Definition at line 339 of file AliCaloTrackReader.h.
Get the name of the generator that generated a given primary particle Copy of AliMCEvent::GetGenerator(), modified to get the the generator index in the cocktail
index | mc label index |
genIndex | cocktail generator name for this index |
Definition at line 375 of file AliCaloTrackReader.cxx.
Referenced by GetCocktailGeneratorAndIndex(), and GetIndexOfMCGeneratorsToAccept().
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader, AliCaloTrackESDReader, and AliCaloTrackAODReader.
Definition at line 669 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), AliAnaCaloTrackCorrBaseClass::GetMCGenEventHeader(), and AliAnaGeneratorKine::GetPartonsAndJets().
|
inlinevirtual |
Definition at line 670 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms().
|
virtual |
Definition at line 919 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrBaseClass::GetMCHeader(), and SetMCAnalysisUtils().
Definition at line 719 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 768 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 679 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleIsolation::CalculateTrackSignalInCone(), AliAnaParticleIsolation::CalculateTrackUEBand(), AliAnaCalorimeterQA::CellHistograms(), AliAnaClusterShapeCorrelStudies::ClusterLoopHistograms(), AliAnaCalorimeterQA::ClusterLoopHistograms(), AliAnaCaloTrackCorrBaseClass::ConnectInputOutputAODBranches(), AliAnaEMCALTriggerClusters::FillBadTriggerEventHistogram(), AliAnaCaloTrackCorrMaker::FillControlHistograms(), FillInputCTS(), AliAnaPi0EbE::FillPileUpHistograms(), AliAnaParticleIsolation::FillPileUpHistograms(), AliAnaPhoton::FillPileUpHistograms(), AliAnaPhoton::FillShowerShapeHistograms(), AliAnaCaloTrackCorrMaker::FillTriggerControlHistograms(), AliAnaCaloTrackCorrBaseClass::GetAODBranch(), GetEventPlaneAngle(), GetFiredTriggerClasses(), AliAnaCaloTrackCorrBaseClass::GetModuleNumber(), GetTriggerPatches(), AliAnaClusterShapeCorrelStudies::InitdEdXParameters(), AliAnaClusterShapeCorrelStudies::IsGoodCluster(), AliAnaCalorimeterQA::IsGoodCluster(), AliAnaParticleJetFinderCorrelation::MakeAnalysisFillAOD(), AliAnaChargedParticles::MakeAnalysisFillAOD(), AliAnaPhoton::MakeAnalysisFillAOD(), AliAnaOmegaToPi0Gamma::MakeAnalysisFillHistograms(), AliAnaParticleJetFinderCorrelation::MakeAnalysisFillHistograms(), AliAnaPi0Flow::MakeAnalysisFillHistograms(), AliAnaClusterPileUp::MakeAnalysisFillHistograms(), AliAnaPi0::MakeAnalysisFillHistograms(), AliAnaParticleIsolation::MakeAnalysisFillHistograms(), AliAnaParticleHadronCorrelation::MakeChargedCorrelation(), AliAnaPi0EbE::MakeInvMassInCalorimeterAndCTS(), AliIsolationCut::MakeIsolationCut(), AliAnaCaloTrackCorrMaker::ProcessEvent(), SetEMCALTriggerThresholds(), SetInputEvent(), and AliAnaClusterShapeCorrelStudies::WeightHistograms().
|
inlinevirtual |
Definition at line 763 of file AliCaloTrackReader.h.
|
inline |
Definition at line 613 of file AliCaloTrackReader.h.
|
inline |
Definition at line 614 of file AliCaloTrackReader.h.
|
virtual |
Save parameters used for analysis in a string.
Reimplemented in AliCaloTrackAODReader.
Definition at line 832 of file AliCaloTrackReader.cxx.
Referenced by GetEventNumber(), AliAnaCaloTrackCorrMaker::GetListOfAnalysisCuts(), and AliCaloTrackAODReader::GetListOfParameters().
Definition at line 616 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleHadronCorrelation::FillNeutralEventMixPool(), and AliAnaParticleHadronCorrelation::MakeChargedMixCorrelation().
Definition at line 617 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleHadronCorrelation::FillChargedEventMixPool(), and AliAnaParticleHadronCorrelation::MakeChargedMixCorrelation().
|
inlinevirtual |
Definition at line 682 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::CheckOverlap(), AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), GetCocktailGeneratorAndIndex(), GetGeneratorNameAndIndex(), AliCaloTrackMCReader::GetGenEventHeader(), AliCaloTrackMCReader::GetInputEvent(), and AliAnaCaloTrackCorrBaseClass::GetMC().
|
inlinevirtual |
Definition at line 657 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), AliAnaCaloTrackCorrBaseClass::GetMCAnalysisUtils(), and Init().
|
inlinevirtual |
Definition at line 683 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), AliAnaCaloTrackCorrBaseClass::GetMixedEvent(), and AliIsolationCut::MakeIsolationCut().
|
inline |
Definition at line 348 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleHadronCorrelation::FillChargedEventMixPool(), AliAnaParticleHadronCorrelation::FillNeutralEventMixPool(), and AliAnaCaloTrackCorrMaker::ProcessEvent().
|
inlinevirtual |
Definition at line 585 of file AliCaloTrackReader.h.
Referenced by GetEventCentrality(), and AliAnaCaloTrackCorrBaseClass::GetMultSelCen().
|
inlinevirtual |
Definition at line 718 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 684 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetNMixedEvent().
|
inline |
Definition at line 486 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 761 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetNonStandardJets().
|
inline |
Definition at line 485 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms().
|
inlinevirtual |
Definition at line 712 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 680 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 681 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::ConnectInputOutputAODBranches(), AliAnaEMCALTriggerClusters::FillBadTriggerEventHistogram(), AliAnaCaloTrackCorrBaseClass::GetAODBranch(), AliAnaCaloTrackCorrBaseClass::GetAODCaloClusters(), AliAnaCaloTrackCorrBaseClass::GetAODTracks(), AliAnaParticleJetFinderCorrelation::MakeAnalysisFillAOD(), AliAnaPhoton::MakeAnalysisFillAOD(), AliAnaParticleJetFinderCorrelation::MakeAnalysisFillHistograms(), AliAnaPi0::MakeAnalysisFillHistograms(), and AliAnaPi0EbE::MakeInvMassInCalorimeterAndCTS().
Shift phi angle in case of negative value 360 degrees. Example TLorenzVector::Phi defined in -pi to pi.
Definition at line 651 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), FillInputEMCALAlgorithm(), and FillInputPHOS().
|
inline |
Definition at line 160 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 312 of file AliCaloTrackReader.h.
Referenced by FillInputPHOS(), and AliAnaCaloTrackCorrBaseClass::GetPHOSCells().
|
inlinevirtual |
Definition at line 310 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetPHOSClusters().
|
inline |
Definition at line 148 of file AliCaloTrackReader.h.
|
inline |
Definition at line 146 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleIsolation::FillAcceptanceHistograms().
|
inline |
Definition at line 168 of file AliCaloTrackReader.h.
|
inline |
Definition at line 135 of file AliCaloTrackReader.h.
Referenced by GetPHOSEMax().
|
inline |
Definition at line 132 of file AliCaloTrackReader.h.
Referenced by GetPHOSEMin(), and AliAnaPhoton::MakeAnalysisFillAOD().
|
inlinevirtual |
Definition at line 704 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 698 of file AliCaloTrackReader.h.
|
inline |
Definition at line 440 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms().
|
inline |
Definition at line 439 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms().
|
inline |
Definition at line 275 of file AliCaloTrackReader.h.
|
inline |
Definition at line 92 of file AliCaloTrackReader.h.
|
inline |
Definition at line 459 of file AliCaloTrackReader.h.
|
inline |
Definition at line 458 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 546 of file AliCaloTrackReader.h.
Referenced by AliAnaChargedParticles::MakeAnalysisFillAOD().
|
inlinevirtual |
Reimplemented in AliCaloTrackESDReader.
Definition at line 551 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackESDReader.
Definition at line 550 of file AliCaloTrackReader.h.
Definition at line 176 of file AliCaloTrackReader.h.
Definition at line 489 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms().
Definition at line 491 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms().
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 530 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 533 of file AliCaloTrackReader.h.
|
virtual |
Return track ID, different for ESD and AODs. See AliCaloTrackAODReader for AOD correspondent
track | pointer to track |
Reimplemented in AliCaloTrackAODReader.
Definition at line 1014 of file AliCaloTrackReader.cxx.
Referenced by AliAnaParticleIsolation::CalculateTrackUEBand(), AliAnaParticleHadronCorrelation::IsTriggerTheEventLeadingParticle(), AliAnaParticleIsolation::IsTriggerTheNearSideEventLeadingParticle(), AliAnaParticleHadronCorrelation::MakeChargedCorrelation(), AliIsolationCut::MakeIsolationCut(), and SetPHOSEMax().
Definition at line 513 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaCaloTrackCorrBaseClass::GetTrackMultiplicity(), and AliAnaCaloTrackCorrBaseClass::GetTrackMultiplicityBin().
|
inline |
Definition at line 525 of file AliCaloTrackReader.h.
|
inline |
Definition at line 519 of file AliCaloTrackReader.h.
Referenced by AliAnaChargedParticles::GetCreateOutputObjects(), AliAnaPhoton::GetCreateOutputObjects(), AliAnaChargedParticles::MakeAnalysisFillHistograms(), and AliAnaPhoton::MakeAnalysisFillHistograms().
Definition at line 522 of file AliCaloTrackReader.h.
|
inline |
Definition at line 505 of file AliCaloTrackReader.h.
Definition at line 515 of file AliCaloTrackReader.h.
|
inline |
Definition at line 189 of file AliCaloTrackReader.h.
|
inline |
Definition at line 188 of file AliCaloTrackReader.h.
|
inline |
Definition at line 369 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaPi0EbE::FillEMCALBCHistograms(), AliAnaEMCALTriggerClusters::FillRawClusterTriggerBCHistograms(), AliAnaCaloTrackCorrMaker::FillTriggerControlHistograms(), and AliAnaEMCALTriggerClusters::MakeAnalysisFillHistograms().
|
inline |
Definition at line 371 of file AliCaloTrackReader.h.
Referenced by AliAnaPi0EbE::FillEMCALBCHistograms(), AliAnaEMCALTriggerClusters::FillRawClusterTriggerBCHistograms(), and AliAnaCaloTrackCorrMaker::FillTriggerControlHistograms().
|
inline |
Definition at line 370 of file AliCaloTrackReader.h.
Referenced by AliAnaEMCALTriggerClusters::FillBadTriggerEventHistogram(), and AliAnaEMCALTriggerClusters::MakeAnalysisFillHistograms().
Recover the patches that triggered, either L0 or L1.
tmin | minimum L0 time bin cut |
tmax | maximum L0 time bin cut |
Definition at line 2614 of file AliCaloTrackReader.cxx.
Referenced by CheckEventTriggers(), MatchTriggerCluster(), and SwitchOffEventTriggerAtSE().
Definition at line 297 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetV0Multiplicity().
Definition at line 296 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetV0Signal().
|
virtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 1658 of file AliCaloTrackReader.cxx.
Referenced by AnalyzeOnlyEventsOfType(), AliAnaParticleIsolation::CalculateCaloSignalInCone(), AliAnaParticleIsolation::CalculateCaloUEBand(), AliAnaCaloTrackCorrBaseClass::GetEventVzBin(), AliAnaCaloTrackCorrBaseClass::GetVertex(), GetVertex(), AliAnaPhoton::MakeAnalysisFillAOD(), AliAnaElectron::MakeAnalysisFillAOD(), AliAnaParticleJetFinderCorrelation::MakeAnalysisFillHistograms(), AliAnaPhoton::MakeAnalysisFillHistograms(), AliAnaElectron::MakeAnalysisFillHistograms(), AliAnaParticleJetLeadingConeCorrelation::MakeAODJet(), AliIsolationCut::MakeIsolationCut(), AliAnaParticleJetLeadingConeCorrelation::MakeJetFromAOD(), and AliAnaParticleIsolation::MakeSeveralICAnalysis().
Reimplemented in AliCaloTrackMCReader.
Definition at line 570 of file AliCaloTrackReader.h.
Reimplemented in AliCaloTrackMCReader.
Definition at line 1668 of file AliCaloTrackReader.cxx.
Int_t AliCaloTrackReader::GetVertexBC | ( | const AliVVertex * | vtx | ) |
Definition at line 963 of file AliCaloTrackReader.cxx.
Referenced by AliAnaParticleIsolation::CalculateTrackSignalInCone(), AliAnaParticleHadronCorrelation::FillChargedAngularCorrelationHistograms(), AliAnaParticleHadronCorrelation::FillChargedMomentumImbalanceHistograms(), AliAnaParticleHadronCorrelation::FillChargedUnderlyingEventHistograms(), AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaChargedParticles::MakeAnalysisFillAOD(), and AliAnaParticleHadronCorrelation::MakeAnalysisFillHistograms().
|
inline |
Definition at line 499 of file AliCaloTrackReader.h.
Referenced by SetTrackEventBCcut().
|
inline |
Definition at line 645 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrBase(), AddTaskClusterShape(), AddTaskGenKine(), AddTaskPi0IMGammaCorrQA(), AliAnaCaloTrackCorrMaker::FillControlHistograms(), and AliAnaCaloTrackCorrMaker::GetOutputContainer().
|
inlinevirtual |
Definition at line 574 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetZvertexCut().
|
virtual |
Init the reader. Method to be called in AliAnaCaloTrackCorrMaker.
Reimplemented in AliCaloTrackESDReader.
Definition at line 1023 of file AliCaloTrackReader.cxx.
Referenced by AliCaloTrackESDReader::Init(), and AliAnaCaloTrackCorrMaker::Init().
|
virtual |
Initialize the parameters with default.
Reimplemented in AliCaloTrackMCReader.
Definition at line 1043 of file AliCaloTrackReader.cxx.
Referenced by AliCaloTrackReader().
|
inline |
Definition at line 199 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), and AliAnaCaloTrackCorrMaker::GetOutputContainer().
|
inline |
Definition at line 756 of file AliCaloTrackReader.h.
|
inline |
Definition at line 364 of file AliCaloTrackReader.h.
Referenced by AliAnaEMCALTriggerClusters::FillBadTriggerEventHistogram(), AliAnaCaloTrackCorrMaker::FillControlHistograms(), and AliAnaCaloTrackCorrMaker::FillTriggerControlHistograms().
|
inline |
Definition at line 365 of file AliCaloTrackReader.h.
Referenced by AliAnaEMCALTriggerClusters::FillRawClusterTriggerBCHistograms(), and AliAnaCaloTrackCorrMaker::FillTriggerControlHistograms().
|
inline |
Definition at line 232 of file AliCaloTrackReader.h.
|
inline |
Definition at line 184 of file AliCaloTrackReader.h.
|
inline |
Definition at line 240 of file AliCaloTrackReader.h.
|
inline |
Definition at line 268 of file AliCaloTrackReader.h.
Referenced by AliAnaPhoton::FillShowerShapeHistograms().
|
inline |
Definition at line 248 of file AliCaloTrackReader.h.
|
inline |
Definition at line 236 of file AliCaloTrackReader.h.
|
inline |
Definition at line 401 of file AliCaloTrackReader.h.
|
inline |
Definition at line 403 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetTriggerPatches(), MatchTriggerCluster(), and SetEMCALTriggerThresholds().
|
inline |
Definition at line 410 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetTriggerPatches(), and MatchTriggerCluster().
|
inline |
Definition at line 408 of file AliCaloTrackReader.h.
Referenced by IsEventEMCALL1().
|
inline |
Definition at line 404 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetTriggerPatches(), and SetEMCALTriggerThresholds().
|
inline |
Definition at line 405 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetTriggerPatches(), and SetEMCALTriggerThresholds().
|
inline |
Definition at line 409 of file AliCaloTrackReader.h.
Referenced by IsEventEMCALL1(), and MatchTriggerCluster().
|
inline |
Definition at line 406 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetTriggerPatches(), and SetEMCALTriggerThresholds().
|
inline |
Definition at line 407 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetTriggerPatches(), and SetEMCALTriggerThresholds().
|
inline |
Definition at line 400 of file AliCaloTrackReader.h.
|
inline |
Definition at line 402 of file AliCaloTrackReader.h.
|
inline |
Definition at line 351 of file AliCaloTrackReader.h.
Referenced by AliAnalysisTaskCaloTrackCorrelation::Init(), and AliAnaCaloTrackCorrMaker::ProcessEvent().
|
inline |
Definition at line 435 of file AliCaloTrackReader.h.
|
inline |
Definition at line 468 of file AliCaloTrackReader.h.
|
inline |
Definition at line 363 of file AliCaloTrackReader.h.
Referenced by AliAnaEMCALTriggerClusters::FillBadTriggerEventHistogram(), AliAnaCaloTrackCorrMaker::FillControlHistograms(), and AliAnaCaloTrackCorrMaker::FillTriggerControlHistograms().
|
inline |
Definition at line 320 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 225 of file AliCaloTrackReader.h.
Select the cluster depending on a time window, either a simple range or a parametrization depending on the energy.
Definition at line 1185 of file AliCaloTrackReader.cxx.
Referenced by FillInputEMCAL(), FillInputEMCALAlgorithm(), GetEMCALTimeCutMax(), and AliAnaClusterPileUp::MakeAnalysisFillHistograms().
|
inline |
Definition at line 335 of file AliCaloTrackReader.h.
|
inline |
Definition at line 752 of file AliCaloTrackReader.h.
|
inline |
Definition at line 252 of file AliCaloTrackReader.h.
|
inline |
Definition at line 244 of file AliCaloTrackReader.h.
|
inline |
Definition at line 419 of file AliCaloTrackReader.h.
Bool_t AliCaloTrackReader::IsPileUpFromEMCal | ( | ) | const |
Check if event is from pile-up determined by EMCal.
Definition at line 1216 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaPhoton::FillPileUpHistograms(), IsExcludeEventTimeStampCTPBCCorrOn(), IsPileUpFromEMCalAndNotSPD(), IsPileUpFromNotSPDAndNotEMCal(), IsPileUpFromSPDAndEMCal(), IsPileUpFromSPDAndNotEMCal(), IsPileUpFromSPDOrEMCal(), and AliAnaClusterPileUp::MakeAnalysisFillHistograms().
Bool_t AliCaloTrackReader::IsPileUpFromEMCalAndNotSPD | ( | ) | const |
Check if event is from pile-up determined by EMCal, not by SPD.
Definition at line 1252 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaPhoton::FillPileUpHistograms(), IsExcludeEventTimeStampCTPBCCorrOn(), and AliAnaClusterPileUp::MakeAnalysisFillHistograms().
Bool_t AliCaloTrackReader::IsPileUpFromNotSPDAndNotEMCal | ( | ) | const |
Check if event not from pile-up determined neither by SPD nor by EMCal.
Definition at line 1261 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaPhoton::FillPileUpHistograms(), IsExcludeEventTimeStampCTPBCCorrOn(), and AliAnaClusterPileUp::MakeAnalysisFillHistograms().
Bool_t AliCaloTrackReader::IsPileUpFromSPD | ( | ) | const |
Check if event is from pile-up determined by SPD. Default values: (3, 0.8, 3., 2., 5.).
Definition at line 1206 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), FillInputEvent(), AliAnaPi0EbE::FillPileUpHistograms(), AliAnaPhoton::FillPileUpHistograms(), IsExcludeEventTimeStampCTPBCCorrOn(), IsPileUpFromEMCalAndNotSPD(), IsPileUpFromNotSPDAndNotEMCal(), IsPileUpFromSPDAndEMCal(), IsPileUpFromSPDAndNotEMCal(), IsPileUpFromSPDOrEMCal(), AliAnaClusterPileUp::MakeAnalysisFillHistograms(), and AliAnaParticleIsolation::MakeAnalysisFillHistograms().
Bool_t AliCaloTrackReader::IsPileUpFromSPDAndEMCal | ( | ) | const |
Check if event is from pile-up determined by SPD and EMCal.
Definition at line 1225 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaPhoton::FillPileUpHistograms(), IsExcludeEventTimeStampCTPBCCorrOn(), and AliAnaClusterPileUp::MakeAnalysisFillHistograms().
Bool_t AliCaloTrackReader::IsPileUpFromSPDAndNotEMCal | ( | ) | const |
Check if event is from pile-up determined by SPD and not by EMCal.
Definition at line 1243 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaPhoton::FillPileUpHistograms(), IsExcludeEventTimeStampCTPBCCorrOn(), and AliAnaClusterPileUp::MakeAnalysisFillHistograms().
Bool_t AliCaloTrackReader::IsPileUpFromSPDOrEMCal | ( | ) | const |
Check if event is from pile-up determined by SPD or EMCal.
Definition at line 1234 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), AliAnaPhoton::FillPileUpHistograms(), IsExcludeEventTimeStampCTPBCCorrOn(), and AliAnaClusterPileUp::MakeAnalysisFillHistograms().
|
inline |
Definition at line 431 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 702 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 696 of file AliCaloTrackReader.h.
|
inline |
Definition at line 454 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillControlHistograms(), and AliAnaCaloTrackCorrMaker::GetOutputContainer().
|
inline |
Definition at line 277 of file AliCaloTrackReader.h.
|
inline |
Definition at line 395 of file AliCaloTrackReader.h.
|
inline |
Definition at line 366 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillTriggerControlHistograms().
Definition at line 367 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::FillTriggerControlHistograms(), and AliAnaEMCALTriggerClusters::MakeAnalysisFillHistograms().
|
inline |
Definition at line 391 of file AliCaloTrackReader.h.
|
inline |
Definition at line 423 of file AliCaloTrackReader.h.
|
inline |
Definition at line 427 of file AliCaloTrackReader.h.
|
inline |
Definition at line 619 of file AliCaloTrackReader.h.
|
inline |
Definition at line 622 of file AliCaloTrackReader.h.
void AliCaloTrackReader::MatchTriggerCluster | ( | TArrayI | patches | ) |
Finds the cluster that triggered. It compares the cells of the trigger patches and high energy clusters.
Definition at line 2731 of file AliCaloTrackReader.cxx.
Referenced by CheckEventTriggers(), and SwitchOffEventTriggerAtSE().
|
protected |
Assignment operator not implemented.
|
virtual |
Print some relevant parameters set for the analysis.
Reimplemented in AliCaloTrackMCReader.
Definition at line 3113 of file AliCaloTrackReader.cxx.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigureReader(), AliCaloTrackMCReader::Print(), and AliAnaCaloTrackCorrMaker::Print().
Definition at line 655 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), FillInputEMCALAlgorithm(), and FillInputPHOS().
Bool_t AliCaloTrackReader::RejectEventWithTriggerBit | ( | ) |
Reject events that pass the physics selection depending on an array of trigger bits set during the configuration.
Definition at line 418 of file AliCaloTrackReader.cxx.
Referenced by CheckEventTriggers(), and IsFastClusterAccepted().
|
inline |
Definition at line 319 of file AliCaloTrackReader.h.
Bool_t AliCaloTrackReader::RejectLEDEvents | ( | ) |
LED Events in period LHC11a contaminated EMCAL clusters sample, simple method to reject such events. For period LHC11a only SM3 and sometimes SM4 gave problems, fRemoveLEDEvents=1 handles it For testing, a generalization for all SMs is introduced for fRemoveLEDEvents>1
Definition at line 3171 of file AliCaloTrackReader.cxx.
Referenced by CheckEventTriggers(), and IsLEDEventRemoved().
void AliCaloTrackReader::RemapMCLabelForAODs | ( | Int_t & | label | ) |
MC label for Cells not remapped after ESD filtering, do it here. Needed for old MC/data productions done with AliRoot older than v5-02-Rev09 (more or less, not sure)
Definition at line 3231 of file AliCaloTrackReader.cxx.
Referenced by AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin(), and SwitchOffAODMCParticles().
|
virtual |
Reset lists, called in AliAnaCaloTrackCorrMaker.
Definition at line 3273 of file AliCaloTrackReader.cxx.
Referenced by AliAnaCaloTrackCorrMaker::ProcessEvent().
Reimplemented in AliCaloTrackAODReader, and AliCaloTrackESDReader.
Definition at line 508 of file AliCaloTrackReader.h.
Referenced by FillInputCTS().
|
inline |
Definition at line 324 of file AliCaloTrackReader.h.
|
inline |
Definition at line 641 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrMaker::Init().
Definition at line 597 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inlinevirtual |
Definition at line 592 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inlinevirtual |
Definition at line 593 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 114 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 143 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
|
inline |
Definition at line 140 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigureReader(), and ConfigureTrackCuts().
|
inlinevirtual |
Definition at line 86 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 82 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureReader().
|
inline |
Definition at line 107 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA().
|
inline |
Definition at line 162 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 302 of file AliCaloTrackReader.h.
Referenced by ana().
|
inline |
Definition at line 299 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 152 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 150 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 493 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), and FillInputEMCALAlgorithm().
|
inline |
Definition at line 495 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), and FillInputEMCALAlgorithm().
|
inline |
Definition at line 170 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 745 of file AliCaloTrackReader.h.
Definition at line 211 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
Definition at line 210 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 141 of file AliCaloTrackReader.h.
Referenced by SetEMCALEMax().
|
inline |
Definition at line 138 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), and SetEMCALEMin().
Definition at line 207 of file AliCaloTrackReader.h.
Referenced by ana(), ConfigureEMCALClusterCuts(), and ConfigureReader().
void AliCaloTrackReader::SetEMCALTriggerThresholds | ( | ) |
Recover the EMCal L1 trigger threshold from data. Set the EMCal L0 threshold depending on the run number. Set the threshold only if requested.
Definition at line 3057 of file AliCaloTrackReader.cxx.
Referenced by MatchTriggerCluster(), and SwitchOffEventTriggerAtSE().
|
inlinevirtual |
Definition at line 606 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
Definition at line 448 of file AliCaloTrackReader.h.
void AliCaloTrackReader::SetEventTriggerBit | ( | ) |
Tag event depending on trigger name. Set also the L1 bit defining the EGA or EJE triggers. depending on the trigger class version, if not set by user.
Definition at line 3291 of file AliCaloTrackReader.cxx.
Referenced by CheckEventTriggers(), and SwitchOffTriggerClusterTimeRecal().
|
inline |
Definition at line 374 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
Definition at line 378 of file AliCaloTrackReader.h.
|
inline |
Definition at line 376 of file AliCaloTrackReader.h.
|
inline |
Definition at line 346 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrBase(), ConfigureReader(), and AliAnalysisTaskCaloTrackCorrelation::Init().
|
inlinevirtual |
Definition at line 224 of file AliCaloTrackReader.h.
|
inline |
Definition at line 338 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrBase(), AddTaskClusterShape(), AddTaskPi0IMGammaCorrQA(), and ConfigureReader().
|
inlinevirtual |
Definition at line 716 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 767 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
virtual |
Define here the input event and mixed event. Called in AliAnaCaloTrackCorrMaker.
Definition at line 3474 of file AliCaloTrackReader.cxx.
Referenced by AliCaloTrackESDReader::SetInputOutputMCEvent(), AliCaloTrackAODReader::SetInputOutputMCEvent(), and SetTaskName().
|
inlinevirtual |
Definition at line 762 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader, AliCaloTrackMCReader, and AliCaloTrackESDReader.
Definition at line 102 of file AliCaloTrackReader.h.
Referenced by AliAnalysisTaskCaloTrackCorrelation::UserExec(), and AliAnalysisTaskCaloTrackCorrelationM::UserExec().
|
inline |
Definition at line 625 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleHadronCorrelation::FillNeutralEventMixPool().
|
inline |
Definition at line 626 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleHadronCorrelation::FillChargedEventMixPool().
|
inline |
Definition at line 628 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleHadronCorrelation::GetCreateOutputObjects().
|
inline |
Definition at line 632 of file AliCaloTrackReader.h.
Referenced by AliAnaParticleHadronCorrelation::GetCreateOutputObjects().
|
inlinevirtual |
Definition at line 101 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackESDReader::SetInputOutputMCEvent(), AliCaloTrackMCReader::SetInputOutputMCEvent(), and AliCaloTrackAODReader::SetInputOutputMCEvent().
|
inlinevirtual |
Definition at line 658 of file AliCaloTrackReader.h.
|
inline |
Definition at line 349 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrBase(), and ConfigureReader().
|
inlinevirtual |
Definition at line 725 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 714 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 708 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 100 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackESDReader::SetInputOutputMCEvent(), AliCaloTrackMCReader::SetInputOutputMCEvent(), and AliCaloTrackAODReader::SetInputOutputMCEvent().
|
inline |
Definition at line 163 of file AliCaloTrackReader.h.
|
inline |
Definition at line 153 of file AliCaloTrackReader.h.
Referenced by ConfigurePHOSClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 151 of file AliCaloTrackReader.h.
Referenced by ConfigurePHOSClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 171 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 746 of file AliCaloTrackReader.h.
|
inline |
Definition at line 142 of file AliCaloTrackReader.h.
Referenced by SetPHOSEMax().
|
inline |
Definition at line 139 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrM(), and SetPHOSEMin().
|
inline |
Definition at line 483 of file AliCaloTrackReader.h.
Definition at line 481 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection().
|
inlinevirtual |
Definition at line 703 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inlinevirtual |
Definition at line 705 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inlinevirtual |
Definition at line 697 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inlinevirtual |
Definition at line 699 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 328 of file AliCaloTrackReader.h.
Definition at line 442 of file AliCaloTrackReader.h.
Definition at line 265 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts().
|
inline |
Definition at line 281 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 274 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts(), and ConfigureReader().
Definition at line 283 of file AliCaloTrackReader.h.
|
inline |
Definition at line 93 of file AliCaloTrackReader.h.
Definition at line 461 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 545 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackESDReader.
Definition at line 554 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
|
inlinevirtual |
Reimplemented in AliCaloTrackESDReader.
Definition at line 553 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
Definition at line 179 of file AliCaloTrackReader.h.
|
inline |
Definition at line 494 of file AliCaloTrackReader.h.
Referenced by FillInputCTS().
|
inline |
Definition at line 496 of file AliCaloTrackReader.h.
Referenced by FillInputCTS().
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 531 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 534 of file AliCaloTrackReader.h.
|
inline |
Definition at line 526 of file AliCaloTrackReader.h.
|
inline |
Definition at line 518 of file AliCaloTrackReader.h.
Definition at line 521 of file AliCaloTrackReader.h.
|
inline |
Definition at line 506 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
Definition at line 191 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
Definition at line 380 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureReader().
|
inlinevirtual |
Definition at line 575 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 198 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 590 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 537 of file AliCaloTrackReader.h.
|
inline |
Definition at line 689 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 540 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 543 of file AliCaloTrackReader.h.
|
inline |
Definition at line 758 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 384 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 261 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 264 of file AliCaloTrackReader.h.
|
inline |
Definition at line 258 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureReader().
|
inlinevirtual |
Reimplemented in AliCaloTrackESDReader.
Definition at line 557 of file AliCaloTrackReader.h.
|
inline |
Definition at line 234 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 242 of file AliCaloTrackReader.h.
|
inline |
Definition at line 270 of file AliCaloTrackReader.h.
|
inline |
Definition at line 238 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureReader().
|
inline |
Definition at line 250 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureReader().
|
inline |
Definition at line 413 of file AliCaloTrackReader.h.
|
inline |
Definition at line 353 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrBase(), and ConfigureReader().
|
inline |
Definition at line 466 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 228 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 334 of file AliCaloTrackReader.h.
|
inline |
Definition at line 754 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 743 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 741 of file AliCaloTrackReader.h.
|
inline |
Definition at line 246 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureReader().
|
inline |
Definition at line 254 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureReader().
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 737 of file AliCaloTrackReader.h.
|
inline |
Definition at line 418 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 430 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 501 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 434 of file AliCaloTrackReader.h.
Referenced by ana(), ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 452 of file AliCaloTrackReader.h.
|
inline |
Definition at line 279 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 687 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 739 of file AliCaloTrackReader.h.
|
inline |
Definition at line 511 of file AliCaloTrackReader.h.
|
inline |
Definition at line 397 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 392 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 388 of file AliCaloTrackReader.h.
|
inline |
Definition at line 214 of file AliCaloTrackReader.h.
Referenced by ana(), ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 217 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 183 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
|
inline |
Definition at line 195 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
|
inline |
Definition at line 422 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 426 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 110 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), and ConfigureReader().
|
inline |
Definition at line 197 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 589 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 536 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
|
inline |
Definition at line 688 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 539 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackAODReader.
Definition at line 542 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
|
inline |
Definition at line 757 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 385 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 260 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 263 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts().
|
inline |
Definition at line 257 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureReader().
|
inlinevirtual |
Reimplemented in AliCaloTrackESDReader.
Definition at line 556 of file AliCaloTrackReader.h.
Referenced by ConfigureReader(), and ConfigureTrackCuts().
|
inline |
Definition at line 233 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), AddTaskPi0IMGammaCorrQA(), ConfigureReader(), and ConfigureTrackCuts().
|
inline |
Definition at line 241 of file AliCaloTrackReader.h.
|
inline |
Definition at line 269 of file AliCaloTrackReader.h.
|
inline |
Definition at line 237 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 249 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 412 of file AliCaloTrackReader.h.
|
inline |
Definition at line 352 of file AliCaloTrackReader.h.
Referenced by AddTaskCaloTrackCorrBase(), and ConfigureReader().
|
inline |
Definition at line 465 of file AliCaloTrackReader.h.
|
inlinevirtual |
Definition at line 226 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Activate removal of LED events depending on number of cells in SM
opt | 1- default, check only SM3, 2- or larger check all SMs |
Definition at line 333 of file AliCaloTrackReader.h.
|
inline |
Definition at line 753 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 742 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 740 of file AliCaloTrackReader.h.
|
inline |
Definition at line 245 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigurePHOSClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 253 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigurePHOSClusterCuts(), and ConfigureReader().
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 736 of file AliCaloTrackReader.h.
|
inline |
Definition at line 417 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 429 of file AliCaloTrackReader.h.
Referenced by ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 500 of file AliCaloTrackReader.h.
|
inline |
Definition at line 433 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 451 of file AliCaloTrackReader.h.
|
inline |
Definition at line 278 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 686 of file AliCaloTrackReader.h.
|
inlinevirtual |
Reimplemented in AliCaloTrackMCReader.
Definition at line 738 of file AliCaloTrackReader.h.
|
inline |
Definition at line 510 of file AliCaloTrackReader.h.
|
inline |
Definition at line 396 of file AliCaloTrackReader.h.
|
inline |
Definition at line 393 of file AliCaloTrackReader.h.
Referenced by AddTaskCalorimeterQA(), ConfigureEventSelection(), and ConfigureReader().
|
inline |
Definition at line 389 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 213 of file AliCaloTrackReader.h.
Referenced by ConfigureEMCALClusterCuts(), and ConfigureReader().
|
inline |
Definition at line 216 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 182 of file AliCaloTrackReader.h.
|
inline |
Definition at line 194 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 421 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 425 of file AliCaloTrackReader.h.
|
inline |
Definition at line 109 of file AliCaloTrackReader.h.
Referenced by ConfigureReader().
|
inline |
Definition at line 111 of file AliCaloTrackReader.h.
Referenced by AliAnaCaloTrackCorrBaseClass::ConnectInputOutputAODBranches(), AliAnaCaloTrackCorrBaseClass::GetAODBranch(), and AliAnaCaloTrackCorrMaker::ProcessEvent().
|
protected |
Accept events if trigger bit is on.
Definition at line 984 of file AliCaloTrackReader.h.
Referenced by AcceptEventWithTriggerBit(), DeletePointers(), and SetAcceptEventsWithBit().
|
protected |
Accept events from fast cluster, exclude these events for LHC11a.
Definition at line 913 of file AliCaloTrackReader.h.
Referenced by AcceptFastClusterEvents(), CheckEventTriggers(), GetListOfParameters(), InitParameters(), IsFastClusterAccepted(), and RejectFastClusterEvents().
|
protected |
Access the track TOF, in case of problems when accessing GetTOFBunchCrossing.
Definition at line 800 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), IsAccessToTrackTimeOn(), SwitchOffAccessTrackTimeCut(), SwitchOnAccessTrackTimeCut(), SwitchOnRecalculateVertexBC(), and SwitchOnUseTrackTimeCut().
|
protected |
List with AOD branches created and needed in analysis.
Definition at line 812 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), GetAODBranchList(), and InitParameters().
|
protected |
! Background jets.
Definition at line 981 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), FillInputBackgroundJets(), GetBackgroundJets(), InitParameters(), and ResetLists().
|
protected |
Trigger bit on VCaloTrigger for EGA.
Definition at line 880 of file AliCaloTrackReader.h.
Referenced by GetTriggerPatches(), SetEMCALTriggerThresholds(), SetEventTriggerBit(), and SetEventTriggerL1Bit().
|
protected |
Trigger bit on VCaloTrigger for EJE.
Definition at line 881 of file AliCaloTrackReader.h.
Referenced by GetTriggerPatches(), SetEventTriggerBit(), and SetEventTriggerL1Bit().
|
protected |
Pointer to AliCalorimeterUtils.
Definition at line 887 of file AliCaloTrackReader.h.
Referenced by GetCaloUtils(), and SetCaloUtils().
|
protected |
Minimum and maximum value of the centrality for the analysis.
Definition at line 973 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetCentralityBin(), GetListOfParameters(), InitParameters(), Print(), and SetCentralityBin().
|
protected |
Name of selected centrality class.
Definition at line 971 of file AliCaloTrackReader.h.
Referenced by GetCentralityClass(), GetEventCentrality(), GetListOfParameters(), InitParameters(), Print(), and SetCentralityClass().
|
protected |
Option for the returned value of the centrality, possible options 5, 10, 100.
Definition at line 972 of file AliCaloTrackReader.h.
Referenced by GetCentralityOpt(), GetEventCentrality(), GetListOfParameters(), InitParameters(), Print(), SetCentralityBin(), and SetCentralityOpt().
|
protected |
Do analysis for clusters in defined region.
Definition at line 776 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillCalorimeters(), FillInputCTS(), FillInputEMCAL(), FillInputEMCALAlgorithm(), AliCaloTrackMCReader::FillInputEvent(), FillInputPHOS(), GetListOfParameters(), IsFiducialCutOn(), SwitchOffFiducialCut(), and SwitchOnFiducialCut().
|
protected |
In MonteCarlo, jet events, reject events with too large cluster energy.
Definition at line 781 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), GetListOfParameters(), IsPtHardAndClusterPtComparisonSet(), Print(), and SetPtHardAndClusterPtComparison().
|
protected |
In MonteCarlo, jet events, reject fake events with wrong jet energy.
Definition at line 778 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), GetListOfParameters(), IsPtHardAndJetPtComparisonSet(), Print(), and SetPtHardAndJetPtComparison().
|
protected |
Correct cluster linearity, always on.
Definition at line 840 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), GetListOfParameters(), Print(), SwitchOffClusterELinearityCorrection(), and SwitchOnClusterELinearityCorrection().
|
protected |
pT Threshold on charged particles.
Definition at line 787 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), AliCaloTrackMCReader::FillInputEvent(), GetCTSPtMax(), GetListOfParameters(), InitParameters(), Print(), and SetCTSPtMax().
|
protected |
pT Threshold on charged particles.
Definition at line 784 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), AliCaloTrackMCReader::FillInputEvent(), GetCTSPtMin(), GetListOfParameters(), InitParameters(), Print(), and SetCTSPtMin().
|
protected |
Temporal array with tracks.
Definition at line 815 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), FillInputCTS(), AliCaloTrackMCReader::FillInputEvent(), GetCTSTracks(), AliCaloTrackMCReader::InitParameters(), InitParameters(), and ResetLists().
|
protected |
Select MC: Kinematics, Data: ESD/AOD, MCData: Both.
Definition at line 773 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackAODReader::AliCaloTrackAODReader(), AliCaloTrackESDReader::AliCaloTrackESDReader(), DeletePointers(), FillInputCTS(), FillInputEMCALAlgorithm(), FillInputEvent(), FillInputPHOS(), FillVertexArray(), GetCentrality(), GetDataType(), GetEventPlane(), GetListOfParameters(), GetMultSelCen(), AliCaloTrackMCReader::InitParameters(), InitParameters(), Print(), and SetDataType().
|
protected |
Temporal array with DCAL CaloClusters, not needed in the normal case, use just EMCal array with DCal limits.
Definition at line 821 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), FillInputEMCALAlgorithm(), GetDCALClusters(), and InitParameters().
|
protected |
Debugging level.
Definition at line 774 of file AliCaloTrackReader.h.
Referenced by GetDebug(), Init(), and SetDebug().
|
protected |
Delta AOD file name.
Definition at line 863 of file AliCaloTrackReader.h.
Referenced by GetDeltaAODFileName(), InitParameters(), Print(), and SetDeltaAODFileName().
|
protected |
Select pile-up events by SPD.
Definition at line 936 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), IsPileUpEventRejectionDone(), SwitchOffPileUpEventRejection(), and SwitchOnPileUpEventRejection().
|
protected |
Reject events with no selected tracks in event.
Definition at line 939 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), IsEventWithNoTrackRejectionDone(), SwitchOffRejectNoTrackEvents(), and SwitchOnRejectNoTrackEvents().
|
protected |
Select events depending on V0AND.
Definition at line 937 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), IsV0ANDEventSelectionDone(), SwitchOffV0ANDSelection(), and SwitchOnV0ANDSelection().
|
protected |
Select events with vertex on BC=0 or -100.
Definition at line 938 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), IsVertexBCEventSelectionDone(), SwitchOffVertexBCEventSelection(), and SwitchOnVertexBCEventSelection().
|
protected |
Minimal distance to bad channel to accept cluster in EMCal, cell units.
Definition at line 791 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), GetEMCALBadChannelMinDist(), GetListOfParameters(), InitParameters(), Print(), and SetEMCALBadChannelMinDist().
|
protected |
Fill one entry per event if there is a cluster in a given BC.
Definition at line 962 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), GetEMCalEventBC(), InitParameters(), and SetEMCalEventBC().
|
protected |
Fill one entry per event if there is a cluster in a given BC, depend on cluster E, acceptance cut.
Definition at line 963 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), GetEMCalEventBCcut(), InitParameters(), and SetEMCalEventBCcut().
|
protected |
! Temporal array with EMCAL AliVCaloCells.
Definition at line 826 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), FillInputEMCALCells(), and GetEMCALCells().
|
protected |
Alternative list of cells produced elsewhere and not from InputEvent.
Definition at line 908 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALCells(), GetEMCALCellsListName(), and SetEMCALCellsListName().
|
protected |
Temporal array with EMCAL CaloClusters.
Definition at line 818 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), AliCaloTrackMCReader::FillCalorimeters(), FillInputEMCAL(), FillInputEMCALAlgorithm(), GetEMCALClusters(), AliCaloTrackMCReader::InitParameters(), InitParameters(), and ResetLists().
|
protected |
Alternative list of clusters produced elsewhere and not from InputEvent.
Definition at line 907 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), GetEMCALClusterListName(), GetListOfParameters(), MatchTriggerCluster(), and SetEMCALClusterListName().
|
protected |
Accept for the analysis EMCAL clusters with more than fNCellsCut cells.
Definition at line 794 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), GetEMCALNCellsCut(), GetListOfParameters(), InitParameters(), Print(), and SetEMCALNCellsCut().
|
protected |
Remove clusters/cells with time larger than parametrized value, in ns.
Definition at line 804 of file AliCaloTrackReader.h.
Referenced by InitParameters(), IsInTimeWindow(), and SetEMCALParametrizedMaxTimeCut().
|
protected |
Remove clusters/cells with time smaller than parametrized value, in ns.
Definition at line 803 of file AliCaloTrackReader.h.
Referenced by InitParameters(), IsInTimeWindow(), and SetEMCALParametrizedMinTimeCut().
|
protected |
pT Threshold on emcal clusters.
Definition at line 788 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), FillInputEMCALAlgorithm(), GetEMCALPtMax(), GetListOfParameters(), InitParameters(), Print(), and SetEMCALPtMax().
|
protected |
pT Threshold on emcal clusters.
Definition at line 785 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillCalorimeters(), FillInputEMCAL(), FillInputEMCALAlgorithm(), AliCaloTrackMCReader::FillInputEvent(), GetEMCALPtMin(), GetListOfParameters(), InitParameters(), Print(), and SetEMCALPtMin().
|
protected |
Remove clusters/cells with time larger than this value, in ns.
Definition at line 802 of file AliCaloTrackReader.h.
Referenced by GetEMCALTimeCutMax(), GetListOfParameters(), IsInTimeWindow(), Print(), and SetEMCALTimeCut().
|
protected |
Remove clusters/cells with time smaller than this value, in ns.
Definition at line 801 of file AliCaloTrackReader.h.
Referenced by GetEMCALTimeCutMin(), GetListOfParameters(), Print(), and SetEMCALTimeCut().
|
protected |
Binning of the control histograms, number of bins.
Definition at line 1001 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackAODReader::GetCreateControlHistograms(), GetCreateControlHistograms(), InitParameters(), and SetControlHistogramEnergyBinning().
|
protected |
Binning of the control histograms, min and max window.
Definition at line 1002 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackAODReader::GetCreateControlHistograms(), GetCreateControlHistograms(), InitParameters(), and SetControlHistogramEnergyBinning().
|
protected |
Event number.
Definition at line 772 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), and GetEventNumber().
|
protected |
Name of event plane method, by default "Q".
Definition at line 974 of file AliCaloTrackReader.h.
Referenced by GetEventPlaneMethod(), GetListOfParameters(), InitParameters(), and SetEventPlaneMethod().
|
protected |
Event is AliVEvent::kCentral on its name, it should correspond to PbPb.
Definition at line 872 of file AliCaloTrackReader.h.
Referenced by IsEventCentral(), and SetEventTriggerBit().
|
protected |
Event is EMCal L0 on its name, it should correspond to AliVEvent::kEMC7, AliVEvent::kEMC1.
Definition at line 874 of file AliCaloTrackReader.h.
Referenced by IsEventEMCALL0(), and SetEventTriggerBit().
|
protected |
Event is L1-Gamma, threshold 1 on its name, it should correspond kEMCEGA.
Definition at line 875 of file AliCaloTrackReader.h.
Referenced by IsEventEMCALL1Gamma(), IsEventEMCALL1Gamma1(), and SetEventTriggerBit().
|
protected |
Event is L1-Gamma, threshold 2 on its name, it should correspond kEMCEGA.
Definition at line 876 of file AliCaloTrackReader.h.
Referenced by IsEventEMCALL1Gamma(), IsEventEMCALL1Gamma2(), and SetEventTriggerBit().
|
protected |
Event is L1-Gamma, threshold 1 on its name, it should correspond kEMCEGA.
Definition at line 877 of file AliCaloTrackReader.h.
Referenced by IsEventEMCALL1Jet(), IsEventEMCALL1Jet1(), and SetEventTriggerBit().
|
protected |
Event is L1-Gamma, threshold 2 on its name, it should correspond kEMCEGA.
Definition at line 878 of file AliCaloTrackReader.h.
Referenced by IsEventEMCALL1Jet(), IsEventEMCALL1Jet2(), and SetEventTriggerBit().
|
protected |
Select triggered event at SE base task or here.
Definition at line 869 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetListOfParameters(), InitParameters(), IsEventTriggerAtSEOn(), Print(), SwitchOffEventTriggerAtSE(), and SwitchOnEventTriggerAtSE().
|
protected |
Select this triggerered event.
Definition at line 867 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetEventTriggerMask(), GetListOfParameters(), InitParameters(), Print(), SetEventTriggerBit(), and SetEventTriggerMask().
|
protected |
Event is min bias on its name, it should correspond to AliVEvent::kMB, AliVEvent::kAnyInt.
Definition at line 871 of file AliCaloTrackReader.h.
Referenced by IsEventMinimumBias(), and SetEventTriggerBit().
|
protected |
Event is AliVEvent::kSemiCentral on its name, it should correspond to PbPb.
Definition at line 873 of file AliCaloTrackReader.h.
Referenced by IsEventSemiCentral(), and SetEventTriggerBit().
|
protected |
Set the event species: 7 physics, 0 MC, 8 LED (not useful now)
Definition at line 883 of file AliCaloTrackReader.h.
Referenced by AnalyzeOnlyEventsOfType(), AnalyzeOnlyLEDEvents(), AnalyzeOnlyPhysicsEvents(), CheckEventTriggers(), and InitParameters().
|
protected |
Weight assigned to the event when filling histograms.
Definition at line 891 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetEventWeight(), and InitParameters().
|
protected |
Acceptance cuts.
Definition at line 775 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), AliCaloTrackMCReader::FillCalorimeters(), FillInputCTS(), FillInputEMCAL(), FillInputEMCALAlgorithm(), AliCaloTrackMCReader::FillInputEvent(), FillInputPHOS(), GetFiducialCut(), SetFiducialCut(), and SwitchOnFiducialCut().
|
protected |
Use data from CTS.
Definition at line 833 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), AliCaloTrackAODReader::GetCreateControlHistograms(), GetCreateControlHistograms(), GetListOfParameters(), InitParameters(), IsCTSSwitchedOn(), Print(), SwitchOffCTS(), and SwitchOnCTS().
|
protected |
Use data from DCAL, not needed in the normal case, use just EMCal array with DCal limits.
Definition at line 835 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), FillInputEvent(), GetListOfParameters(), InitParameters(), IsDCALSwitchedOn(), Print(), SwitchOffDCAL(), and SwitchOnDCAL().
|
protected |
Use data from EMCAL.
Definition at line 834 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillCalorimeters(), FillInputEMCALAlgorithm(), AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), GetCreateControlHistograms(), GetListOfParameters(), InitParameters(), IsEMCALSwitchedOn(), Print(), SwitchOffEMCAL(), and SwitchOnEMCAL().
|
protected |
Use data from EMCAL.
Definition at line 837 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetListOfParameters(), InitParameters(), IsEMCALCellsSwitchedOn(), Print(), SwitchOffEMCALCells(), and SwitchOnEMCALCells().
|
protected |
Flag to use data from background jets.
Definition at line 980 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), InitParameters(), IsBackgroundJetsSwitchedOn(), SwitchOffBackgroundJets(), and SwitchOnBackgroundJets().
|
protected |
Flag to use data from non standard jets.
Definition at line 977 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), InitParameters(), IsNonStandardJetsSwitchedOn(), SwitchOffNonStandardJets(), and SwitchOnNonStandardJets().
|
protected |
Use data from PHOS.
Definition at line 836 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillCalorimeters(), AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), GetCreateControlHistograms(), GetListOfParameters(), InitParameters(), IsPHOSSwitchedOn(), Print(), SwitchOffPHOS(), and SwitchOnPHOS().
|
protected |
Use data from PHOS.
Definition at line 838 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetListOfParameters(), InitParameters(), IsPHOSCellsSwitchedOn(), Print(), SwitchOffPHOSCells(), and SwitchOnPHOSCells().
|
protected |
Name of trigger event type used to do the analysis.
Definition at line 864 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetFiredTriggerClassName(), GetListOfParameters(), GetTriggerPatches(), InitParameters(), SetEventTriggerBit(), and SetFiredTriggerClassName().
|
protected |
! Event header
Definition at line 1014 of file AliCaloTrackReader.h.
Referenced by ComparePtHardAndClusterPt(), ComparePtHardAndJetPt(), AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), AliCaloTrackAODReader::GetGenEventHeader(), AliCaloTrackESDReader::GetGenEventHeader(), and GetGenEventHeader().
|
protected |
! Event header casted to pythia
Definition at line 1015 of file AliCaloTrackReader.h.
Referenced by ComparePtHardAndClusterPt(), ComparePtHardAndJetPt(), AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), and GetGenPythiaEventHeader().
|
protected |
! Control histogram on the different CTS tracks selection cuts, pT
Definition at line 999 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackReader(), FillInputCTS(), and GetCreateControlHistograms().
|
protected |
! Control histogram on the different EMCal cluster selection cuts, E
Definition at line 997 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackReader(), FillInputEMCALAlgorithm(), and GetCreateControlHistograms().
|
protected |
! Control histogram on EMCAL clusters acceptance, before fiducial cuts
Definition at line 994 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), and GetCreateControlHistograms().
|
protected |
! Control histogram on EMCAL clusters acceptance, after fiducial cuts
Definition at line 995 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), and GetCreateControlHistograms().
|
protected |
! Control histogram on EMCAL timing
Definition at line 996 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), and GetCreateControlHistograms().
|
protected |
! Each bin represents number of events resulting after a given selection cut: vertex, trigger, ...
Definition at line 1004 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), and GetCreateControlHistograms().
|
protected |
! Control histogram on the different PHOS cluster selection cuts, E
Definition at line 998 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackReader(), FillInputPHOS(), and GetCreateControlHistograms().
|
protected |
Name of background jet branch.
Definition at line 982 of file AliCaloTrackReader.h.
Referenced by FillInputBackgroundJets(), GetInputBackgroundJetBranchName(), InitParameters(), and SetInputBackgroundJetBranchName().
|
protected |
! pointer to esd or aod input.
Definition at line 829 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), AliCaloTrackAODReader::CheckForPrimaryVertex(), AliCaloTrackESDReader::CheckForPrimaryVertex(), ComparePtHardAndClusterPt(), FillInputBackgroundJets(), FillInputCTS(), FillInputEMCAL(), FillInputEMCALAlgorithm(), FillInputEMCALCells(), FillInputEvent(), FillInputNonStandardJets(), FillInputPHOS(), FillInputPHOSCells(), FillInputVZERO(), FillVertexArray(), AliCaloTrackAODReader::GetAODMCHeader(), AliCaloTrackAODReader::GetAODMCParticles(), GetBField(), GetCentrality(), GetEventPlane(), GetInputEvent(), GetMultSelCen(), GetVertexBC(), IsPileUpFromSPD(), MatchTriggerCluster(), RejectLEDEvents(), RemapMCLabelForAODs(), SetEMCALTriggerThresholds(), and SetInputEvent().
|
protected |
Name of non standard jet branch.
Definition at line 979 of file AliCaloTrackReader.h.
Referenced by FillInputNonStandardJets(), GetInputNonStandardJetBranchName(), InitParameters(), and SetInputNonStandardJetBranchName().
|
protected |
Bad cell triggered event flag, any cell in cluster is bad.
Definition at line 928 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), FillInputEvent(), IsBadCellTriggerEvent(), and MatchTriggerCluster().
|
protected |
Bad cell triggered event flag, only max energy cell is bad.
Definition at line 929 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), FillInputEvent(), IsBadMaxCellTriggerEvent(), and MatchTriggerCluster().
|
protected |
Exotic trigger event flag.
Definition at line 927 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), FillInputEvent(), IsExoticEvent(), and MatchTriggerCluster().
|
protected |
Could match the event to a trigger patch?
Definition at line 930 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), FillInputEvent(), IsTriggerMatched(), and MatchTriggerCluster().
|
protected |
Could not match the event to a trigger patch?, retry opening cuts.
Definition at line 931 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), IsTriggerMatchedOpenCuts(), and MatchTriggerCluster().
|
protected |
Temporary container with the last event added to the mixing list for photons.
Definition at line 900 of file AliCaloTrackReader.h.
Referenced by GetLastCaloMixedEvent(), and SetLastCaloMixedEvent().
|
protected |
Temporary container with the last event added to the mixing list for tracks.
Definition at line 899 of file AliCaloTrackReader.h.
Referenced by GetLastTracksMixedEvent(), and SetLastTracksMixedEvent().
|
protected |
! Container for photon stored for different events, used in case of own mixing, set in analysis class.
Definition at line 898 of file AliCaloTrackReader.h.
Referenced by GetListWithMixedEventsForCalo(), ListWithMixedEventsForCaloExists(), and SetListWithMixedEventsForCalo().
|
protected |
! Container for tracks stored for different events, used in case of own mixing, set in analysis class.
Definition at line 897 of file AliCaloTrackReader.h.
Referenced by GetListWithMixedEventsForTracks(), ListWithMixedEventsForTracksExists(), and SetListWithMixedEventsForTracks().
|
protected |
! Monte Carlo Event Handler.
Definition at line 831 of file AliCaloTrackReader.h.
Referenced by AcceptParticleMCLabel(), FillInputEMCAL(), AliCaloTrackESDReader::GetGenEventHeader(), GetHeader(), GetMC(), and SetMC().
|
protected |
Accept events that contain at least this event header name.
Definition at line 1011 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), AliCaloTrackAODReader::GetGenEventHeader(), AliCaloTrackESDReader::GetGenEventHeader(), GetNameOfMCEventHederGeneratorToAccept(), and SetNameOfMCEventHederGeneratorToAccept().
|
protected |
List with index of generators that should not be included.
Definition at line 1009 of file AliCaloTrackReader.h.
Referenced by AcceptParticleMCLabel(), AliCaloTrackReader(), GetIndexOfMCGeneratorsToAccept(), and SetIndexOfMCGeneratorsToAccept().
|
protected |
List with name of generators that should not be included.
Definition at line 1008 of file AliCaloTrackReader.h.
Referenced by AcceptParticleMCLabel(), AliCaloTrackReader(), GetListOfParameters(), GetNameOfMCGeneratorsToAccept(), and SetNameOfMCGeneratorsToAccept().
|
protected |
MonteCarlo Analysis utils. Initialized in SetMC()
Definition at line 888 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), GetMCAnalysisUtils(), InitParameters(), and SetMCAnalysisUtils().
|
protected |
! Mixed event object. This class is not the owner.
Definition at line 893 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), FillInputEMCALAlgorithm(), FillInputPHOS(), FillVertexArray(), GetMixedEvent(), and SetInputEvent().
|
protected |
Select this triggerered event for mixing, tipically kMB or kAnyINT.
Definition at line 868 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetListOfParameters(), GetMixEventTriggerMask(), InitParameters(), Print(), and SetMixEventTriggerMask().
|
protected |
! Temporal TLorentzVector container, avoid declaration of TLorentzVectors per event.
Definition at line 989 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), FillInputEMCAL(), FillInputEMCALAlgorithm(), and FillInputPHOS().
|
protected |
Number of MC generators that should not be included in analysis.
Definition at line 1007 of file AliCaloTrackReader.h.
Referenced by AcceptParticleMCLabel(), GetListOfParameters(), GetNumberOfMCGeneratorsToAccept(), and SetNumberOfMCGeneratorsToAccept().
|
protected |
Number of events in mixed event buffer.
Definition at line 894 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), FillVertexArray(), GetNMixedEvent(), InitParameters(), and SetInputEvent().
|
protected |
Number of clusters with time below 20 ns.
Definition at line 960 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), FillInputEMCALAlgorithm(), and GetNNonPileUpClusters().
|
protected |
! Temporal array with jets.
Definition at line 978 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), FillInputNonStandardJets(), GetNonStandardJets(), InitParameters(), and ResetLists().
|
protected |
Number of clusters with time avobe 20 ns.
Definition at line 959 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), FillInputEMCALAlgorithm(), GetNPileUpClusters(), and IsPileUpFromEMCal().
|
protected |
Cut to select event as pile-up.
Definition at line 961 of file AliCaloTrackReader.h.
Referenced by IsPileUpFromEMCal(), and SetPileUpParamForEMCal().
|
protected |
! Output container with cut control histograms.
Definition at line 993 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackAODReader::GetCreateControlHistograms(), GetCreateControlHistograms(), and InitParameters().
|
protected |
! pointer to aod output.
Definition at line 830 of file AliCaloTrackReader.h.
Referenced by FillInputEMCAL(), GetOutputEvent(), MatchTriggerCluster(), and SetOutputEvent().
|
protected |
Minimal distance to bad channel to accept cluster in PHOS, cm.
Definition at line 792 of file AliCaloTrackReader.h.
Referenced by FillInputPHOS(), GetListOfParameters(), GetPHOSBadChannelMinDist(), InitParameters(), Print(), and SetPHOSBadChannelMinDist().
|
protected |
! Temporal array with PHOS AliVCaloCells.
Definition at line 827 of file AliCaloTrackReader.h.
Referenced by FillInputPHOSCells(), and GetPHOSCells().
|
protected |
Temporal array with PHOS CaloClusters.
Definition at line 824 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), AliCaloTrackMCReader::FillCalorimeters(), FillInputPHOS(), GetPHOSClusters(), AliCaloTrackMCReader::InitParameters(), InitParameters(), and ResetLists().
|
protected |
Accept for the analysis PHOS clusters with more than fNCellsCut cells.
Definition at line 795 of file AliCaloTrackReader.h.
Referenced by FillInputPHOS(), GetListOfParameters(), GetPHOSNCellsCut(), InitParameters(), Print(), and SetPHOSNCellsCut().
|
protected |
pT Threshold on phos clusters.
Definition at line 789 of file AliCaloTrackReader.h.
Referenced by FillInputPHOS(), GetListOfParameters(), GetPHOSPtMax(), InitParameters(), Print(), and SetPHOSPtMax().
|
protected |
pT Threshold on phos clusters.
Definition at line 786 of file AliCaloTrackReader.h.
Referenced by AliCaloTrackMCReader::FillCalorimeters(), AliCaloTrackMCReader::FillInputEvent(), FillInputPHOS(), GetListOfParameters(), GetPHOSPtMin(), InitParameters(), Print(), and SetPHOSPtMin().
|
protected |
Definition at line 955 of file AliCaloTrackReader.h.
Referenced by InitParameters(), IsPileUpFromSPD(), and SetPileUpParamForSPD().
|
protected |
Factor between ptHard and cluster pT to reject/accept event.
Definition at line 782 of file AliCaloTrackReader.h.
Referenced by ComparePtHardAndClusterPt(), GetListOfParameters(), GetPtHardAndClusterFactor(), InitParameters(), Print(), and SetPtHardAndClusterPtFactor().
|
protected |
Factor between ptHard and jet pT to reject/accept event.
Definition at line 779 of file AliCaloTrackReader.h.
Referenced by ComparePtHardAndJetPt(), GetListOfParameters(), GetPtHardAndJetFactor(), InitParameters(), Print(), and SetPtHardAndJetPtFactor().
|
protected |
! Random generator.
Definition at line 848 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm().
|
protected |
Correct clusters, recalculate them if recalibration parameters is given.
Definition at line 839 of file AliCaloTrackReader.h.
Referenced by AreClustersRecalculated(), FillInputEMCALAlgorithm(), FillInputPHOS(), GetListOfParameters(), Print(), SwitchOffClusterRecalculation(), and SwitchOnClusterRecalculation().
|
protected |
Recalculate vertex BC from tracks pointing to vertex.
Definition at line 967 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), GetVertexBC(), SwitchOffRecalculateVertexBC(), and SwitchOnRecalculateVertexBC().
|
protected |
Reject events EG2 also triggered by EG1 or EJ2 also triggered by EJ1.
Definition at line 987 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), SwitchOffEMCALEventRejectionWith2Thresholds(), and SwitchOnEMCALEventRejectionWith2Thresholds().
|
protected |
Reject events if trigger bit is on.
Definition at line 985 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), RejectEventWithTriggerBit(), and SetRejectEventsWithBit().
|
protected |
Remove triggered events because trigger was exotic, bad, or out of BC.
Definition at line 916 of file AliCaloTrackReader.h.
Referenced by AreBadTriggerEventsRemoved(), CheckEventTriggers(), GetListOfParameters(), SwitchOffBadTriggerEventsRemoval(), and SwitchOnBadTriggerEventsRemoval().
|
protected |
Remove events where LED was wrongly firing - only EMCAL LHC11a for this equal to 1, generalized to any SM for larger.
Definition at line 914 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), GetListOfParameters(), IsLEDEventRemoved(), RejectLEDEvents(), SwitchOffLEDEventsRemoval(), and SwitchOnLEDEventsRemoval().
|
protected |
Analyze events where trigger patch and cluster where found or not.
Definition at line 933 of file AliCaloTrackReader.h.
Referenced by AreUnMatchedTriggerEventsRemoved(), CheckEventTriggers(), GetListOfParameters(), SwitchOffUnMatchedTriggerEventsRemoval(), and SwitchOnUnMatchedTriggerEventsRemoval().
|
protected |
Scale cluster energy by a constant factor, depending on SM.
Definition at line 843 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), SwitchOffClusterEScalePerSMCorrection(), and SwitchOnClusterEScalePerSMCorrection().
|
protected |
Scale factor depending on SM number to be applied to cluster energy.
Definition at line 844 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), InitParameters(), and SetScaleFactorPerSM().
|
protected |
Use only simulated clusters that come from embedding.
Definition at line 841 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), IsEmbeddedClusterSelectionOn(), SwitchOffEmbeddedClustersSelection(), and SwitchOnEmbeddedClustersSelection().
|
protected |
Ensure that track hits SPD layers.
Definition at line 855 of file AliCaloTrackReader.h.
Referenced by GetListOfParameters(), AliCaloTrackESDReader::SelectTrack(), AliCaloTrackAODReader::SelectTrack(), SwitchOffTrackHitSPDSelection(), and SwitchOnTrackHitSPDSelection().
|
protected |
Choice of smearing function. 0 no smearing. 1 smearing from Gustavo (Landau center at 0). 2 smearing from Astrid (Landau center at 0.05). See enum smearingFunction.
Definition at line 849 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), GetListOfParameters(), GetSmearingFunction(), and SetSmearingFunction().
|
protected |
Do smearing for clusters with at maximum this value.
Definition at line 851 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), GetListOfParameters(), InitParameters(), and SetSmearingNLMRange().
|
protected |
Do smearing for clusters with at least this value.
Definition at line 850 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), GetListOfParameters(), InitParameters(), and SetSmearingNLMRange().
|
protected |
Smear shower shape (use in MC).
Definition at line 846 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), GetListOfParameters(), IsShowerShapeSmeared(), SwitchOffShowerShapeSmearing(), and SwitchOnShowerShapeSmearing().
|
protected |
Smear shower shape landau function "width" (use in MC).
Definition at line 847 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), GetListOfParameters(), InitParameters(), and SetShowerShapeSmearWidth().
|
protected |
Name of task that executes the analysis.
Definition at line 885 of file AliCaloTrackReader.h.
Referenced by GetTaskName(), Print(), and SetTaskName().
|
protected |
Activate event selection within a range of data taking time CTP corrected. ESD only.
Definition at line 949 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), IsExcludeEventTimeStampCTPBCCorrOn(), SwitchOffExcludeEventTimeCTPBCCorrStamp(), and SwitchOnExcludeEventTimeCTPBCCorrStamp().
|
protected |
Maximum value of time stamp corrected by CTP in run.
Parameters to pass to method IsPileupFromSPD: Int_t minContributors, Double_t minZdist, Double_t nSigmaZdist,Double_t nSigmaDiamXY,Double_t nSigmaDiamZ
Definition at line 951 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetTimeStampEventCTPBCCorrMax(), InitParameters(), and SetTimeStampEventCTPBCCorrRange().
|
protected |
Minimum value of time stamp corrected by CTP in run.
Definition at line 950 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetTimeStampEventCTPBCCorrMin(), InitParameters(), and SetTimeStampEventCTPBCCorrRange().
|
protected |
Maximum value of time stamp fraction event.
Definition at line 945 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetEventTimeStampFractionMax(), InitParameters(), and SetEventTimeStampFraction().
|
protected |
Minimum value of time stamp fraction event.
Definition at line 944 of file AliCaloTrackReader.h.
Referenced by GetEventTimeStampFractionMin(), InitParameters(), and SetEventTimeStampFraction().
|
protected |
Select events within a fraction of data taking time.
Definition at line 943 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), IsSelectEventTimeStampOn(), SwitchOffSelectEventTimeStamp(), and SwitchOnSelectEventTimeStamp().
|
protected |
Maximum value of time stamp in run.
Definition at line 947 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetRunTimeStampMax(), InitParameters(), and SetRunTimeStamp().
|
protected |
Minimum value of time stamp in run.
Definition at line 946 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetRunTimeStampMin(), InitParameters(), and SetRunTimeStamp().
|
protected |
Fill one entry per event if there is a track in a given BC.
Definition at line 964 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), GetTrackEventBC(), InitParameters(), and SetTrackEventBC().
|
protected |
Fill one entry per event if there is a track in a given BC, depend on track pT, acceptance cut.
Definition at line 965 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), GetTrackEventBCcut(), InitParameters(), and SetTrackEventBCcut().
|
protected |
Remove tracks with DCA larger than cut, parameters of function stored here.
Definition at line 809 of file AliCaloTrackReader.h.
Referenced by AcceptDCA(), GetListOfParameters(), GetTrackDCACut(), InitParameters(), and SetTrackDCACut().
|
protected |
Track multiplicity, count for different pT cuts.
Definition at line 857 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), AliCaloTrackMCReader::FillInputEvent(), FillInputEvent(), and GetTrackMultiplicity().
|
protected |
Track multiplicity eta cut.
Definition at line 861 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), AliCaloTrackMCReader::FillInputEvent(), GetListOfParameters(), GetTrackMultiplicityEtaCut(), Print(), and SetTrackMultiplicityEtaCut().
|
protected |
Track multiplicty, number of pt cuts.
Definition at line 859 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), AliCaloTrackMCReader::FillInputEvent(), GetListOfParameters(), GetTrackMultiplicityNPtCut(), InitParameters(), Print(), and SetTrackMultiplicityNPtCut().
|
protected |
Track multiplicity and sum pt cuts list.
Definition at line 860 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), AliCaloTrackMCReader::FillInputEvent(), GetTrackMultiplicityPtCut(), InitParameters(), Print(), and SetTrackMultiplicityPtCut().
|
protected |
Track selection bit, select tracks refitted in TPC, ITS ...
Definition at line 854 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), GetListOfParameters(), GetTrackStatus(), InitParameters(), Print(), and SetTrackStatus().
|
protected |
Track sum pT, count for different pT cuts.
Definition at line 858 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), AliCaloTrackMCReader::FillInputEvent(), and GetTrackSumPt().
|
protected |
Remove tracks with time larger than this value, in ns.
Definition at line 806 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), GetTrackTimeCutMax(), and SetTrackTimeCut().
|
protected |
Remove tracks with time smaller than this value, in ns.
Definition at line 805 of file AliCaloTrackReader.h.
Referenced by GetTrackTimeCutMin(), and SetTrackTimeCut().
|
protected |
Event triggered by a cluster in BC -5 0 to 5.
Definition at line 924 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), FillInputEvent(), GetTriggerClusterBC(), InitParameters(), and MatchTriggerCluster().
|
protected |
Id of trigger cluster (cluster->GetID()).
Definition at line 926 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetTriggerClusterId(), InitParameters(), and MatchTriggerCluster().
|
protected |
Index in clusters array of trigger cluster.
Definition at line 925 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetTriggerClusterIndex(), InitParameters(), and MatchTriggerCluster().
|
protected |
In case cluster already calibrated, do not try to recalibrate even if recalib on in AliEMCALRecoUtils.
Definition at line 932 of file AliCaloTrackReader.h.
Referenced by IsTriggerClusterTimeRecal(), MatchTriggerCluster(), SwitchOffTriggerClusterTimeRecal(), and SwitchOnTriggerClusterTimeRecal().
|
protected |
L0 Threshold to look for triggered events, set outside.
Definition at line 920 of file AliCaloTrackReader.h.
Referenced by GetEventTriggerL0Threshold(), InitParameters(), MatchTriggerCluster(), SetEMCALTriggerThresholds(), and SetEventTriggerL0Threshold().
|
protected |
L1 Threshold to look for triggered events, set in data.
Definition at line 921 of file AliCaloTrackReader.h.
Referenced by GetEventTriggerL1Threshold(), InitParameters(), MatchTriggerCluster(), SetEMCALTriggerThresholds(), and SetEventTriggerL1Threshold().
|
protected |
L1 Threshold is fix and set outside.
Definition at line 922 of file AliCaloTrackReader.h.
Referenced by SetEMCALTriggerThresholds(), and SetEventTriggerL1Threshold().
|
protected |
Search for the trigger patch and check if associated cluster was the trigger.
Definition at line 917 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), IsTriggerPatchMatchedToCluster(), MatchTriggerCluster(), SwitchOffTriggerPatchMatching(), and SwitchOnTriggerPatchMatching().
|
protected |
Trigger patch selection window.
Definition at line 918 of file AliCaloTrackReader.h.
Referenced by CheckEventTriggers(), InitParameters(), and SetTriggerPatchTimeWindow().
|
protected |
Select as centrality estimator AliCentrality (Run1) or AliMultSelection (Run1 and Run2)
Definition at line 970 of file AliCaloTrackReader.h.
Referenced by GetEventCentrality(), GetListOfParameters(), InitParameters(), SwitchOffAliCentrality(), and SwitchOnAliCentrality().
|
protected |
Do time cut selection.
Definition at line 797 of file AliCaloTrackReader.h.
Referenced by FillInputEMCALAlgorithm(), SwitchOffUseEMCALTimeCut(), and SwitchOnUseEMCALTimeCut().
|
protected |
Select events with primary vertex.
Definition at line 940 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), IsPrimaryVertexSelectionDone(), SwitchOffPrimaryVertexSelection(), and SwitchOnPrimaryVertexSelection().
|
protected |
Use simple or parametrized time cut.
Definition at line 798 of file AliCaloTrackReader.h.
Referenced by IsInTimeWindow(), SwitchOffUseParametrizedTimeCut(), and SwitchOnUseParametrizedTimeCut().
|
protected |
Do DCA selection.
Definition at line 808 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), GetListOfParameters(), IsDCACutOn(), SwitchOffUseTrackDCACut(), and SwitchOnUseTrackDCACut().
|
protected |
Do time cut selection.
Definition at line 799 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), SwitchOffUseTrackTimeCut(), and SwitchOnUseTrackTimeCut().
|
protected |
Integrated V0 signal.
Definition at line 904 of file AliCaloTrackReader.h.
Referenced by FillInputVZERO(), GetV0Signal(), InitParameters(), and ResetLists().
|
protected |
Integrated V0 Multiplicity.
Definition at line 905 of file AliCaloTrackReader.h.
Referenced by FillInputVZERO(), GetV0Multiplicity(), InitParameters(), and ResetLists().
|
protected |
! Vertex array 3 dim for each mixed event buffer.
Definition at line 895 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), FillInputEMCAL(), FillInputEMCALAlgorithm(), FillInputEvent(), FillInputPHOS(), FillVertexArray(), AliCaloTrackMCReader::GetVertex(), GetVertex(), and SetInputEvent().
|
protected |
Vertex BC.
Definition at line 966 of file AliCaloTrackReader.h.
Referenced by FillInputCTS(), FillInputEvent(), and GetVertexBC().
|
protected |
Pointer to AliAnaWeights.
Definition at line 890 of file AliCaloTrackReader.h.
Referenced by DeletePointers(), FillInputEvent(), GetWeightUtils(), Init(), and InitParameters().
|
protected |
Write the created delta AOD objects into file.
Definition at line 902 of file AliCaloTrackReader.h.
Referenced by Print(), SwitchOffWriteDeltaAOD(), SwitchOnWriteDeltaAOD(), and WriteDeltaAODToFile().
|
protected |
Cut on vertex position.
Definition at line 912 of file AliCaloTrackReader.h.
Referenced by FillInputEvent(), GetListOfParameters(), GetZvertexCut(), InitParameters(), and SetZvertexCut().