![]() |
AliPhysics
6b290e4 (6b290e4)
|
Class handling all kinds of selection cuts for Gamma Calo analysis. More...
#include <AliCaloPhotonCuts.h>
Public Types | |
enum | cutIds { kClusterType, kEtaMin, kEtaMax, kPhiMin, kPhiMax, kNonLinearity1, kNonLinearity2, kDistanceToBadChannel, kTiming, kTrackMatching, kExoticCluster, kMinEnergy, kNMinCells, kMinM02, kMaxM02, kMinM20, kMaxM20, kDispersion, kNLM, kNCuts } |
enum | photonCuts { kPhotonIn =0, kDetector, kAcceptance, kClusterQuality, kPhotonOut } |
enum | MCSet { kNoMC =0, k14e2a, k14e2b, k14e2c, k12f1a, k12f1b, k12i3, k15g1a, k15g1b, k15g2, k15a3a, k15a3a_plus, k15a3b, k13b2_efix, k13e7, k15h1, k15h2, k14j4, k16c2, k16c2_plus, k16c3a, k16c3b, k16c3c, k16h3, k16h3b, k16h8a, k16h8b, k16k3a, k16k3b, k16k5a, k16k5b, k17a2a, k17a2b, k17a3a, k17a3b, k17a4a, k17a4b, k17e2, k17f2a, k17f2b, k17f3a, k17f3b, k17f4a, k17f4b, k10pp7TeV, k10pp900GeV, k10PbPb2760GeV, k11pp2760GeV, k11pp7TeV, k11PbPb2760GeV, k12pp8TeV, k13pPb5023GeV, k13pp2760GeV, k15pp13TeV, k15pp5TeV, k15PbPb5TeV, k16pp13TeV, k16pPb5023GeV, k16pPb8TeV, k17pp13TeV } |
Public Attributes | |
Int_t | fCuts [kNCuts] |
Static Public Attributes | |
static const char * | fgkCutNames [kNCuts] |
Class handling all kinds of selection cuts for Gamma Calo analysis.
The cut configuration is set as a string with an 19 digit number. Each digit in the string corresponds to a certain cut type, while its values represent the cut values. The cut configuration is listed here:
Position in the cut string (from the end) | Cut type |
---|---|
0 | Cluster Type |
1 | Eta Min |
2 | Eta Max |
3 | Phi Min |
4 | Phi Max |
5 | NonLinearity1 |
6 | NonLinearity2 |
7 | DistanceToBadChannel |
8 | Timing |
9 | TrackMatching |
10 | ExoticCluster |
11 | MinEnergy |
12 | MinNCells |
13 | MinM02 |
14 | MaxM02 |
15 | MinM20 |
16 | MaxM20 |
17 | MaximumDispersion |
18 | NML |
Definition at line 76 of file AliCaloPhotonCuts.h.
Definition at line 79 of file AliCaloPhotonCuts.h.
Definition at line 110 of file AliCaloPhotonCuts.h.
Enumerator | |
---|---|
kPhotonIn | |
kDetector | |
kAcceptance | |
kClusterQuality | |
kPhotonOut |
Definition at line 102 of file AliCaloPhotonCuts.h.
AliCaloPhotonCuts::AliCaloPhotonCuts | ( | Int_t | isJetJet = 0 , |
const char * | name = "ClusterCuts" , |
||
const char * | title = "Cluster Cuts" |
||
) |
Definition at line 91 of file AliCaloPhotonCuts.cxx.
AliCaloPhotonCuts::AliCaloPhotonCuts | ( | const AliCaloPhotonCuts & | ref | ) |
Definition at line 261 of file AliCaloPhotonCuts.cxx.
|
virtual |
Definition at line 432 of file AliCaloPhotonCuts.cxx.
Bool_t AliCaloPhotonCuts::AcceptanceCuts | ( | AliVCluster * | cluster, |
AliVEvent * | event, | ||
Double_t | weight | ||
) |
Definition at line 2558 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterIsSelected().
Definition at line 5088 of file AliCaloPhotonCuts.cxx.
Referenced by GetECross().
void AliCaloPhotonCuts::ApplyNonLinearity | ( | AliVCluster * | cluster, |
Int_t | isMC | ||
) |
Definition at line 4120 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterIsSelected(), and SplitEnergy().
Definition at line 2172 of file AliCaloPhotonCuts.cxx.
Referenced by GetNumberOfLocalMaxima(), AliConversionMesonCuts::MesonIsSelected(), and SplitEnergy().
Definition at line 3890 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterQualityCuts(), and FillHistogramsExtendedQA().
Definition at line 3928 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterQualityCuts(), and FillHistogramsExtendedQA().
Bool_t AliCaloPhotonCuts::CheckClusterForTrackMatch | ( | AliVCluster * | cluster | ) |
Definition at line 2900 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterQualityCuts(), and FillHistogramsExtendedQA().
Bool_t AliCaloPhotonCuts::CheckDistanceToBadChannel | ( | AliVCluster * | cluster, |
AliVEvent * | event | ||
) |
Definition at line 2349 of file AliCaloPhotonCuts.cxx.
Referenced by AcceptanceCuts(), and FillHistogramsExtendedQA().
Int_t AliCaloPhotonCuts::ClassifyClusterForTMEffi | ( | AliVCluster * | cluster, |
AliVEvent * | event, | ||
AliVEvent * | mcEvent, | ||
Bool_t | isESD | ||
) |
Definition at line 5121 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterQualityCuts().
Bool_t AliCaloPhotonCuts::ClusterIsSelected | ( | AliVCluster * | cluster, |
AliVEvent * | event, | ||
AliVEvent * | mcEvent, | ||
Int_t | isMC, | ||
Double_t | weight = 1. , |
||
Long_t | clusterID = -1 |
||
) |
Definition at line 2498 of file AliCaloPhotonCuts.cxx.
Referenced by AliAnalysisTaskK0toPi0Pi0::MakeCaloPhotonCandidates().
Bool_t AliCaloPhotonCuts::ClusterIsSelectedAODMC | ( | AliAODMCParticle * | particle, |
TClonesArray * | aodmcArray | ||
) |
Definition at line 1348 of file AliCaloPhotonCuts.cxx.
|
inline |
Definition at line 204 of file AliCaloPhotonCuts.h.
Bool_t AliCaloPhotonCuts::ClusterIsSelectedElecAODMC | ( | AliAODMCParticle * | particle, |
TClonesArray * | aodmcArray | ||
) |
Definition at line 1329 of file AliCaloPhotonCuts.cxx.
Bool_t AliCaloPhotonCuts::ClusterIsSelectedElecMC | ( | TParticle * | particle, |
AliStack * | fMCStack | ||
) |
Definition at line 1309 of file AliCaloPhotonCuts.cxx.
Bool_t AliCaloPhotonCuts::ClusterIsSelectedMC | ( | TParticle * | particle, |
AliStack * | fMCStack | ||
) |
Definition at line 1289 of file AliCaloPhotonCuts.cxx.
Bool_t AliCaloPhotonCuts::ClusterQualityCuts | ( | AliVCluster * | cluster, |
AliVEvent * | event, | ||
AliVEvent * | mcEvent, | ||
Int_t | isMC, | ||
Double_t | weight, | ||
Long_t | clusterID | ||
) |
Definition at line 1368 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterIsSelected().
|
inline |
Definition at line 239 of file AliCaloPhotonCuts.h.
Referenced by ClusterIsSelected().
void AliCaloPhotonCuts::FillHistogramsExtendedQA | ( | AliVEvent * | event, |
Int_t | isMC | ||
) |
Definition at line 1761 of file AliCaloPhotonCuts.cxx.
Referenced by AliAnalysisTaskK0toPi0Pi0::MakeCaloPhotonCandidates().
AliCaloPhotonCuts::MCSet AliCaloPhotonCuts::FindEnumForMCSet | ( | TString | namePeriod | ) |
Definition at line 4791 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity(), and PrintCutsWithValues().
Int_t AliCaloPhotonCuts::FindLargestCellInCluster | ( | AliVCluster * | cluster, |
AliVEvent * | event | ||
) |
Definition at line 2044 of file AliCaloPhotonCuts.cxx.
Referenced by AcceptanceCuts(), CheckDistanceToBadChannel(), FillHistogramsExtendedQA(), and IsExoticCluster().
Int_t AliCaloPhotonCuts::FindSecondLargestCellInCluster | ( | AliVCluster * | cluster, |
AliVEvent * | event | ||
) |
Definition at line 2006 of file AliCaloPhotonCuts.cxx.
Float_t AliCaloPhotonCuts::FunctionM02 | ( | Float_t | E, |
Float_t | a, | ||
Float_t | b, | ||
Float_t | c, | ||
Float_t | d, | ||
Float_t | e | ||
) |
Definition at line 4786 of file AliCaloPhotonCuts.cxx.
Referenced by CalculateMaxM02(), and CalculateMinM02().
Float_t AliCaloPhotonCuts::FunctionNL_DExp | ( | Float_t | e, |
Float_t | p0, | ||
Float_t | p1, | ||
Float_t | p2, | ||
Float_t | p3, | ||
Float_t | p4, | ||
Float_t | p5 | ||
) |
Definition at line 4709 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Float_t AliCaloPhotonCuts::FunctionNL_DPOW | ( | Float_t | e, |
Float_t | p0, | ||
Float_t | p1, | ||
Float_t | p2, | ||
Float_t | p3, | ||
Float_t | p4, | ||
Float_t | p5 | ||
) |
Definition at line 4698 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Float_t AliCaloPhotonCuts::FunctionNL_kPi0MC | ( | Float_t | e, |
Float_t | p0, | ||
Float_t | p1, | ||
Float_t | p2, | ||
Float_t | p3, | ||
Float_t | p4, | ||
Float_t | p5, | ||
Float_t | p6 | ||
) |
Definition at line 4688 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4738 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4743 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4748 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4753 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4758 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4693 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4764 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4770 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4775 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4780 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Definition at line 4720 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
Float_t AliCaloPhotonCuts::FunctionNL_PHOSRun2 | ( | Float_t | e, |
Float_t | p0 = 0.08 , |
||
Float_t | p1 = 0.055 , |
||
Float_t | p2 = 0.03 , |
||
Float_t | p3 = 6.65e-02 |
||
) |
Definition at line 4729 of file AliCaloPhotonCuts.cxx.
Referenced by ApplyNonLinearity().
|
inline |
Definition at line 271 of file AliCaloPhotonCuts.h.
Bool_t AliCaloPhotonCuts::GetClosestMatchedTrackToCluster | ( | AliVEvent * | event, |
AliVCluster * | cluster, | ||
Int_t & | trackLabel | ||
) |
Definition at line 5240 of file AliCaloPhotonCuts.cxx.
|
inline |
Definition at line 187 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 237 of file AliCaloPhotonCuts.h.
Referenced by AliAnalysisTaskK0toPi0Pi0::UserCreateOutputObjects().
TString AliCaloPhotonCuts::GetCutNumber | ( | ) |
Definition at line 4999 of file AliCaloPhotonCuts.cxx.
Referenced by AliCaloPhotonCuts(), InitCutHistograms(), and UpdateCutString().
Double_t AliCaloPhotonCuts::GetDistanceBetweenClusters | ( | AliVCluster * | cluster1, |
AliVCluster * | cluster2 | ||
) |
Definition at line 4967 of file AliCaloPhotonCuts.cxx.
Definition at line 5044 of file AliCaloPhotonCuts.cxx.
Referenced by IsExoticCluster().
|
inline |
Definition at line 238 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 319 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 320 of file AliCaloPhotonCuts.h.
Bool_t AliCaloPhotonCuts::GetHighestPtMatchedTrackToCluster | ( | AliVEvent * | event, |
AliVCluster * | cluster, | ||
Int_t & | trackLabel | ||
) |
Definition at line 5268 of file AliCaloPhotonCuts.cxx.
|
inline |
Definition at line 246 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 189 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 188 of file AliCaloPhotonCuts.h.
Int_t AliCaloPhotonCuts::GetModuleNumberAndCellPosition | ( | Int_t | absCellId, |
Int_t & | icol, | ||
Int_t & | irow | ||
) |
Definition at line 2208 of file AliCaloPhotonCuts.cxx.
Referenced by AreNeighbours(), CheckDistanceToBadChannel(), and FillHistogramsExtendedQA().
|
inline |
Definition at line 302 of file AliCaloPhotonCuts.h.
Int_t AliCaloPhotonCuts::GetNumberOfLocalMaxima | ( | AliVCluster * | cluster, |
AliVEvent * | event | ||
) |
Definition at line 1993 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterQualityCuts(), and FillHistogramsExtendedQA().
Int_t AliCaloPhotonCuts::GetNumberOfLocalMaxima | ( | AliVCluster * | cluster, |
AliVEvent * | event, | ||
Int_t * | absCellIdList, | ||
Float_t * | maxEList | ||
) |
Definition at line 2075 of file AliCaloPhotonCuts.cxx.
std::vector< Int_t > AliCaloPhotonCuts::GetVectorMatchedTracksToCluster | ( | AliVEvent * | event, |
AliVCluster * | cluster | ||
) |
Definition at line 5226 of file AliCaloPhotonCuts.cxx.
Referenced by GetClosestMatchedTrackToCluster(), and GetHighestPtMatchedTrackToCluster().
void AliCaloPhotonCuts::InitCutHistograms | ( | TString | name = "" | ) |
Definition at line 449 of file AliCaloPhotonCuts.cxx.
Referenced by SetFillCutHistograms().
Definition at line 2920 of file AliCaloPhotonCuts.cxx.
void AliCaloPhotonCuts::InitializeEMCAL | ( | AliVEvent * | event | ) |
Definition at line 1174 of file AliCaloPhotonCuts.cxx.
Referenced by CheckDistanceToBadChannel(), ClusterQualityCuts(), FillHistogramsExtendedQA(), MatchConvPhotonToCluster(), MatchTracksToClusters(), and SplitEnergy().
void AliCaloPhotonCuts::InitializePHOS | ( | AliVEvent * | event | ) |
Definition at line 1236 of file AliCaloPhotonCuts.cxx.
Referenced by CheckDistanceToBadChannel(), FillHistogramsExtendedQA(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
Bool_t AliCaloPhotonCuts::IsExoticCluster | ( | AliVCluster * | cluster, |
AliVEvent * | event, | ||
Float_t & | energyStar | ||
) |
Definition at line 5008 of file AliCaloPhotonCuts.cxx.
Referenced by ClusterQualityCuts().
|
inline |
Definition at line 190 of file AliCaloPhotonCuts.h.
Definition at line 200 of file AliCaloPhotonCuts.h.
Definition at line 201 of file AliCaloPhotonCuts.h.
Bool_t AliCaloPhotonCuts::MatchConvPhotonToCluster | ( | AliAODConversionPhoton * | convPhoton, |
AliVCluster * | cluster, | ||
AliVEvent * | event, | ||
Double_t | weight = 1. |
||
) |
Definition at line 2615 of file AliCaloPhotonCuts.cxx.
void AliCaloPhotonCuts::MatchTracksToClusters | ( | AliVEvent * | event, |
Double_t | weight = 1. , |
||
Bool_t | isEMCalOnly = kTRUE |
||
) |
Definition at line 2737 of file AliCaloPhotonCuts.cxx.
AliCaloPhotonCuts& AliCaloPhotonCuts::operator= | ( | const AliCaloPhotonCuts & | ) |
void AliCaloPhotonCuts::PrintCuts | ( | ) |
Definition at line 3102 of file AliCaloPhotonCuts.cxx.
void AliCaloPhotonCuts::PrintCutsWithValues | ( | ) |
Definition at line 3110 of file AliCaloPhotonCuts.cxx.
Referenced by InitializeCutsFromCutString().
|
inline |
Definition at line 213 of file AliCaloPhotonCuts.h.
Definition at line 3155 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Set individual cut ID
Definition at line 2952 of file AliCaloPhotonCuts.cxx.
Referenced by InitializeCutsFromCutString().
Definition at line 4045 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3346 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3592 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
|
inline |
Definition at line 316 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 317 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 243 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 236 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 274 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 245 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 210 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 278 of file AliCaloPhotonCuts.h.
void AliCaloPhotonCuts::SetLogBinningXTH1 | ( | TH1 * | histoRebin | ) |
Definition at line 4921 of file AliCaloPhotonCuts.cxx.
Referenced by InitCutHistograms().
void AliCaloPhotonCuts::SetLogBinningXTH2 | ( | TH2 * | histoRebin | ) |
Definition at line 4937 of file AliCaloPhotonCuts.cxx.
Referenced by InitCutHistograms().
void AliCaloPhotonCuts::SetLogBinningYTH2 | ( | TH2 * | histoRebin | ) |
Definition at line 4952 of file AliCaloPhotonCuts.cxx.
Referenced by InitCutHistograms().
Definition at line 3223 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3837 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 4007 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3306 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3652 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3178 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3973 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 4026 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3797 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3266 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 4064 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 4091 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 4104 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
|
inline |
Definition at line 277 of file AliCaloPhotonCuts.h.
Definition at line 3393 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
Definition at line 3464 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
|
inline |
Definition at line 303 of file AliCaloPhotonCuts.h.
|
inline |
Definition at line 212 of file AliCaloPhotonCuts.h.
void AliCaloPhotonCuts::SplitEnergy | ( | Int_t | absCellId1, |
Int_t | absCellId2, | ||
AliVCluster * | cluster, | ||
AliVEvent * | event, | ||
Int_t | isMC, | ||
AliAODCaloCluster * | cluster1, | ||
AliAODCaloCluster * | cluster2 | ||
) |
Definition at line 2236 of file AliCaloPhotonCuts.cxx.
Bool_t AliCaloPhotonCuts::UpdateCutString | ( | ) |
Update the cut string (if it has been created yet)
Definition at line 2908 of file AliCaloPhotonCuts.cxx.
Referenced by SetCut().
|
protected |
Definition at line 335 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), InitializeEMCAL(), and InitializePHOS().
|
protected |
Definition at line 326 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), GetCaloTrackMatcherInstance(), GetClosestMatchedTrackToCluster(), GetVectorMatchedTracksToCluster(), InitializeEMCAL(), InitializePHOS(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 349 of file AliCaloPhotonCuts.h.
Referenced by InitializeEMCAL(), InitializePHOS(), and SetCaloTrackMatcherName().
|
protected |
Definition at line 354 of file AliCaloPhotonCuts.h.
Referenced by AcceptCellByBadChannelMap(), ApplyNonLinearity(), AreNeighbours(), CheckDistanceToBadChannel(), ClusterIsSelected(), ClusterQualityCuts(), FillHistogramsExtendedQA(), FindLargestCellInCluster(), FindSecondLargestCellInCluster(), GetClusterType(), GetECross(), GetModuleNumberAndCellPosition(), GetNumberOfLocalMaxima(), InitCutHistograms(), InitializeEMCAL(), InitializePHOS(), IsExoticCluster(), MatchConvPhotonToCluster(), MatchTracksToClusters(), PrintCutsWithValues(), SetClusterTypeCut(), SetMinEnergyCut(), SetTrackMatchingCut(), and SplitEnergy().
|
protected |
Definition at line 351 of file AliCaloPhotonCuts.h.
Referenced by ApplyNonLinearity(), MatchConvPhotonToCluster(), and PrintCutsWithValues().
Definition at line 179 of file AliCaloPhotonCuts.h.
Referenced by AliCaloPhotonCuts(), InitializeCutsFromCutString(), PrintCuts(), PrintCutsWithValues(), and SetCut().
|
protected |
Definition at line 407 of file AliCaloPhotonCuts.h.
Referenced by AliCaloPhotonCuts(), UpdateCutString(), and ~AliCaloPhotonCuts().
|
protected |
Definition at line 408 of file AliCaloPhotonCuts.h.
Referenced by GetCutNumber(), and InitializeCutsFromCutString().
|
protected |
Definition at line 377 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), InitCutHistograms(), and SetExoticsQA().
|
protected |
Definition at line 342 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), InitializeEMCAL(), InitializePHOS(), MatchConvPhotonToCluster(), MatchTracksToClusters(), and SetLightOutput().
|
protected |
Definition at line 333 of file AliCaloPhotonCuts.h.
Referenced by CheckDistanceToBadChannel(), FillHistogramsExtendedQA(), and InitializeEMCAL().
|
protected |
Definition at line 329 of file AliCaloPhotonCuts.h.
Referenced by CheckDistanceToBadChannel(), ClusterQualityCuts(), FillHistogramsExtendedQA(), InitializeEMCAL(), MatchConvPhotonToCluster(), MatchTracksToClusters(), and SplitEnergy().
|
protected |
Definition at line 328 of file AliCaloPhotonCuts.h.
Referenced by AcceptCellByBadChannelMap(), InitializeEMCAL(), and SplitEnergy().
|
protected |
Definition at line 374 of file AliCaloPhotonCuts.h.
Referenced by IsExoticCluster(), PrintCutsWithValues(), and SetExoticClusterCut().
|
protected |
Definition at line 375 of file AliCaloPhotonCuts.h.
Referenced by IsExoticCluster(), and SetExoticsMinCellEnergyCut().
|
protected |
Definition at line 373 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), InitCutHistograms(), MatchConvPhotonToCluster(), MatchTracksToClusters(), and SetExtendedMatchAndQA().
|
protected |
Definition at line 371 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), GetVectorMatchedTracksToCluster(), MatchConvPhotonToCluster(), MatchTracksToClusters(), SetTrackMatchingCut(), and ~AliCaloPhotonCuts().
|
protected |
Definition at line 372 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), GetVectorMatchedTracksToCluster(), MatchConvPhotonToCluster(), MatchTracksToClusters(), SetTrackMatchingCut(), and ~AliCaloPhotonCuts().
|
protected |
Definition at line 327 of file AliCaloPhotonCuts.h.
Referenced by AcceptCellByBadChannelMap(), ClusterQualityCuts(), FillHistogramsExtendedQA(), GetECross(), GetGeomEMCAL(), GetModuleNumberAndCellPosition(), InitializeEMCAL(), MatchTracksToClusters(), and SplitEnergy().
|
protected |
Definition at line 330 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), GetGeomPHOS(), GetModuleNumberAndCellPosition(), InitializePHOS(), and MatchTracksToClusters().
|
static |
Definition at line 177 of file AliCaloPhotonCuts.h.
Referenced by PrintCuts().
|
protected |
Definition at line 340 of file AliCaloPhotonCuts.h.
Referenced by CheckDistanceToBadChannel().
|
protected |
Definition at line 412 of file AliCaloPhotonCuts.h.
Referenced by AcceptanceCuts(), and InitCutHistograms().
|
protected |
Definition at line 443 of file AliCaloPhotonCuts.h.
Referenced by FillHistogramsExtendedQA(), and InitCutHistograms().
|
protected |
Definition at line 444 of file AliCaloPhotonCuts.h.
Referenced by FillHistogramsExtendedQA(), and InitCutHistograms().
|
protected |
Definition at line 461 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 460 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 469 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 467 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 473 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 474 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 475 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 468 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 466 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 470 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 471 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 472 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 477 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 476 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 478 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), and MatchConvPhotonToCluster().
|
protected |
Definition at line 455 of file AliCaloPhotonCuts.h.
Referenced by FillHistogramsExtendedQA(), and InitCutHistograms().
|
protected |
Definition at line 453 of file AliCaloPhotonCuts.h.
Referenced by FillHistogramsExtendedQA(), and InitCutHistograms().
|
protected |
Definition at line 454 of file AliCaloPhotonCuts.h.
Referenced by FillHistogramsExtendedQA(), and InitCutHistograms().
|
protected |
Definition at line 481 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 480 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 483 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), and MatchConvPhotonToCluster().
|
protected |
Definition at line 479 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 482 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), and MatchConvPhotonToCluster().
|
protected |
Definition at line 491 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 446 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 445 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 489 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 450 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 449 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 438 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 442 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 490 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 503 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 502 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 416 of file AliCaloPhotonCuts.h.
Referenced by AcceptanceCuts(), and InitCutHistograms().
|
protected |
Definition at line 417 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 415 of file AliCaloPhotonCuts.h.
Referenced by ClusterIsSelected(), and InitCutHistograms().
|
protected |
Definition at line 488 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 495 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 496 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 501 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 499 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 500 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 497 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 498 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 504 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 505 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 413 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 448 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 447 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 451 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 452 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 485 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 484 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 459 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 458 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 419 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 418 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 494 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 411 of file AliCaloPhotonCuts.h.
Referenced by FillClusterCutIndex(), and InitCutHistograms().
|
protected |
Definition at line 431 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 430 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 463 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 462 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 421 of file AliCaloPhotonCuts.h.
Referenced by ClusterIsSelected(), and InitCutHistograms().
|
protected |
Definition at line 423 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 420 of file AliCaloPhotonCuts.h.
Referenced by ClusterIsSelected(), and InitCutHistograms().
|
protected |
Definition at line 422 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 441 of file AliCaloPhotonCuts.h.
Referenced by FillHistogramsExtendedQA(), and InitCutHistograms().
|
protected |
Definition at line 324 of file AliCaloPhotonCuts.h.
Referenced by GetExtQAHistograms(), and InitCutHistograms().
|
protected |
Definition at line 427 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 426 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 429 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 428 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 425 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 424 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 439 of file AliCaloPhotonCuts.h.
Referenced by FillHistogramsExtendedQA(), and InitCutHistograms().
|
protected |
Definition at line 440 of file AliCaloPhotonCuts.h.
Referenced by FillHistogramsExtendedQA(), and InitCutHistograms().
|
protected |
Definition at line 433 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 432 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 436 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 435 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), and InitCutHistograms().
|
protected |
Definition at line 323 of file AliCaloPhotonCuts.h.
Referenced by GetCutHistograms(), InitCutHistograms(), and SetFillCutHistograms().
|
protected |
Definition at line 338 of file AliCaloPhotonCuts.h.
Referenced by AcceptanceCuts(), and SetHistoToModifyAcceptance().
|
protected |
Definition at line 345 of file AliCaloPhotonCuts.h.
Referenced by ClusterIsSelectedBeforeTrackMatch(), and ClusterQualityCuts().
|
protected |
Definition at line 343 of file AliCaloPhotonCuts.h.
Referenced by AliCaloPhotonCuts(), ClusterQualityCuts(), InitCutHistograms(), and MatchConvPhotonToCluster().
|
protected |
Definition at line 401 of file AliCaloPhotonCuts.h.
Referenced by GetIsPureCaloCut(), InitCutHistograms(), PrintCutsWithValues(), SetIsPureCaloCut(), SetMaxM02(), SetMinEnergyCut(), and SetMinM02().
|
protected |
Definition at line 380 of file AliCaloPhotonCuts.h.
Referenced by GetNumberOfLocalMaxima(), and SetLocMaxCutEDiff().
|
protected |
Definition at line 392 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetDispersion().
|
protected |
Definition at line 366 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), GetVectorMatchedTracksToCluster(), MatchConvPhotonToCluster(), MatchTracksToClusters(), PrintCutsWithValues(), and SetTrackMatchingCut().
|
protected |
Definition at line 368 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), GetVectorMatchedTracksToCluster(), MatchConvPhotonToCluster(), MatchTracksToClusters(), PrintCutsWithValues(), and SetTrackMatchingCut().
|
protected |
Definition at line 356 of file AliCaloPhotonCuts.h.
Referenced by AcceptanceCuts(), ClusterIsSelectedAODMC(), ClusterIsSelectedElecAODMC(), ClusterIsSelectedElecMC(), ClusterIsSelectedMC(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMaxEtaCut().
|
protected |
Definition at line 384 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMaxM02().
|
protected |
Definition at line 387 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMaxM02().
|
protected |
Definition at line 389 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMaxM20().
|
protected |
Definition at line 395 of file AliCaloPhotonCuts.h.
Referenced by CalculateMaxM02(), ClusterQualityCuts(), FillHistogramsExtendedQA(), GetMaxNLMCut(), PrintCutsWithValues(), and SetNLM().
|
protected |
Definition at line 359 of file AliCaloPhotonCuts.h.
Referenced by AcceptanceCuts(), ClusterIsSelectedAODMC(), ClusterIsSelectedElecAODMC(), ClusterIsSelectedElecMC(), ClusterIsSelectedMC(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMaxPhiCut().
|
protected |
Definition at line 363 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetTimingCut().
|
protected |
Definition at line 361 of file AliCaloPhotonCuts.h.
Referenced by CheckDistanceToBadChannel(), PrintCutsWithValues(), and SetDistanceToBadChannelCut().
|
protected |
Definition at line 367 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), GetVectorMatchedTracksToCluster(), MatchConvPhotonToCluster(), MatchTracksToClusters(), PrintCutsWithValues(), and SetTrackMatchingCut().
|
protected |
Definition at line 378 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMinEnergyCut().
|
protected |
Definition at line 355 of file AliCaloPhotonCuts.h.
Referenced by ClusterIsSelectedAODMC(), ClusterIsSelectedElecAODMC(), ClusterIsSelectedElecMC(), ClusterIsSelectedMC(), PrintCutsWithValues(), and SetMinEtaCut().
|
protected |
Definition at line 385 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMinM02().
|
protected |
Definition at line 388 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMinM02().
|
protected |
Definition at line 390 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMinM20().
|
protected |
Definition at line 382 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMinNCellsCut().
|
protected |
Definition at line 394 of file AliCaloPhotonCuts.h.
Referenced by CalculateMaxM02(), GetMinNLMCut(), PrintCutsWithValues(), and SetNLM().
|
protected |
Definition at line 358 of file AliCaloPhotonCuts.h.
Referenced by ClusterIsSelectedAODMC(), ClusterIsSelectedElecAODMC(), ClusterIsSelectedElecMC(), ClusterIsSelectedMC(), PrintCutsWithValues(), and SetMinPhiCut().
|
protected |
Definition at line 364 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetTimingCut().
|
protected |
Definition at line 339 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), and InitializeEMCAL().
|
protected |
Definition at line 336 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), and InitializeEMCAL().
|
protected |
Definition at line 337 of file AliCaloPhotonCuts.h.
Referenced by InitCutHistograms(), and InitializePHOS().
|
protected |
Definition at line 397 of file AliCaloPhotonCuts.h.
Referenced by SetNonLinearity1(), and SetNonLinearity2().
|
protected |
Definition at line 398 of file AliCaloPhotonCuts.h.
Referenced by SetNonLinearity2().
|
protected |
Definition at line 350 of file AliCaloPhotonCuts.h.
Referenced by ApplyNonLinearity().
|
protected |
Definition at line 334 of file AliCaloPhotonCuts.h.
Referenced by CheckDistanceToBadChannel(), FillHistogramsExtendedQA(), InitializePHOS(), and ~AliCaloPhotonCuts().
|
protected |
Definition at line 332 of file AliCaloPhotonCuts.h.
Referenced by CheckDistanceToBadChannel(), FillHistogramsExtendedQA(), InitializePHOS(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 331 of file AliCaloPhotonCuts.h.
Referenced by CheckDistanceToBadChannel(), FillHistogramsExtendedQA(), InitializePHOS(), MatchConvPhotonToCluster(), and MatchTracksToClusters().
|
protected |
Definition at line 379 of file AliCaloPhotonCuts.h.
Referenced by GetNumberOfLocalMaxima(), and SetSeedEnergy().
|
protected |
Definition at line 399 of file AliCaloPhotonCuts.h.
Referenced by ApplyNonLinearity(), GetNonLinearity(), PrintCutsWithValues(), and SetNonLinearity2().
|
protected |
Definition at line 393 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetDispersion().
|
protected |
Definition at line 362 of file AliCaloPhotonCuts.h.
Referenced by AcceptanceCuts(), CheckDistanceToBadChannel(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetDistanceToBadChannelCut().
|
protected |
Definition at line 369 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), GetClosestMatchedTrackToCluster(), GetHighestPtMatchedTrackToCluster(), GetVectorMatchedTracksToCluster(), InitCutHistograms(), InitializeEMCAL(), InitializePHOS(), MatchConvPhotonToCluster(), MatchTracksToClusters(), PrintCutsWithValues(), and SetTrackMatchingCut().
|
protected |
Definition at line 357 of file AliCaloPhotonCuts.h.
Referenced by AcceptanceCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), SetMaxEtaCut(), and SetMinEtaCut().
|
protected |
Definition at line 376 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), PrintCutsWithValues(), and SetExoticClusterCut().
|
protected |
Definition at line 386 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), SetMaxM02(), and SetMinM02().
|
protected |
Definition at line 391 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), SetMaxM20(), and SetMinM20().
|
protected |
Definition at line 381 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMinEnergyCut().
|
protected |
Definition at line 383 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), and SetMinNCellsCut().
|
protected |
Definition at line 396 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), FillHistogramsExtendedQA(), IsNLMCutUsed(), PrintCutsWithValues(), and SetNLM().
|
protected |
Definition at line 400 of file AliCaloPhotonCuts.h.
Referenced by ApplyNonLinearity(), ClusterIsSelected(), InitCutHistograms(), PrintCutsWithValues(), SetNonLinearity2(), and SetUseNonLinearitySwitch().
|
protected |
Definition at line 360 of file AliCaloPhotonCuts.h.
Referenced by AcceptanceCuts(), FillHistogramsExtendedQA(), PrintCutsWithValues(), SetMaxPhiCut(), and SetMinPhiCut().
|
protected |
Definition at line 370 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), GetVectorMatchedTracksToCluster(), MatchConvPhotonToCluster(), MatchTracksToClusters(), and SetTrackMatchingCut().
|
protected |
Definition at line 365 of file AliCaloPhotonCuts.h.
Referenced by ClusterQualityCuts(), PrintCutsWithValues(), and SetTimingCut().
|
protected |
Definition at line 348 of file AliCaloPhotonCuts.h.
Referenced by ApplyNonLinearity(), MatchConvPhotonToCluster(), PrintCutsWithValues(), and SetV0ReaderName().
|
protected |
Definition at line 404 of file AliCaloPhotonCuts.h.
Referenced by CheckClusterForTrackMatch(), ClusterQualityCuts(), FillHistogramsExtendedQA(), InitCutHistograms(), and MatchTracksToClusters().