AliPHOSClusterizer


class description - source file - inheritance tree

class AliPHOSClusterizer : public TObject


    public:
virtual void ~AliPHOSClusterizer() virtual Float_t Calibrate(Int_t Amp) TClass* Class() virtual void GetCalibrationParameters(Float_t& A, Float_t& B) virtual Float_t GetEmcClusteringThreshold() virtual Float_t GetEmcEnergyThreshold() virtual Float_t GetLocalMaxCut() virtual Float_t GetLogWeightCut() virtual void GetNumberOfClustersFound(Int_t* numb) virtual Float_t GetPpsdClusteringThreshold() virtual Float_t GetPpsdEnergyThreshold() virtual TClass* IsA() const virtual Bool_t IsInEmc(AliPHOSDigit* digit) virtual void MakeClusters(const DigitsList* dl, RecPointsList* emccl, RecPointsList* ppsdl) virtual void PrintParameters() virtual void SetCalibrationParameters(Float_t A, Float_t B) virtual void SetEmcClusteringThreshold(Float_t cluth) virtual void SetEmcEnergyThreshold(Float_t enth) virtual void SetLocalMaxCut(Float_t cut) virtual void SetLogWeightCut(Float_t w) virtual void SetPpsdClusteringThreshold(Float_t cluth) virtual void SetPpsdEnergyThreshold(Float_t enth) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members



See also

AliPHOSClusterizerv1

Class Description

  Base class for the clusterization algorithm (pure abstract)

*-- Author: Yves Schutz  SUBATECH


~AliPHOSClusterizer()
 dtor



Inline Functions


            Float_t Calibrate(Int_t Amp)
             Bool_t IsInEmc(AliPHOSDigit* digit)
               void GetNumberOfClustersFound(Int_t* numb)
               void GetCalibrationParameters(Float_t& A, Float_t& B)
            Float_t GetEmcClusteringThreshold()
            Float_t GetEmcEnergyThreshold()
            Float_t GetLocalMaxCut()
            Float_t GetLogWeightCut()
            Float_t GetPpsdClusteringThreshold()
            Float_t GetPpsdEnergyThreshold()
               void MakeClusters(const DigitsList* dl, RecPointsList* emccl, RecPointsList* ppsdl)
               void PrintParameters()
               void SetCalibrationParameters(Float_t A, Float_t B)
               void SetEmcClusteringThreshold(Float_t cluth)
               void SetEmcEnergyThreshold(Float_t enth)
               void SetLocalMaxCut(Float_t cut)
               void SetLogWeightCut(Float_t w)
               void SetPpsdClusteringThreshold(Float_t cluth)
               void SetPpsdEnergyThreshold(Float_t enth)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)


Copyright (c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.