X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONClusterSplitterMLEM.h;h=d5b800c3528278f859abbf3d5952dcb530c23c03;hb=810b04e292e8314d9c15d8216a198f91caf93499;hp=963e4f6cfe7d3e59c42211afec0786f5d899ce2f;hpb=c25af45ba08a1599ea69b567595a48db545e0c27;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONClusterSplitterMLEM.h b/MUON/AliMUONClusterSplitterMLEM.h index 963e4f6cfe7..d5b800c3528 100644 --- a/MUON/AliMUONClusterSplitterMLEM.h +++ b/MUON/AliMUONClusterSplitterMLEM.h @@ -1,5 +1,5 @@ -#ifndef AliMUONClusterSplitterMLEM_H -#define AliMUONClusterSplitterMLEM_H +#ifndef ALIMUONCLUSTERSPLITTERMLEM_H +#define ALIMUONCLUSTERSPLITTERMLEM_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ @@ -28,7 +28,10 @@ class AliMUONMathieson; class AliMUONClusterSplitterMLEM : public TObject { public: - AliMUONClusterSplitterMLEM(Int_t detElemId, TObjArray* pixArray); + AliMUONClusterSplitterMLEM(Int_t detElemId, TObjArray* pixArray, + Double_t lowestPixelCharge, + Double_t lowestPadCharge, + Double_t lowestClusterCharge); virtual ~AliMUONClusterSplitterMLEM(); @@ -95,7 +98,11 @@ private: Int_t fnCoupled; //!< number of coupled pixels ? Int_t fDebug; //!< debug level - ClassDef(AliMUONClusterSplitterMLEM,1) // + Double_t fLowestPixelCharge; //!< minimum allowed pixel charge + Double_t fLowestPadCharge; //!< minimum allowed pad charge + Double_t fLowestClusterCharge; //!< minimum allowed cluster charge + + ClassDef(AliMUONClusterSplitterMLEM,2) // Splitter of clusters }; #endif