1 #ifndef ALIEMCALCLUSTERIZERNXN_H 2 #define ALIEMCALCLUSTERIZERNXN_H 62 virtual const char *
Version()
const {
return "clu-NxN" ; }
92 #endif // AliEMCALCLUSTERIZERNXN_H
virtual Int_t AreNeighbours(AliEMCALDigit *d1, AliEMCALDigit *d2, Bool_t &shared) const
void SetNColDiff(Int_t nd)
void SetNRowDiff(Int_t nd)
Int_t GetNRowDiff() const
Bool_t GetEnergyGrad() const
virtual void Digits2Clusters(Option_t *option)
Cell energy calibration factors container class.
void SetEnergyGrad(Bool_t b)
Int_t fNRowDiff
How many neighbors to consider along row (phi)
Int_t GetNColDiff() const
AliEMCALClusterizerNxN()
Default constructor.
AliEMCALClusterizerNxN & operator=(const AliEMCALClusterizerNxN &)
virtual void MakeClusters()
Make clusters.
Cell time shifts container class.
pedestal/bad map monitoring and calibration tools
Create clusters of maximum size NxM.
Bool_t fEnergyGrad
If true only cluster if neighboring cell has less energy.
Int_t fNColDiff
How many neighbors to consider along col (eta)
virtual const char * Version() const
EMCal geometry, singleton.
Base class for the clusterization algorithm (pure abstract)
virtual ~AliEMCALClusterizerNxN()
Destructtor.