- virtual void SetEmcClusteringThreshold(Float_t cluth) { fEmcClusteringThreshold = cluth ; }
- virtual void SetEmcEnergyThreshold(Float_t enth) { fEmcEnergyThreshold = enth ; }
- virtual void SetLocalMaxCut(Float_t cut) { fLocMaxCut = cut ; }
- virtual void SetLogWeightCut(Float_t w) { fW0 = w ; }
+ virtual void SetEmcClusteringThreshold(Float_t cluth) { fEmcClusteringThreshold = cluth ; }
+ virtual void SetEmcEnergyThreshold(Float_t enth) { fEmcEnergyThreshold = enth ; }
+ virtual void SetLocalMaxCut(Float_t cut) { fLocMaxCut = cut ; }
+ virtual void SetLogWeightCut(Float_t w) { fW0 = w ; }
+ virtual void SetLocalMaxCutCPV(Float_t cut) { fLocMaxCutCPV = cut ; }
+ virtual void SetLogWeightCutCPV(Float_t w) { fW0CPV = w ; }