FairRoot/PandaRoot
|
a cluster (group of neighboring crystals) of hit emc crystals More...
#include <PndEmcCluster.h>
Classes | |
class | LinkScoreBoard |
Public Member Functions | |
PndEmcCluster () | |
virtual void | Print (const Option_t *opt="") const |
virtual | ~PndEmcCluster () |
const std::vector< Int_t > & | DigiList () const |
std::vector< Int_t > & | DigiList () |
const std::map< Int_t, Int_t > & | LocalMaxMap () const |
const std::map< Int_t, Int_t > & | MemberDigiMap () const |
virtual const PndEmcDigi * | Maxima (const TClonesArray *digiArray) const |
virtual PndEmcDigi * | Maxima (const TClonesArray *digiArray) |
virtual Double_t | energy () const |
Double_t | theta () const |
Double_t | phi () const |
TVector3 | position () const |
TVector3 | where () const |
Double_t | x () const |
Double_t | y () const |
Double_t | z () const |
Double_t | Z20 () const |
Double_t | Z53 () const |
Double_t | LatMom () const |
Short_t | GetModule () const |
bool | IsEnergyValid () const |
bool | IsPositionValid () const |
Int_t | NumberOfDigis () const |
Int_t | NBumps () const |
bool | isInCluster (PndEmcDigi *theDigi, const TClonesArray *digiArray) |
virtual Double_t | DistanceToCentre (const TVector3 &aPoint) const |
virtual Double_t | DistanceToCentre (const PndEmcDigi *aDigi) const |
virtual void | addDigi (const TClonesArray *digiArray, Int_t iDigi) |
virtual void | removeDigi (const TClonesArray *digiArray, Int_t iDigi) |
virtual std::vector< Int_t > ::iterator | removeDigi (const TClonesArray *digiArray, std::vector< Int_t >::iterator it) |
void | addCluster (PndEmcCluster *cluster, const TClonesArray *digiArray) |
virtual void | addLocalMax (const TClonesArray *digiArray, Int_t iDigi) |
virtual void | addLocalMax (const PndEmcDigi *digi) |
virtual void | SetNBumps (unsigned nbumps) |
void | SetEnergy (Double_t en) |
void | SetPosition (TVector3 pos) |
void | SetZ20 (Double_t z20) |
void | SetZ53 (Double_t z53) |
void | SetLatMom (Double_t latMom) |
void | SetTrackEntering (const FairMultiLinkedData &tracks) |
void | SetTrackExiting (const FairMultiLinkedData &tracks) |
void | AddTracksEnteringExiting (const FairMultiLinkedData &tracksEntering, const FairMultiLinkedData &tracksExiting) |
Updates the links to entering and exiting tracks. More... | |
Double_t | GetEnergyCorrected () const |
const std::vector< Int_t > & | GetMcList () const |
Int_t | GetMcSize () |
Int_t | GetMcIndex (Int_t i=0) |
FairMultiLinkedData | GetTrackEntering () const |
FairMultiLinkedData | GetTrackExiting () const |
Static Public Member Functions | |
static Double_t | FindPhiDiff (Double_t, Double_t) |
Protected Member Functions | |
void | FillScoreBoard (FairMultiLinkedData tracks, std::map< FairLink, LinkScoreBoard > &scoreBoard, Int_t shift) |
Protected Attributes | |
std::vector< Int_t > | fDigiList |
std::vector< Int_t > | fMcList |
std::map< Int_t, Int_t > | fMcMap |
std::map< Int_t, Int_t > | fMemberDigiMap |
std::map< Int_t, Int_t > | fLocalMaxMap |
bool | fEnergyValid |
Double_t | fEnergy |
bool | fWhereValid |
TVector3 | fWhere |
unsigned | fNbumps |
Double_t | fZ20 |
Double_t | fZ53 |
Double_t | fLatMom |
FairMultiLinkedData | fTrackEntering |
FairMultiLinkedData | fTrackExiting |
Private Member Functions | |
void | invalidateCache (bool) |
Friends | |
class | PndEmcMakeCluster |
a cluster (group of neighboring crystals) of hit emc crystals
Definition at line 29 of file PndEmcCluster.h.
PndEmcCluster::PndEmcCluster | ( | ) |
Definition at line 48 of file PndEmcCluster.cxx.
References fDigiList, fLocalMaxMap, fMcList, and fMemberDigiMap.
|
virtual |
Definition at line 75 of file PndEmcCluster.cxx.
void PndEmcCluster::addCluster | ( | PndEmcCluster * | cluster, |
const TClonesArray * | digiArray | ||
) |
Definition at line 206 of file PndEmcCluster.cxx.
References addDigi(), AddTracksEnteringExiting(), DigiList(), GetTrackEntering(), and GetTrackExiting().
Referenced by PndEmcMakeClusterOnline::Exec(), and PndEmcMakeCluster::Exec().
|
virtual |
Definition at line 157 of file PndEmcCluster.cxx.
References digi, fDigiList, fMcMap, fMemberDigiMap, PndEmcDigi::GetDetectorId(), PndEmcDigi::GetTrackId(), and invalidateCache().
Referenced by addCluster(), PndEmcMakeClusterOnline::Exec(), PndEmcMakeCluster::Exec(), and PndEmcExpClusterSplitter::Exec().
|
virtual |
Definition at line 218 of file PndEmcCluster.cxx.
References digi, fLocalMaxMap, and PndEmcDigi::GetDetectorId().
Referenced by PndEmc2DLocMaxFinder::Exec().
|
virtual |
Definition at line 225 of file PndEmcCluster.cxx.
References fLocalMaxMap, fMemberDigiMap, and PndEmcDigi::GetDetectorId().
void PndEmcCluster::AddTracksEnteringExiting | ( | const FairMultiLinkedData & | tracksEntering, |
const FairMultiLinkedData & | tracksExiting | ||
) |
Updates the links to entering and exiting tracks.
For each track a bitmask is created which contains the information if the track enters or exits the cluster (bit 1 and 0 for tracks already in the cluster, bit 3 and 2 for the ones added here). Afterwards, the bitmask is checked for each track and the lists of entering and exiting tracks is updated. Tracks which entered before and exit now or vice versa (bitmask=6 or 9) are removed from the list as they only cross between crystals in the same cluster.
tracksEntering | Additional tracks entering the cluster (e.g. from adding digi or merging clusters) |
tracksExiting | Additional tracks exiting the cluster |
Definition at line 535 of file PndEmcCluster.cxx.
References FillScoreBoard(), fTrackEntering, and fTrackExiting.
Referenced by addCluster(), and PndEmcMakeCluster::Exec().
|
inline |
Definition at line 40 of file PndEmcCluster.h.
References fDigiList.
Referenced by addCluster(), PndEmcClusterEnergySums::E25(), PndEmcClusterEnergySums::E9(), PndEmcClusterProperties::Energy(), PndEmcClusterEnergySums::energy(), PndEmcClusterRemoveDuplCrys::Exec(), PndEmcCorrBump::Exec(), PndEmcAnalysis::Exec(), PndEmcExpClusterSplitter::Exec(), PndEmcPhiBumpSplitter::Exec(), PndEmcMakeClusterOnline::FinishCluster(), for(), PndEmcClusterProperties::GravWhere(), PndEmcXClMoments::Init(), PndEmcClusterProperties::LiloWhere(), PndEmcClusterProperties::LinearWhere(), PndEmcClusterProperties::Major_axis(), PndEmcClusterProperties::Mass(), PndEmcBump::Print(), and PndEmcXClMoments::Print().
|
inline |
|
virtual |
|
virtual |
|
virtual |
Definition at line 79 of file PndEmcCluster.cxx.
References fEnergy, and fEnergyValid.
Referenced by analysis_cluster_energyCorrection_Ntuple(), PndEmcXClMoments::Calc_AbsZernikeMoment(), PndEmcDigiCalibrator::CalibrationEvtTimeByBump(), PndEmcClusterMoments::Centre1(), PndEmcClusterMoments::Centre2(), PndPidCorrelator::ConstructNeutralCandidate(), emc_correction_hist(), emc_correction_parametrization(), emc_correction_QA(), PndEmcClusterHistCalibrator::Energy(), PndEmcClusterSimpleCalibrator::Energy(), error_matrix_fit(), PndKFParticleFinder::Exec(), PndEmcMakeRecoHit::Exec(), PndEmcHdrFiller::Exec(), PndEmcCorrBump::Exec(), PndEmcMakeCorr::Exec(), PndEmcAnalysis::Exec(), PndEmcXClMoments::Fast_AbsZernikeMoment(), fit_resolution(), for(), PndEmcErrorMatrix::Get4MomentumErrorMatrix(), PndPidCorrelator::GetEmcInfo(), GetEnergyCorrected(), GetEntriesFast(), PndEmcErrorMatrix::GetErrorMatrix(), PndEmcErrorMatrix::GetErrorP7(), PndPidCorrelator::GetFscInfo(), PndEmcDigiCalibrator::GetTimeResolutionOfShower(), PndEmcClusterDraw::GetValue(), PndEmcClusterProperties::GravWhere(), PndEmcClusterMoments::Major1(), PndEmcClusterMoments::Major2(), PndEmcClusterMoments::Minor1(), PndEmcClusterMoments::Minor2(), PndEmcClusterMoments::Phi1(), PndEmcClusterMoments::Phi2(), PndEmcClusterDistances::PndEmcClusterDistances(), Print(), PndEmcBump::Print(), QAmacro_emc_3(), reco_analys(), PndEmcClusterMoments::SecondMoment(), PndEmcXClMoments::SecondMoment(), PndEmcXClMoments::SecondMomentPhi(), PndEmcXClMoments::SecondMomentTheta(), PndEmcClusterMoments::SecondMomentTP(), PndEmcClusterMoments::Theta1(), PndEmcClusterMoments::Theta2(), vis_mc_ids(), and PndEmcClusterHistCalibrator::Where().
|
protected |
Definition at line 580 of file PndEmcCluster.cxx.
Referenced by AddTracksEnteringExiting().
Definition at line 141 of file PndEmcCluster.cxx.
Referenced by PndEmcClusterMoments::Major1(), PndEmcClusterMoments::Major2(), PndEmcClusterProperties::Major_axis(), PndEmcClusterMoments::Minor1(), PndEmcClusterMoments::Minor2(), PndEmcClusterMoments::Phi1(), and PndEmcClusterMoments::Phi2().
Double_t PndEmcCluster::GetEnergyCorrected | ( | ) | const |
Definition at line 379 of file PndEmcCluster.cxx.
References b1, b2, cos(), Double_t, energy(), exp(), log(), p1, p2, Pi, sqrt(), t0, t1, t2, t3, and where().
Referenced by analysis_digi_cluster_7gammaAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_fwendcap(), analysis_digi_cluster_fwendcap(), emc_correction_QA(), for(), PndPidBremCorrector::GetSepPhotonE(), and vis_mc_ids().
|
inline |
Definition at line 116 of file PndEmcCluster.h.
const std::vector< Int_t > & PndEmcCluster::GetMcList | ( | ) | const |
Definition at line 314 of file PndEmcCluster.cxx.
References a, b, fMcList, and i.
Referenced by PndPidCorrelator::ConstructNeutralCandidate(), PndPidCorrelator::GetEmcInfo(), PndPidCorrelator::GetFscInfo(), and vis_mc_ids().
|
inline |
Short_t PndEmcCluster::GetModule | ( | ) | const |
Definition at line 282 of file PndEmcCluster.cxx.
References fLocalMaxMap, and fMemberDigiMap.
Referenced by analysis_cluster_energyCorrection_Ntuple(), analysis_digi_cluster_7gammaAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_fwendcap(), analysis_digi_cluster_fwendcap(), PndEmcDigiCalibrator::CalibrationEvtTimeByBump(), PndPidCorrelator::ConstructNeutralCandidate(), emc_correction_hist(), emc_correction_parametrization(), PndEmcClusterHistCalibrator::Energy(), PndEmcAnalysis::Exec(), PndPidCorrelator::Exec(), PndPidCorrelator::GetEmcInfo(), PndEmcErrorMatrix::GetErrorMatrix(), PndPidCorrelator::GetFscInfo(), PndEmcDigiCalibrator::GetTimeResolutionOfShower(), and PndEmcClusterHistCalibrator::Where().
|
inline |
Definition at line 117 of file PndEmcCluster.h.
References fTrackEntering.
Referenced by addCluster(), PndEmcExpClusterSplitter::Exec(), and PndEmcMakeCluster::FinishCluster().
|
inline |
Definition at line 118 of file PndEmcCluster.h.
References fTrackExiting.
Referenced by addCluster().
|
private |
Definition at line 334 of file PndEmcCluster.cxx.
References fEnergyValid, and fWhereValid.
Referenced by addDigi().
|
inline |
Definition at line 77 of file PndEmcCluster.h.
References fEnergyValid.
Referenced by PndEmcCorrBump::Exec(), and PndEmcExpClusterSplitter::Exec().
bool PndEmcCluster::isInCluster | ( | PndEmcDigi * | theDigi, |
const TClonesArray * | digiArray | ||
) |
Definition at line 234 of file PndEmcCluster.cxx.
References fDigiList, and PndEmcDigi::isNeighbour().
Referenced by PndEmcMakeClusterOnline::Exec(), and PndEmcMakeCluster::Exec().
|
inline |
Definition at line 78 of file PndEmcCluster.h.
References fWhereValid.
Referenced by PndEmcCorrBump::Exec(), and PndEmcExpClusterSplitter::Exec().
|
inline |
Definition at line 71 of file PndEmcCluster.h.
References fLatMom.
Referenced by PndPidCorrelator::ConstructNeutralCandidate(), PndEmcAnalysis::Exec(), PndPidCorrelator::GetEmcInfo(), and PndPidCorrelator::GetFscInfo().
|
inline |
Definition at line 42 of file PndEmcCluster.h.
References fLocalMaxMap.
Referenced by PndEmc2DLocMaxFinder::Exec(), PndEmcAnalysis::Exec(), and PndEmcExpClusterSplitter::Exec().
|
virtual |
Definition at line 247 of file PndEmcCluster.cxx.
References digi, Double_t, fDigiList, PndEmcDigi::GetEnergy(), and max().
Referenced by PndEmcClusterEnergySums::E1(), PndEmcClusterEnergySums::E25(), PndEmcClusterEnergySums::E9(), PndEmc2DLocMaxFinder::Exec(), PndEmcMakeCluster::FinishCluster(), and PndEmcXClMoments::Init().
|
virtual |
Definition at line 265 of file PndEmcCluster.cxx.
References digi, Double_t, fDigiList, PndEmcDigi::GetEnergy(), and max().
|
inline |
Definition at line 43 of file PndEmcCluster.h.
References fMemberDigiMap.
Referenced by PndEmcClusterRemoveDuplCrys::Exec(), PndEmc2DLocMaxFinder::Exec(), PndEmcMakeCorr::Exec(), PndEmcAnalysis::Exec(), PndEmcExpClusterSplitter::Exec(), and PndEmc2DLocMaxFinder::isALocalMax().
Int_t PndEmcCluster::NBumps | ( | ) | const |
Definition at line 346 of file PndEmcCluster.cxx.
References fNbumps.
Referenced by PndPidCorrelator::ConstructNeutralCandidate(), PndEmcAnalysis::Exec(), and PndPidCorrelator::GetEmcInfo().
Int_t PndEmcCluster::NumberOfDigis | ( | ) | const |
Definition at line 341 of file PndEmcCluster.cxx.
References fDigiList.
Referenced by analysis_digi_cluster_7gammaAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_fwendcap(), analysis_digi_cluster_fwendcap(), PndEmcDigiCalibrator::CalibrationEvtTimeByBump(), PndPidCorrelator::ConstructNeutralCandidate(), PndEmcCorrBump::Exec(), PndEmcAnalysis::Exec(), PndEmcExpClusterSplitter::Exec(), fit_resolution(), for(), PndPidCorrelator::GetEmcInfo(), PndPidCorrelator::GetFscInfo(), and QAmacro_emc_3().
Double_t PndEmcCluster::phi | ( | ) | const |
Definition at line 98 of file PndEmcCluster.cxx.
References where().
Referenced by analysis_cluster_energyCorrection_Ntuple(), PndEmcHdrFiller::Exec(), PndEmcErrorMatrix::GetErrorMatrix(), PndEmcClusterMoments::Major1(), PndEmcClusterMoments::Major2(), PndEmcClusterProperties::Major_axis(), PndEmcClusterMoments::Minor1(), PndEmcClusterMoments::Minor2(), PndEmcClusterMoments::Phi1(), PndEmcClusterMoments::Phi2(), and PndEmcClusterDistances::PndEmcClusterDistances().
TVector3 PndEmcCluster::position | ( | ) | const |
Definition at line 104 of file PndEmcCluster.cxx.
References where().
Referenced by PndEmcMakeRecoHit::Exec(), PndEmcPhiBumpSplitter::Exec(), and PndPidBremCorrector::GetSepPhotonE().
|
virtual |
Definition at line 357 of file PndEmcCluster.cxx.
References energy(), fTrackEntering, and fTrackExiting.
|
virtual |
Definition at line 177 of file PndEmcCluster.cxx.
References digi, fDigiList, fMcMap, fMemberDigiMap, PndEmcDigi::GetDetectorId(), PndEmcDigi::GetTrackId(), and i.
Referenced by PndEmcClusterRemoveDuplCrys::Exec(), and PndEmcCorrBump::Exec().
|
virtual |
Definition at line 191 of file PndEmcCluster.cxx.
References digi, fDigiList, fMcMap, fMemberDigiMap, PndEmcDigi::GetDetectorId(), and PndEmcDigi::GetTrackId().
|
inline |
Definition at line 100 of file PndEmcCluster.h.
References fEnergy, and fEnergyValid.
Referenced by PndEmcCorrBump::Exec(), PndEmcExpClusterSplitter::Exec(), PndEmcPhiBumpSplitter::Exec(), PndEmcMakeClusterOnline::FinishCluster(), and PndEmcMakeCluster::FinishCluster().
|
inline |
Definition at line 104 of file PndEmcCluster.h.
References fLatMom.
Referenced by PndEmcCorrBump::Exec(), PndEmcExpClusterSplitter::Exec(), and PndEmcMakeCluster::FinishCluster().
|
virtual |
Definition at line 352 of file PndEmcCluster.cxx.
References fNbumps.
Referenced by PndEmcExpClusterSplitter::Exec(), and PndEmcBump::PndEmcBump().
|
inline |
Definition at line 101 of file PndEmcCluster.h.
References fWhere, fWhereValid, and pos.
Referenced by PndEmcCorrBump::Exec(), PndEmcExpClusterSplitter::Exec(), PndEmcPhiBumpSplitter::Exec(), and PndEmcMakeCluster::FinishCluster().
|
inline |
Definition at line 105 of file PndEmcCluster.h.
References fTrackEntering.
Referenced by PndEmcMakeCluster::Exec().
|
inline |
Definition at line 106 of file PndEmcCluster.h.
References fTrackExiting.
Referenced by PndEmcMakeCluster::Exec().
|
inline |
Definition at line 102 of file PndEmcCluster.h.
References fZ20.
Referenced by PndEmcCorrBump::Exec(), PndEmcExpClusterSplitter::Exec(), and PndEmcMakeCluster::FinishCluster().
|
inline |
Definition at line 103 of file PndEmcCluster.h.
References fZ53.
Referenced by PndEmcCorrBump::Exec(), PndEmcExpClusterSplitter::Exec(), and PndEmcMakeCluster::FinishCluster().
Double_t PndEmcCluster::theta | ( | ) | const |
Definition at line 92 of file PndEmcCluster.cxx.
References where().
Referenced by analysis_cluster_energyCorrection_Ntuple(), PndEmcHdrFiller::Exec(), PndEmcErrorMatrix::GetErrorMatrix(), PndEmcClusterMoments::Major1(), PndEmcClusterMoments::Major2(), PndEmcClusterProperties::Major_axis(), PndEmcClusterMoments::Minor1(), PndEmcClusterMoments::Minor2(), and PndEmcClusterDistances::PndEmcClusterDistances().
TVector3 PndEmcCluster::where | ( | ) | const |
Definition at line 111 of file PndEmcCluster.cxx.
References fWhere, and fWhereValid.
Referenced by analysis_digi_cluster_7gammaAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_fwendcap(), analysis_digi_cluster_fwendcap(), PndEmcDigiCalibrator::CalibrationEvtTimeByBump(), PndPidCorrelator::ConstructNeutralCandidate(), DistanceToCentre(), emc_correction_hist(), emc_correction_parametrization(), emc_correction_QA(), PndEmcClusterHistCalibrator::Energy(), PndEmcClusterSimpleCalibrator::Energy(), error_matrix_fit(), PndEmcMakeCorr::Exec(), PndEmcAnalysis::Exec(), for(), PndEmcErrorMatrix::Get4MomentumErrorMatrix(), PndPidCorrelator::GetEmcInfo(), GetEnergyCorrected(), GetEntriesFast(), PndEmcErrorMatrix::GetErrorP7(), PndPidCorrelator::GetFscInfo(), PndEmcClusterDraw::GetVector(), phi(), PndEmcClusterDistances::PndEmcClusterDistances(), position(), QAmacro_emc_3(), reco_analys(), PndEmcClusterMoments::SecondMomentTP(), theta(), PndEmcClusterHistCalibrator::Where(), PndEmcClusterSimpleCalibrator::Where(), x(), y(), and z().
Double_t PndEmcCluster::x | ( | ) | const |
Definition at line 123 of file PndEmcCluster.cxx.
References where().
Referenced by analysis_digi_cluster_7gammaAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_fwendcap(), analysis_digi_cluster_fwendcap(), PndKFParticleFinderQA::Exec(), and vis_mc_ids().
Double_t PndEmcCluster::y | ( | ) | const |
Definition at line 129 of file PndEmcCluster.cxx.
References where().
Referenced by analysis_digi_cluster_7gammaAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_fwendcap(), analysis_digi_cluster_fwendcap(), PndKFParticleFinderQA::Exec(), and vis_mc_ids().
Double_t PndEmcCluster::z | ( | ) | const |
Definition at line 135 of file PndEmcCluster.cxx.
References where().
Referenced by analysis_digi_cluster_7gammaAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_FullEmc(), analysis_digi_cluster_allGammasAnalysis_fwendcap(), analysis_digi_cluster_fwendcap(), PndKFParticleFinderQA::Exec(), and for().
|
inline |
Definition at line 67 of file PndEmcCluster.h.
References fZ20.
Referenced by PndPidCorrelator::ConstructNeutralCandidate(), PndEmcAnalysis::Exec(), PndPidCorrelator::GetEmcInfo(), and PndPidCorrelator::GetFscInfo().
|
inline |
Definition at line 69 of file PndEmcCluster.h.
References fZ53.
Referenced by PndPidCorrelator::ConstructNeutralCandidate(), PndEmcAnalysis::Exec(), PndPidCorrelator::GetEmcInfo(), and PndPidCorrelator::GetFscInfo().
|
friend |
Definition at line 122 of file PndEmcCluster.h.
|
protected |
Definition at line 140 of file PndEmcCluster.h.
Referenced by addDigi(), DigiList(), isInCluster(), Maxima(), NumberOfDigis(), PndEmcCluster(), and removeDigi().
|
protected |
Definition at line 147 of file PndEmcCluster.h.
Referenced by energy(), and SetEnergy().
|
protected |
Definition at line 146 of file PndEmcCluster.h.
Referenced by energy(), invalidateCache(), IsEnergyValid(), and SetEnergy().
|
protected |
Definition at line 153 of file PndEmcCluster.h.
Referenced by LatMom(), and SetLatMom().
|
protected |
Definition at line 144 of file PndEmcCluster.h.
Referenced by addLocalMax(), GetModule(), LocalMaxMap(), and PndEmcCluster().
|
mutableprotected |
Definition at line 141 of file PndEmcCluster.h.
Referenced by GetMcIndex(), GetMcList(), GetMcSize(), and PndEmcCluster().
|
mutableprotected |
Definition at line 142 of file PndEmcCluster.h.
Referenced by addDigi(), and removeDigi().
|
protected |
Definition at line 143 of file PndEmcCluster.h.
Referenced by addDigi(), addLocalMax(), GetModule(), MemberDigiMap(), PndEmcCluster(), and removeDigi().
|
protected |
Definition at line 150 of file PndEmcCluster.h.
Referenced by NBumps(), and SetNBumps().
|
protected |
Definition at line 155 of file PndEmcCluster.h.
Referenced by AddTracksEnteringExiting(), GetTrackEntering(), Print(), and SetTrackEntering().
|
protected |
Definition at line 156 of file PndEmcCluster.h.
Referenced by AddTracksEnteringExiting(), GetTrackExiting(), Print(), and SetTrackExiting().
|
protected |
Definition at line 149 of file PndEmcCluster.h.
Referenced by SetPosition(), and where().
|
protected |
Definition at line 148 of file PndEmcCluster.h.
Referenced by invalidateCache(), IsPositionValid(), SetPosition(), and where().
|
protected |
Definition at line 151 of file PndEmcCluster.h.
|
protected |
Definition at line 152 of file PndEmcCluster.h.