![]() |
AliPhysics
eb0e5d9 (eb0e5d9)
|
Class with utils specific to calorimeter clusters/cells. More...
#include <AliCalorimeterUtils.h>
Private Member Functions | |
AliCalorimeterUtils (const AliCalorimeterUtils &cu) | |
Copy constructor not implemented. More... | |
AliCalorimeterUtils & | operator= (const AliCalorimeterUtils &cu) |
Assignment operator not implemented. More... | |
Private Attributes | |
Int_t | fDebug |
Debugging level. More... | |
TString | fEMCALGeoName |
Name of geometry to use for EMCAL. More... | |
TString | fPHOSGeoName |
Name of geometry to use for PHOS. More... | |
AliEMCALGeometry * | fEMCALGeo |
! EMCAL geometry pointer. More... | |
AliPHOSGeoUtils * | fPHOSGeo |
! PHOS geometry pointer. More... | |
Bool_t | fEMCALGeoMatrixSet |
Check if the transformation matrix is set for EMCAL. More... | |
Bool_t | fPHOSGeoMatrixSet |
Check if the transformation matrix is set for PHOS. More... | |
Bool_t | fLoadEMCALMatrices |
Matrices set from configuration, not get from geometry.root or from ESDs/AODs. More... | |
TGeoHMatrix * | fEMCALMatrix [22] |
Geometry matrices with alignments. More... | |
Bool_t | fLoadPHOSMatrices |
Matrices set from configuration, not get from geometry.root or from ESDs/AODs. More... | |
TGeoHMatrix * | fPHOSMatrix [5] |
Geometry matrices with alignments. More... | |
Bool_t | fRemoveBadChannels |
Check the channel status provided and remove clusters with bad channels. More... | |
TObjArray * | fPHOSBadChannelMap |
Array of histograms with map of bad channels, PHOS. More... | |
Int_t | fNCellsFromPHOSBorder |
Number of cells from PHOS border the cell with maximum amplitude has to be. More... | |
Int_t | fNMaskCellColumns |
Number of masked columns. More... | |
Int_t * | fMaskCellColumns |
List of masked cells collumn index. More... | |
Bool_t | fRecalibration |
Switch on or off the recalibration. More... | |
Bool_t | fRunDependentCorrection |
Switch on or off the recalibration dependent on T. More... | |
TObjArray * | fPHOSRecalibrationFactors |
Array of histograms with map of recalibration factors, PHOS. More... | |
AliEMCALRecoUtils * | fEMCALRecoUtils |
EMCAL utils for cluster rereconstruction. More... | |
Bool_t | fRecalculatePosition |
Recalculate cluster position. More... | |
Bool_t | fCorrectELinearity |
Correct cluster energy linearity. More... | |
Bool_t | fRecalculateMatching |
Recalculate cluster position. More... | |
Float_t | fCutR |
dR cut on matching (PHOS). More... | |
Float_t | fCutZ |
dZ cut on matching (EMCAL/PHOS). More... | |
Float_t | fCutEta |
dEta cut on matching (EMCAL). More... | |
Float_t | fCutPhi |
dPhi cut on matching (EMCAL). More... | |
Float_t | fLocMaxCutE |
Local maxima cut must have more than this energy. More... | |
Float_t | fLocMaxCutEDiff |
Local maxima cut, when aggregating cells, next can be a bit higher. More... | |
Bool_t | fPlotCluster |
Plot cluster in splitting method. More... | |
Bool_t | fOADBSet |
AODB parameters already set. More... | |
Bool_t | fOADBForEMCAL |
Get calibration from OADB for EMCAL. More... | |
Bool_t | fOADBForPHOS |
Get calibration from OADB for PHOS. More... | |
TString | fOADBFilePathEMCAL |
Default path $ALICE_PHYSICS/OADB/EMCAL, if needed change. More... | |
TString | fOADBFilePathPHOS |
Default path $ALICE_PHYSICS/OADB/PHOS, if needed change. More... | |
Bool_t | fImportGeometryFromFile |
Import geometry settings in geometry.root file. More... | |
TString | fImportGeometryFilePath |
Path fo geometry.root file. More... | |
Int_t | fNSuperModulesUsed |
Number of supermodules to be used in analysis, can be different than the real geo, to be used at initialization of histograms. More... | |
Int_t | fFirstSuperModuleUsed |
Number of first supermodule to be used in analysis, to activate only certain range (DCal or EMCal) More... | |
Int_t | fLastSuperModuleUsed |
Number of last supermodule to be used in analysis, to activate only certain range (DCal or EMCal) More... | |
Int_t | fRunNumber |
Run number of the data, take it from data itself unless set by user. More... | |
Bool_t | fMCECellClusFracCorrOn |
Correct or not the weight of cells in cluster. More... | |
Float_t | fMCECellClusFracCorrParam [4] |
Parameters for the function correcting the weight of the cells in the cluster. More... | |
Class with utils specific to calorimeter clusters/cells.
Class containing utility methods for calorimeters. It performs calibration, cluster splitting (EMCal), geometry initialization, OADB initialization, plus other goodies. For EMCal, it relys heavyly in AliEMCALRecoUtils.
More information can be found in this twiki.
Definition at line 44 of file AliCalorimeterUtils.h.
AliCalorimeterUtils::AliCalorimeterUtils | ( | ) |
Constructor. Initialize parameters.
Definition at line 55 of file AliCalorimeterUtils.cxx.
|
virtual |
Definition at line 89 of file AliCalorimeterUtils.cxx.
|
private |
Copy constructor not implemented.
void AliCalorimeterUtils::AccessGeometry | ( | AliVEvent * | inputEvent | ) |
Set the calorimeters transformation, alignmnet matrices and init geometry at least once.
Definition at line 455 of file AliCalorimeterUtils.cxx.
Referenced by AliAnalysisTaskEmcalRun2QA::ExecOnce(), Get_RowCollumnID(), GetBestPeriodSplitting(), BadChannelAna::Init(), IsPHOSGeoMatrixSet(), Plot2DCells(), Plot_BCMap(), AliAnaCaloTrackCorrMaker::ProcessEvent(), SummarizeRunByRun(), and Test_OADB().
void AliCalorimeterUtils::AccessOADB | ( | AliVEvent * | event | ) |
Set the AODB calibration, bad channels etc. parameters at least once.
Definition at line 114 of file AliCalorimeterUtils.cxx.
Referenced by AliAnalysisTaskEmcalRun2QA::ExecOnce(), AliAnaCaloTrackCorrMaker::ProcessEvent(), and SetCutPhi().
Decide if two cells are neighbours A neighbour is defined as being two cells which share a side or corner.
Definition at line 605 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin(), AliAnaPi0::CheckSeparation(), GetNumberOfLocalMaxima(), SetDebug(), and SplitEnergy().
Bool_t AliCalorimeterUtils::CheckCellFiducialRegion | ( | AliVCluster * | cluster, |
AliVCaloCells * | cells | ||
) | const |
Given the list of AbsId of the cluster, get the maximum cell and check if there are fNCellsFromBorder from the calorimeter border.
Definition at line 674 of file AliCalorimeterUtils.cxx.
Referenced by CheckCellFiducialRegion(), AliCaloTrackReader::FillInputPHOS(), AliTrackComparisonESD::ProcessEMCAL(), and SetMaskCellColumn().
|
inline |
Definition at line 207 of file AliCalorimeterUtils.h.
Bool_t AliCalorimeterUtils::ClusterContainsBadChannel | ( | Int_t | calorimeter, |
UShort_t * | cellList, | ||
Int_t | nCells | ||
) |
Check that in the cluster cells, there is no bad channel of those stored in fEMCALBadChannelMap or fPHOSBadChannelMap
Definition at line 785 of file AliCalorimeterUtils.cxx.
Referenced by AliTrackComparisonESD::ProcessEMCAL(), and SetPHOSChannelStatusMap().
Definition at line 180 of file AliCalorimeterUtils.h.
void AliCalorimeterUtils::ConfigureEMCALRecoUtils | ( | Bool_t | bMC = kFALSE , |
Bool_t | bExotic = kTRUE , |
||
Bool_t | bNonLin = kFALSE , |
||
Bool_t | bRecalE = kTRUE , |
||
Bool_t | bBad = kTRUE , |
||
Bool_t | bRecalT = kTRUE , |
||
Int_t | debug = -1 |
||
) |
Configure fEMCALRecoUtils with some standard arguments for common analysis configurations
The input parameters:
reco | pointer to object to initialize in this macro. |
bMC | Bool, indicates if data is MC. |
bExotic | Bool, indicates if exotic clusters are removed. |
bNonLin | Bool, indicates if non linearity correction is applied on clusters. |
bRecalE | Bool, indicates if energy recalibration is applied. |
bBad | Bool, indicates if bad channels/clusters are removed. |
bRecalT | Bool, indicates if time is calibrated. |
debug | int debug level, print info on settings in the macro |
Definition at line 840 of file AliCalorimeterUtils.cxx.
Referenced by ClusterContainsBadChannel(), ConfigureCaloUtils(), and GetEMCALRecoUtils().
void AliCalorimeterUtils::CorrectClusterEnergy | ( | AliVCluster * | cl | ) |
Correct cluster energy non linearity.
Definition at line 925 of file AliCalorimeterUtils.cxx.
Referenced by AliCaloTrackReader::FillInputEMCALAlgorithm(), SplitEnergy(), and SwitchOffCorrectClusterLinearity().
|
inline |
Definition at line 105 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 356 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 360 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 352 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 348 of file AliCalorimeterUtils.h.
|
inlinevirtual |
Definition at line 53 of file AliCalorimeterUtils.h.
Referenced by AliAnaCaloTrackCorrMaker::Init().
absID | cell absolute ID naumber |
cells | total list of cells in calo |
bc | bunch crossing number |
Definition at line 939 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaClusterShapeCorrelStudies::ClusterLoopHistograms(), AliAnaCalorimeterQA::ClusterLoopHistograms(), AliAnaParticleIsolation::MakeAnalysisFillHistograms(), and SetDebug().
|
inline |
Definition at line 229 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), GetMaxEnergyCell(), and RecalibrateCellAmplitude().
Definition at line 247 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 156 of file AliCalorimeterUtils.h.
Referenced by AliIsolationCut::GetCellDensity(), AliIsolationCut::GetCoeffNormBadCell(), and IsMCParticleInCalorimeterAcceptance().
|
inline |
Definition at line 173 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 274 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 280 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), and GetEMCALChannelTimeRecalibrationFactors().
|
inline |
Definition at line 104 of file AliCalorimeterUtils.h.
Referenced by BadChannelAna::FlagAsBad(), BadChannelAna::FlagAsBad_Time(), Get_RowCollumnID(), GetBestPeriodSplitting(), AliAnaCaloTrackCorrBaseClass::GetEMCALGeometry(), AliCaloPID::GetIdentifiedParticleTypeFromClusterSplitting(), AliCaloTrackReader::GetTriggerPatches(), BadChannelAna::Init(), IsMCParticleInCalorimeterAcceptance(), AliCaloTrackReader::MatchTriggerCluster(), Plot2DCells(), Plot_BCMap(), BadChannelAna::PlotFlaggedCells2D(), AliCaloTrackReader::RejectLEDEvents(), SplitEnergy(), SummarizeRunByRun(), and Test_OADB().
|
inline |
Definition at line 294 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
Definition at line 291 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 303 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), AliAnaCalorimeterQA::CalculateAverageTime(), AliAnaClusterShapeCorrelStudies::ChannelCorrelationInTCard(), AliAnaClusterShapeCorrelStudies::ClusterShapeHistograms(), ConfigureCaloUtils(), AliAnaRandomTrigger::ExcludeDeadBadRegions(), AliCaloTrackReader::FillInputEMCAL(), AliCaloTrackReader::FillInputEMCALAlgorithm(), AliAnaPi0EbE::FillPileUpHistograms(), AliAnaPhoton::FillPileUpHistograms(), AliAnaPi0EbE::FillSelectedClusterHistograms(), AliAnaElectron::FillShowerShapeHistograms(), AliAnaPhoton::FillShowerShapeHistograms(), AliAnaInsideClusterInvariantMass::FillSSExtraHistograms(), AliAnaInsideClusterInvariantMass::FillSSWeightHistograms(), AliAnaPi0EbE::FillWeightHistograms(), AliCaloPID::GetIdentifiedParticleTypeFromClusterSplitting(), AliAnaClusterShapeCorrelStudies::IsGoodCluster(), AliAnaCalorimeterQA::IsGoodCluster(), AliAnaClusterPileUp::MakeAnalysisFillHistograms(), AliAnaParticleIsolation::MakeAnalysisFillHistograms(), AliCaloTrackReader::MatchTriggerCluster(), AliAnaInsideClusterInvariantMass::RecalculateClusterShowerShapeParametersWithCellCut(), RecalibrateCellTime(), RecalibrateCellTimeL1Phase(), SplitEnergy(), AliAnaClusterShapeCorrelStudies::WeightHistograms(), and AliAnaElectron::WeightHistograms().
void AliCalorimeterUtils::GetEMCALSubregion | ( | AliVCluster * | clus, |
AliVCaloCells * | cells, | ||
Int_t & | regEta, | ||
Int_t & | regPhi | ||
) | const |
Select EMCal SM regions, depending on its location in a SM, behind frames, close to borders, etc. Current regions are valid for EMCal, rethink for DCal and 1/3 SMs
clus | cluster, access to highest energy tower |
cells | list of cells, needed to find highest energy tower |
regEta | eta sub-region index |
regPhi | phi sub-region index |
Definition at line 987 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaClusterShapeCorrelStudies::ChannelCorrelationInTCard(), AliAnaClusterShapeCorrelStudies::ClusterShapeHistograms(), AliAnaPhoton::FillShowerShapeHistograms(), SetPHOSGeometryMatrixInSM(), and AliAnaParticleIsolation::StudyEMCALRegions().
Fill array with 4 possibly correlated channels absId
absId | Reference absId cell |
absIdCorr | List of cells correlated to absId, absId is included |
Definition at line 1050 of file AliCalorimeterUtils.cxx.
Referenced by SetDebug().
|
inline |
Definition at line 389 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils(), and AliAnaCaloTrackCorrBaseClass::InitCaloParameters().
|
inline |
Definition at line 391 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils(), and AliAnaCaloTrackCorrBaseClass::InitCaloParameters().
|
inline |
Definition at line 77 of file AliCalorimeterUtils.h.
Referenced by AliAnaInsideClusterInvariantMass::FillNLMDiffCutHistograms().
|
inline |
Definition at line 80 of file AliCalorimeterUtils.h.
Referenced by AliAnaInsideClusterInvariantMass::FillNLMDiffCutHistograms().
Definition at line 337 of file AliCalorimeterUtils.h.
AliVTrack * AliCalorimeterUtils::GetMatchedTrack | ( | AliVCluster * | cluster, |
AliVEvent * | event, | ||
Int_t | index = -1 |
||
) | const |
Return the matched track to the cluster given its index. It is usually just the first match, default value. Since it is different for ESDs and AODs here it is a wrap method to do it.
Definition at line 1214 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaClusterShapeCorrelStudies::ClusterMatchedToTrackPID(), AliAnaCalorimeterQA::ClusterMatchedWithTrackHistograms(), AliAnaPi0EbE::FillSelectedClusterHistograms(), AliAnaInsideClusterInvariantMass::FillTrackMatchingHistograms(), AliAnaPhoton::FillTrackMatchingResidualHistograms(), AliAnaParticleIsolation::FillTrackMatchingShowerShapeControlHistograms(), AliAnaElectron::MakeAnalysisFillAOD(), and RecalculateClusterPID().
Int_t AliCalorimeterUtils::GetMaxEnergyCell | ( | AliVCaloCells * | cells, |
AliVCluster * | clu, | ||
Float_t & | fraction | ||
) | const |
For a given CaloCluster, it gets the absId of the cell with maximum energy deposit.
Definition at line 1151 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaCalorimeterQA::BadClusterHistograms(), AliAnaClusterShapeCorrelStudies::ChannelCorrelationInTCard(), AliAnaClusterShapeCorrelStudies::ClusterLoopHistograms(), AliAnaCalorimeterQA::ClusterLoopHistograms(), AliAnaClusterShapeCorrelStudies::ClusterShapeHistograms(), AliCaloTrackReader::FillInputEMCAL(), AliAnaPi0EbE::FillPileUpHistograms(), AliAnaPi0EbE::FillSelectedClusterHistograms(), GetEMCALSubregion(), AliAnaCalorimeterQA::InvariantMassHistograms(), AliAnaPhoton::MakeAnalysisFillAOD(), AliAnaElectron::MakeAnalysisFillAOD(), AliAnaParticleHadronCorrelation::MakeAnalysisFillHistograms(), AliAnaClusterPileUp::MakeAnalysisFillHistograms(), AliAnaPi0::MakeAnalysisFillHistograms(), AliAnaParticleIsolation::MakeAnalysisFillHistograms(), AliCaloTrackReader::MatchTriggerCluster(), and SetLocalMaximaCutEDiff().
Correction factor for cell energy in cluster to temptatively match Data and MC. Not used.
Definition at line 1267 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::FillSSWeightHistograms(), GetNumberOfLocalMaxima(), AliAnaInsideClusterInvariantMass::RecalculateClusterShowerShapeParametersWithCellCut(), RecalibrateClusterEnergyWeightCell(), and SwitchOffClusterPlot().
Int_t AliCalorimeterUtils::GetModuleNumber | ( | AliCaloTrackParticle * | particle, |
AliVEvent * | inputEvent | ||
) | const |
Get the EMCAL/PHOS module number that corresponds to this particle.
Definition at line 1291 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaCaloTrackCorrBaseClass::GetModuleNumber(), AliAnaPhotonConvInCalo::MakeAnalysisFillHistograms(), and SetMaskCellColumn().
Int_t AliCalorimeterUtils::GetModuleNumber | ( | AliVCluster * | cluster | ) | const |
Get the EMCAL/PHOS module number that corresponds to this cluster.
Definition at line 1342 of file AliCalorimeterUtils.cxx.
Int_t AliCalorimeterUtils::GetModuleNumberCellIndexes | ( | Int_t | absId, |
Int_t | calo, | ||
Int_t & | icol, | ||
Int_t & | irow, | ||
Int_t & | iRCU | ||
) | const |
Get the EMCAL/PHOS module, columns, row and RCU/DDL number that corresponds to this absId.
Definition at line 1381 of file AliCalorimeterUtils.cxx.
Referenced by AreNeighbours(), AliAnaRandomTrigger::ExcludeDeadBadRegions(), AliIsolationCut::GetCellDensity(), AliIsolationCut::GetCoeffNormBadCell(), GetECross(), GetEMCALSubregion(), GetMaxEnergyCell(), AliAnaCaloTrackCorrBaseClass::GetModuleNumberCellIndexes(), GetModuleNumberCellIndexesAbsCaloMap(), IsMCParticleInCalorimeterAcceptance(), RecalibrateCellAmplitude(), SetMaskCellColumn(), and SplitEnergy().
Int_t AliCalorimeterUtils::GetModuleNumberCellIndexesAbsCaloMap | ( | Int_t | absId, |
Int_t | calo, | ||
Int_t & | icol, | ||
Int_t & | irow, | ||
Int_t & | iRCU, | ||
Int_t & | icolAbs, | ||
Int_t & | irowAbs | ||
) | const |
Same as GetModuleCellIndexes, but add an additional shift in col/row to have continuous cell distribution from supermodule to supermodule.
Definition at line 1460 of file AliCalorimeterUtils.cxx.
Referenced by BadChannelAna::BuildHitAndEnergyMeanScaled(), AliAnalysisTaskEmcalRun2QA::DoCellLoop(), AliAnalysisTaskEmcalRun2QA::DoClusterLoop(), BadChannelAna::FlagAsBad(), BadChannelAna::FlagAsBad_Time(), Get_RowCollumnID(), AliAnaCaloTrackCorrBaseClass::GetModuleNumberCellIndexesAbsCaloMap(), Plot2DCells(), Plot_BCMap(), BadChannelAna::PlotFlaggedCells2D(), SetMaskCellColumn(), SummarizeRunByRun(), and Test_OADB().
|
inline |
Definition at line 183 of file AliCalorimeterUtils.h.
Referenced by AliCaloTrackReader::FillInputEMCALAlgorithm().
|
inline |
Definition at line 212 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 210 of file AliCalorimeterUtils.h.
Int_t AliCalorimeterUtils::GetNumberOfLocalMaxima | ( | AliVCluster * | cluster, |
AliVCaloCells * | cells | ||
) |
Find the number of local maxima in cluster.
Definition at line 1507 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaClusterShapeCorrelStudies::ChannelCorrelationInTCard(), AliAnaInsideClusterInvariantMass::CheckLocalMaximaMCOrigin(), AliAnaCalorimeterQA::ClusterHistograms(), AliAnaClusterShapeCorrelStudies::ClusterShapeHistograms(), AliCaloTrackReader::FillInputEMCALAlgorithm(), AliCaloPID::GetIdentifiedParticleTypeFromClusterSplitting(), AliAnaCalorimeterQA::InvariantMassHistograms(), AliAnaPhoton::MakeAnalysisFillAOD(), AliAnaElectron::MakeAnalysisFillAOD(), and SetDebug().
Int_t AliCalorimeterUtils::GetNumberOfLocalMaxima | ( | AliVCluster * | cluster, |
AliVCaloCells * | cells, | ||
Int_t * | absIdList, | ||
Float_t * | maxEList | ||
) |
Find the number of local maxima in cluster.
Definition at line 1522 of file AliCalorimeterUtils.cxx.
|
inline |
Definition at line 386 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils(), AliAnalysisTaskEmcalRun2QA::ExecOnce(), and AliAnaCaloTrackCorrBaseClass::InitCaloParameters().
TString AliCalorimeterUtils::GetPass | ( | ) |
Get passx from filename.
Definition at line 1672 of file AliCalorimeterUtils.cxx.
Referenced by AccessOADB(), and SetCutPhi().
|
inline |
Definition at line 232 of file AliCalorimeterUtils.h.
Referenced by GetMaxEnergyCell(), and RecalibrateCellAmplitude().
Definition at line 248 of file AliCalorimeterUtils.h.
Definition at line 159 of file AliCalorimeterUtils.h.
Referenced by ClusterContainsBadChannel().
|
inline |
Definition at line 174 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 110 of file AliCalorimeterUtils.h.
Referenced by AliAnaCaloTrackCorrBaseClass::GetPHOSGeometry(), and IsMCParticleInCalorimeterAcceptance().
|
inline |
Definition at line 395 of file AliCalorimeterUtils.h.
void AliCalorimeterUtils::InitEMCALGeometry | ( | ) |
Initialize EMCAL geometry if it did not exist previously.
Definition at line 1817 of file AliCalorimeterUtils.cxx.
Referenced by AccessGeometry(), AliTrackComparisonESD::InitCaloUtil(), and SetEMCALGeometryName().
|
virtual |
Initialize the parameters of the analysis.
Definition at line 1713 of file AliCalorimeterUtils.cxx.
Referenced by AliCalorimeterUtils().
void AliCalorimeterUtils::InitPHOSBadChannelStatusMap | ( | ) |
Init PHOS bad channels map.
Definition at line 1756 of file AliCalorimeterUtils.cxx.
Referenced by SetPHOSChannelStatus(), SwitchOffDistToBadChannelRecalculation(), and SwitchOnBadChannelsRemoval().
void AliCalorimeterUtils::InitPHOSGeometry | ( | ) |
Initialize PHOS geometry if it did not exist previously.
Definition at line 1856 of file AliCalorimeterUtils.cxx.
Referenced by AccessGeometry(), and SetPHOSGeometryName().
void AliCalorimeterUtils::InitPHOSRecalibrationFactors | ( | ) |
Init PHOS recalibration factors.
Definition at line 1779 of file AliCalorimeterUtils.cxx.
Referenced by SetPHOSChannelRecalibrationFactor(), SwitchOffRecalibration(), and SwitchOnRecalibration().
Bool_t AliCalorimeterUtils::IsAbsIDsFromTCard | ( | Int_t | absId1, |
Int_t | absId2, | ||
Int_t & | rowDiff, | ||
Int_t & | colDiff | ||
) | const |
Check if 2 cells belong to the same TCard
absId1 | Reference absId cell |
absId2 | Cross checked cell absId |
rowDiff | Distance in rows |
colDiff | Distance in columns |
Definition at line 1100 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaClusterShapeCorrelStudies::ChannelCorrelationInTCard(), AliAnaClusterShapeCorrelStudies::ClusterShapeHistograms(), and SetDebug().
|
inline |
Definition at line 143 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
Bool_t AliCalorimeterUtils::IsClusterSharedByTwoSuperModules | ( | const AliEMCALGeometry * | geom, |
AliVCluster * | cluster | ||
) |
Checks if all of the cells in the cluster belongs to the same SuperModule. EMCal (not DCal, except 1/3 SM and not PHOS) can share clusters at eta=0.
Definition at line 639 of file AliCalorimeterUtils.cxx.
Referenced by SetDebug().
|
inline |
Definition at line 308 of file AliCalorimeterUtils.h.
Referenced by AliCaloTrackReader::FillInputEMCALAlgorithm().
|
inline |
Definition at line 150 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 108 of file AliCalorimeterUtils.h.
Referenced by AliAnaParticleJetFinderCorrelation::FindMCgenInfo(), and IsMCParticleInCalorimeterAcceptance().
|
inline |
Definition at line 215 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 287 of file AliCalorimeterUtils.h.
Referenced by Print(), and RecalibrateCellTimeL1Phase().
|
inline |
Definition at line 96 of file AliCalorimeterUtils.h.
Referenced by AliAnaInsideClusterInvariantMass::RecalculateClusterShowerShapeParametersWithCellCut().
Bool_t AliCalorimeterUtils::IsMCParticleInCalorimeterAcceptance | ( | Int_t | calo, |
AliVParticle * | particle | ||
) |
Check that a MC AOD is in the calorimeter acceptance.
Definition at line 1952 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaPhoton::FillAcceptanceHistograms(), AliAnaParticleIsolation::FillAcceptanceHistograms(), AliAnaPi0::FillAcceptanceHistograms(), AliAnaCalorimeterQA::MCHistograms(), and SetImportGeometryFromFile().
Bool_t AliCalorimeterUtils::IsMCParticleInCalorimeterAcceptance | ( | Int_t | calo, |
TParticle * | particle | ||
) |
Definition at line 1872 of file AliCalorimeterUtils.cxx.
Bool_t AliCalorimeterUtils::IsMCParticleInCalorimeterAcceptance | ( | Int_t | calo, |
AliAODMCParticle * | particle | ||
) |
Check that a MC AOD is in the calorimeter acceptance.
Definition at line 1910 of file AliCalorimeterUtils.cxx.
Bool_t AliCalorimeterUtils::IsMCParticleInCalorimeterAcceptance | ( | Int_t | calo, |
Float_t | eta, | ||
Float_t | theta, | ||
Float_t | phi, | ||
Int_t & | absID | ||
) |
Definition at line 1994 of file AliCalorimeterUtils.cxx.
|
inline |
Definition at line 114 of file AliCalorimeterUtils.h.
Referenced by IsMCParticleInCalorimeterAcceptance().
|
inline |
Definition at line 313 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 346 of file AliCalorimeterUtils.h.
Referenced by GetMatchedTrack().
|
inline |
Definition at line 221 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils(), AliCaloTrackReader::FillInputEMCALAlgorithm(), AliCaloTrackReader::FillInputPHOS(), GetMaxEnergyCell(), RecalibrateCellAmplitude(), RecalibrateClusterEnergy(), and RecalibrateClusterEnergyWeightCell().
|
inline |
Definition at line 270 of file AliCalorimeterUtils.h.
Referenced by Print(), and RecalibrateCellTime().
Check if cell is in one of the regions where we have significant amount of material in front. Only EMCAL.
Definition at line 2037 of file AliCalorimeterUtils.cxx.
Referenced by SetMaskCellColumn().
|
private |
Assignment operator not implemented.
|
inline |
Definition at line 111 of file AliCalorimeterUtils.h.
|
virtual |
Print some relevant parameters set for the analysis.
Definition at line 2056 of file AliCalorimeterUtils.cxx.
Referenced by AddTaskCalorimeterQA(), ConfigureCaloUtils(), AliTrackComparisonESD::InitCaloUtil(), and AliAnaCaloTrackCorrMaker::Print().
|
inline |
Definition at line 320 of file AliCalorimeterUtils.h.
Referenced by AliCaloTrackReader::FillInputEMCALAlgorithm().
|
inline |
Definition at line 323 of file AliCalorimeterUtils.h.
Referenced by AliCaloTrackReader::FillInputEMCALAlgorithm().
void AliCalorimeterUtils::RecalculateClusterPosition | ( | AliVCaloCells * | cells, |
AliVCluster * | clu | ||
) |
Recalculate EMCAL cluster position. The cluster new position is already modified.
Definition at line 2211 of file AliCalorimeterUtils.cxx.
Referenced by AliCaloTrackReader::FillInputEMCALAlgorithm(), and SwitchOffRecalculateClusterPosition().
|
inline |
Definition at line 317 of file AliCalorimeterUtils.h.
Referenced by AliCaloTrackReader::FillInputEMCALAlgorithm().
void AliCalorimeterUtils::RecalculateClusterTrackMatching | ( | AliVEvent * | event, |
TObjArray * | clusterArray = 0x0 , |
||
AliMCEvent * | mc = 0x0 |
||
) |
Recalculate track matching and set the new residuals in the cluster.
event | pointer to input event |
clusterArray | list of clusters |
mc | access to MC event |
Definition at line 2224 of file AliCalorimeterUtils.cxx.
Referenced by AliCaloTrackReader::FillInputEMCAL(), and RecalculateClusterPID().
Recalculate cell energy if recalibration factor.
Definition at line 2082 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaCalorimeterQA::CalculateAverageTime(), AliAnaCalorimeterQA::CellHistograms(), AliAnaClusterShapeCorrelStudies::ChannelCorrelationInTCard(), AliAnaClusterShapeCorrelStudies::ClusterLoopHistograms(), AliAnaCalorimeterQA::ClusterLoopHistograms(), AliAnaClusterShapeCorrelStudies::ClusterShapeHistograms(), AliAnaInsideClusterInvariantMass::FillSSWeightHistograms(), AliAnaPi0EbE::FillWeightHistograms(), AliCaloPID::GetIdentifiedParticleTypeFromClusterSplitting(), GetNumberOfLocalMaxima(), AliAnaClusterShapeCorrelStudies::IsGoodCluster(), AliAnaCalorimeterQA::IsGoodCluster(), AliAnaParticleIsolation::MakeAnalysisFillHistograms(), RecalibrateClusterEnergy(), RecalibrateClusterEnergyWeightCell(), SetPHOSChannelRecalibrationFactors(), SplitEnergy(), AliAnaClusterShapeCorrelStudies::WeightHistograms(), and AliAnaElectron::WeightHistograms().
void AliCalorimeterUtils::RecalibrateCellTime | ( | Double_t & | time, |
Int_t | calo, | ||
Int_t | absId, | ||
Int_t | bunchCrossNumber | ||
) | const |
Recalculate time if time recalibration available for EMCAL not ready for PHOS.
Definition at line 2103 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaCalorimeterQA::BadClusterHistograms(), AliAnaCalorimeterQA::CalculateAverageTime(), AliAnaCalorimeterQA::CellHistograms(), AliAnaClusterShapeCorrelStudies::ChannelCorrelationInTCard(), AliAnaCalorimeterQA::ClusterHistograms(), AliAnaClusterShapeCorrelStudies::ClusterLoopHistograms(), AliAnaCalorimeterQA::ClusterLoopHistograms(), AliAnaClusterShapeCorrelStudies::ClusterShapeHistograms(), AliAnaPi0EbE::FillPileUpHistograms(), AliAnaInsideClusterInvariantMass::MakeAnalysisFillHistograms(), AliAnaPi0EbE::MakeShowerShapeIdentification(), and SetPHOSChannelRecalibrationFactors().
void AliCalorimeterUtils::RecalibrateCellTimeL1Phase | ( | Double_t & | time, |
Int_t | calo, | ||
Int_t | iSM, | ||
Int_t | bunchCrossNumber | ||
) | const |
Recalculate time L1 phase shift if time recalibration available for EMCAL.
Definition at line 2115 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaCalorimeterQA::CellHistograms(), and SetPHOSChannelRecalibrationFactors().
Float_t AliCalorimeterUtils::RecalibrateClusterEnergy | ( | AliVCluster * | cluster, |
AliVCaloCells * | cells | ||
) |
Recalibrate the cluster energy, considering the recalibration map and the energy of the cells that compose the cluster.
Definition at line 2127 of file AliCalorimeterUtils.cxx.
Referenced by AliCaloTrackReader::FillInputEMCALAlgorithm(), AliCaloTrackReader::FillInputPHOS(), AliAnaInsideClusterInvariantMass::FillSSWeightHistograms(), GetNumberOfLocalMaxima(), AliAnaInsideClusterInvariantMass::RecalculateClusterShowerShapeParametersWithCellCut(), and SetPHOSChannelRecalibrationFactors().
Float_t AliCalorimeterUtils::RecalibrateClusterEnergyWeightCell | ( | AliVCluster * | cluster, |
AliVCaloCells * | cells, | ||
Float_t | energyOrg | ||
) |
Recalibrate the cluster energy, considering the recalibration map and the energy of the cells that compose the cluster. Also consider reweighting of cells energy.
Definition at line 2169 of file AliCalorimeterUtils.cxx.
Referenced by AliAnaInsideClusterInvariantMass::FillSSWeightHistograms(), GetNumberOfLocalMaxima(), AliAnaInsideClusterInvariantMass::RecalculateClusterShowerShapeParametersWithCellCut(), and SetPHOSChannelRecalibrationFactors().
|
inline |
Definition at line 357 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 361 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 353 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 349 of file AliCalorimeterUtils.h.
|
inlinevirtual |
Definition at line 54 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureCaloUtils().
|
inline |
Definition at line 237 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
Definition at line 244 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 250 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 163 of file AliCalorimeterUtils.h.
Referenced by AliTrackComparisonESD::InitCaloUtil().
|
inline |
Definition at line 170 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 176 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 277 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 281 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 282 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 130 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 106 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 295 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 296 of file AliCalorimeterUtils.h.
Definition at line 292 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 378 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 302 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 388 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
Definition at line 118 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 390 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 78 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils(), and AliAnaInsideClusterInvariantMass::FillNLMDiffCutHistograms().
|
inline |
Definition at line 81 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils(), and AliAnaInsideClusterInvariantMass::FillNLMDiffCutHistograms().
Definition at line 187 of file AliCalorimeterUtils.h.
Definition at line 94 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 184 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 211 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigureCaloUtils(), and AliTrackComparisonESD::InitCaloUtil().
|
inline |
Definition at line 209 of file AliCalorimeterUtils.h.
Referenced by AddTaskCaloTrackCorrM(), and ConfigureCaloUtils().
|
inline |
Definition at line 385 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), ConfigureCaloUtils(), and AliAnalysisTaskEmcalRun2QA::ExecOnce().
|
inline |
Definition at line 240 of file AliCalorimeterUtils.h.
Referenced by InitPHOSRecalibrationFactors().
Definition at line 245 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 251 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 166 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 171 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 177 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 134 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 112 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 379 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 394 of file AliCalorimeterUtils.h.
Referenced by Get_RowCollumnID(), GetBestPeriodSplitting(), BadChannelAna::Init(), Plot2DCells(), Plot_BCMap(), SummarizeRunByRun(), and Test_OADB().
void AliCalorimeterUtils::SplitEnergy | ( | Int_t | absId1, |
Int_t | absId2, | ||
AliVCluster * | cluster, | ||
AliVCaloCells * | cells, | ||
AliAODCaloCluster * | cluster1, | ||
AliAODCaloCluster * | cluster2, | ||
Int_t | nMax, | ||
Int_t | eventNumber = 0 |
||
) |
Split energy of cluster between the 2 local maxima, sum energy on 3x3, and if the 2 maxima are too close and have common cells, split the energy between the 2.
absId1 | index of highest energy cell in the cluster. |
absId2 | index of second highest energy cell in the cluster. |
cluster | original cluster pointer. |
cells | list of cells. |
cluster1 | output sub-cluster. |
cluster2 | output sub-cluster. |
nMax | Number of local maxima of original cluster. |
eventNumber | Event number needed for debugging and plotting. |
Posibility to plot the clusters and sub-clusters.
Definition at line 2312 of file AliCalorimeterUtils.cxx.
Referenced by AliCaloPID::GetIdentifiedParticleTypeFromClusterSplitting(), and SetLocalMaximaCutEDiff().
|
inline |
Definition at line 147 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 91 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 310 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 152 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 373 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 288 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 129 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 133 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 98 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 214 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 376 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 315 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 345 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 224 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureCaloUtils().
|
inline |
Definition at line 263 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureCaloUtils().
|
inline |
Definition at line 271 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 144 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), AddTaskCaloTrackCorrM(), ConfigureCaloUtils(), and AliTrackComparisonESD::InitCaloUtil().
|
inline |
Definition at line 90 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 309 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureCaloUtils().
|
inline |
Definition at line 151 of file AliCalorimeterUtils.h.
Referenced by AccessOADB().
|
inline |
Definition at line 372 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 289 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 128 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 132 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 97 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 213 of file AliCalorimeterUtils.h.
Referenced by AliTrackComparisonESD::InitCaloUtil().
|
inline |
Definition at line 375 of file AliCalorimeterUtils.h.
|
inline |
Definition at line 314 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureCaloUtils().
|
inline |
Definition at line 344 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 222 of file AliCalorimeterUtils.h.
Referenced by AddTaskCalorimeterQA(), and ConfigureCaloUtils().
|
inline |
Definition at line 264 of file AliCalorimeterUtils.h.
Referenced by ConfigureCaloUtils().
|
inline |
Definition at line 272 of file AliCalorimeterUtils.h.
|
private |
Correct cluster energy linearity.
Definition at line 442 of file AliCalorimeterUtils.h.
Referenced by ConfigureEMCALRecoUtils(), IsCorrectionOfClusterEnergyOn(), Print(), SwitchOffCorrectClusterLinearity(), and SwitchOnCorrectClusterLinearity().
|
private |
dEta cut on matching (EMCAL).
Definition at line 450 of file AliCalorimeterUtils.h.
Referenced by GetCutEta(), and SetCutEta().
|
private |
dPhi cut on matching (EMCAL).
Definition at line 452 of file AliCalorimeterUtils.h.
Referenced by GetCutPhi(), and SetCutPhi().
|
private |
dR cut on matching (PHOS).
Definition at line 446 of file AliCalorimeterUtils.h.
|
private |
dZ cut on matching (EMCAL/PHOS).
Definition at line 448 of file AliCalorimeterUtils.h.
|
private |
Debugging level.
Definition at line 399 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), GetDebug(), and SetDebug().
|
private |
! EMCAL geometry pointer.
Definition at line 405 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), AccessOADB(), CheckCellFiducialRegion(), ClusterContainsBadChannel(), GetEMCALGeometry(), GetFECCorrelatedCellAbsId(), GetModuleNumber(), GetModuleNumberCellIndexes(), InitEMCALGeometry(), IsAbsIDsFromTCard(), RecalculateClusterDistanceToBadChannel(), RecalculateClusterPosition(), RecalculateClusterShowerShapeParameters(), RecalculateClusterTrackMatching(), and ~AliCalorimeterUtils().
|
private |
Check if the transformation matrix is set for EMCAL.
Definition at line 409 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), InitParameters(), and IsEMCALGeoMatrixSet().
|
private |
Name of geometry to use for EMCAL.
Definition at line 401 of file AliCalorimeterUtils.h.
Referenced by EMCALGeometryName(), InitEMCALGeometry(), InitParameters(), and SetEMCALGeometryName().
|
private |
Geometry matrices with alignments.
Definition at line 415 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), AliCalorimeterUtils(), and SetEMCALGeometryMatrixInSM().
|
private |
EMCAL utils for cluster rereconstruction.
Definition at line 438 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), CheckCellFiducialRegion(), ClusterContainsBadChannel(), ConfigureEMCALRecoUtils(), CorrectClusterEnergy(), GetECross(), GetEMCALChannelRecalibrationFactor(), GetEMCALChannelRecalibrationFactors(), GetEMCALChannelStatus(), GetEMCALChannelStatusMap(), GetEMCALChannelTimeRecalibrationFactor(), GetEMCALChannelTimeRecalibrationFactors(), GetEMCALL1PhaseInTimeRecalibrationForAllSM(), GetEMCALL1PhaseInTimeRecalibrationForSM(), GetEMCALRecoUtils(), GetMatchedResiduals(), GetMatchedTrack(), GetNumberOfCellsFromEMCALBorder(), IsDistanceToBadChannelRecalculated(), IsEMCALNoBorderAtEta0(), IsL1PhaseInTimeRecalibrationOn(), IsTimeRecalibrationOn(), Print(), RecalculateClusterDistanceToBadChannel(), RecalculateClusterPID(), RecalculateClusterPosition(), RecalculateClusterShowerShapeParameters(), RecalculateClusterTrackMatching(), SetCutEta(), SetCutPhi(), SetCutR(), SetEMCALChannelRecalibrationFactor(), SetEMCALChannelRecalibrationFactors(), SetEMCALChannelStatus(), SetEMCALChannelStatusMap(), SetEMCALChannelTimeRecalibrationFactor(), SetEMCALChannelTimeRecalibrationFactors(), SetEMCALL1PhaseInTimeRecalibrationForAllSM(), SetEMCALL1PhaseInTimeRecalibrationForSM(), SetEMCALRecoUtils(), SetNumberOfCellsFromEMCALBorder(), SwitchOffBadChannelsRemoval(), SwitchOffDistToBadChannelRecalculation(), SwitchOffL1PhaseInTimeRecalibration(), SwitchOffNoFiducialBorderInEMCALEta0(), SwitchOffRecalibration(), SwitchOffTimeRecalibration(), SwitchOnBadChannelsRemoval(), SwitchOnDistToBadChannelRecalculation(), SwitchOnL1PhaseInTimeRecalibration(), SwitchOnNoFiducialBorderInEMCALEta0(), SwitchOnRecalibration(), SwitchOnTimeRecalibration(), and ~AliCalorimeterUtils().
|
private |
Number of first supermodule to be used in analysis, to activate only certain range (DCal or EMCal)
Definition at line 475 of file AliCalorimeterUtils.h.
Referenced by GetFirstSuperModuleUsed(), and SetFirstSuperModuleUsed().
|
private |
Path fo geometry.root file.
Definition at line 472 of file AliCalorimeterUtils.h.
Referenced by InitEMCALGeometry(), InitParameters(), and SetImportGeometryFromFile().
|
private |
Import geometry settings in geometry.root file.
Definition at line 470 of file AliCalorimeterUtils.h.
Referenced by InitEMCALGeometry(), InitParameters(), and SetImportGeometryFromFile().
|
private |
Number of last supermodule to be used in analysis, to activate only certain range (DCal or EMCal)
Definition at line 476 of file AliCalorimeterUtils.h.
Referenced by GetLastSuperModuleUsed(), and SetLastSuperModuleUsed().
|
private |
Matrices set from configuration, not get from geometry.root or from ESDs/AODs.
Definition at line 413 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), SwitchOffLoadOwnEMCALGeometryMatrices(), and SwitchOnLoadOwnEMCALGeometryMatrices().
|
private |
Matrices set from configuration, not get from geometry.root or from ESDs/AODs.
Definition at line 417 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), SwitchOffLoadOwnPHOSGeometryMatrices(), and SwitchOnLoadOwnPHOSGeometryMatrices().
|
private |
Local maxima cut must have more than this energy.
Definition at line 454 of file AliCalorimeterUtils.h.
Referenced by GetLocalMaximaCutE(), GetNumberOfLocalMaxima(), InitParameters(), Print(), and SetLocalMaximaCutE().
|
private |
Local maxima cut, when aggregating cells, next can be a bit higher.
Definition at line 456 of file AliCalorimeterUtils.h.
Referenced by GetLocalMaximaCutEDiff(), GetNumberOfLocalMaxima(), InitParameters(), Print(), and SetLocalMaximaCutEDiff().
|
private |
List of masked cells collumn index.
Definition at line 430 of file AliCalorimeterUtils.h.
Referenced by MaskFrameCluster(), SetMaskCellColumn(), SetNMaskCellColumns(), and ~AliCalorimeterUtils().
|
private |
Correct or not the weight of cells in cluster.
Definition at line 480 of file AliCalorimeterUtils.h.
Referenced by GetNumberOfLocalMaxima(), IsMCECellClusFracCorrectionOn(), SwitchOffMCECellClusFracCorrection(), and SwitchOnMCECellClusFracCorrection().
|
private |
Parameters for the function correcting the weight of the cells in the cluster.
Definition at line 482 of file AliCalorimeterUtils.h.
Referenced by GetMCECellClusFracCorrection(), InitParameters(), and SetMCECellClusFracCorrectionParamters().
|
private |
Number of cells from PHOS border the cell with maximum amplitude has to be.
Definition at line 425 of file AliCalorimeterUtils.h.
Referenced by CheckCellFiducialRegion(), GetNumberOfCellsFromPHOSBorder(), InitParameters(), Print(), and SetNumberOfCellsFromPHOSBorder().
|
private |
Number of masked columns.
Definition at line 427 of file AliCalorimeterUtils.h.
Referenced by GetNMaskCellColumns(), MaskFrameCluster(), SetMaskCellColumn(), SetNMaskCellColumns(), and ~AliCalorimeterUtils().
|
private |
Number of supermodules to be used in analysis, can be different than the real geo, to be used at initialization of histograms.
Definition at line 474 of file AliCalorimeterUtils.h.
Referenced by GetNumberOfSuperModulesUsed(), InitParameters(), and SetNumberOfSuperModulesUsed().
|
private |
Default path $ALICE_PHYSICS/OADB/EMCAL, if needed change.
Definition at line 466 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), AccessOADB(), InitParameters(), and SetEMCALOADBFilePath().
|
private |
Default path $ALICE_PHYSICS/OADB/PHOS, if needed change.
Definition at line 468 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), AccessOADB(), InitParameters(), and SetPHOSOADBFilePath().
|
private |
Get calibration from OADB for EMCAL.
Definition at line 462 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), InitParameters(), SwitchOffEMCALOADB(), and SwitchOnEMCALOADB().
|
private |
Get calibration from OADB for PHOS.
Definition at line 464 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), InitParameters(), SwitchOffPHOSOADB(), and SwitchOnPHOSOADB().
|
private |
AODB parameters already set.
Definition at line 460 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), and InitParameters().
|
private |
Array of histograms with map of bad channels, PHOS.
Definition at line 423 of file AliCalorimeterUtils.h.
Referenced by ClusterContainsBadChannel(), GetPHOSChannelStatus(), GetPHOSChannelStatusMap(), InitPHOSBadChannelStatusMap(), SetPHOSChannelStatus(), SetPHOSChannelStatusMap(), SwitchOnBadChannelsRemoval(), and ~AliCalorimeterUtils().
|
private |
! PHOS geometry pointer.
Definition at line 407 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), CheckCellFiducialRegion(), ClusterContainsBadChannel(), GetECross(), GetModuleNumber(), GetModuleNumberCellIndexes(), GetPHOSGeometry(), and InitPHOSGeometry().
|
private |
Check if the transformation matrix is set for PHOS.
Definition at line 411 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), InitParameters(), and IsPHOSGeoMatrixSet().
|
private |
Name of geometry to use for PHOS.
Definition at line 403 of file AliCalorimeterUtils.h.
Referenced by InitParameters(), InitPHOSGeometry(), PHOSGeometryName(), and SetPHOSGeometryName().
|
private |
Geometry matrices with alignments.
Definition at line 419 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), AliCalorimeterUtils(), and SetPHOSGeometryMatrixInSM().
|
private |
Array of histograms with map of recalibration factors, PHOS.
Definition at line 436 of file AliCalorimeterUtils.h.
Referenced by GetPHOSChannelRecalibrationFactor(), GetPHOSChannelRecalibrationFactors(), InitPHOSRecalibrationFactors(), SetPHOSChannelRecalibrationFactor(), SetPHOSChannelRecalibrationFactors(), and ~AliCalorimeterUtils().
|
private |
Plot cluster in splitting method.
Definition at line 458 of file AliCalorimeterUtils.h.
Referenced by SplitEnergy(), SwitchOffClusterPlot(), and SwitchOnClusterPlot().
|
private |
Recalculate cluster position.
Definition at line 444 of file AliCalorimeterUtils.h.
Referenced by GetMatchedResiduals(), IsRecalculationOfClusterTrackMatchingOn(), RecalculateClusterTrackMatching(), SwitchOffRecalculateClusterTrackMatching(), and SwitchOnRecalculateClusterTrackMatching().
|
private |
Recalculate cluster position.
Definition at line 440 of file AliCalorimeterUtils.h.
Referenced by IsRecalculationOfClusterPositionOn(), Print(), SwitchOffRecalculateClusterPosition(), and SwitchOnRecalculateClusterPosition().
|
private |
Switch on or off the recalibration.
Definition at line 432 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), IsRecalibrationOn(), Print(), SwitchOffRecalibration(), and SwitchOnRecalibration().
|
private |
Check the channel status provided and remove clusters with bad channels.
Definition at line 421 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), ClusterContainsBadChannel(), InitParameters(), IsBadChannelsRemovalSwitchedOn(), Print(), SwitchOffBadChannelsRemoval(), and SwitchOnBadChannelsRemoval().
|
private |
Switch on or off the recalibration dependent on T.
Definition at line 434 of file AliCalorimeterUtils.h.
Referenced by AccessOADB(), Print(), SwitchOffRunDepCorrection(), and SwitchOnRunDepCorrection().
|
private |
Run number of the data, take it from data itself unless set by user.
Definition at line 478 of file AliCalorimeterUtils.h.
Referenced by AccessGeometry(), AccessOADB(), GetRunNumber(), InitEMCALGeometry(), InitPHOSGeometry(), and SetRunNumber().