From 3b3ee6f4716033c2f08ec5d7c22656009bcbe492 Mon Sep 17 00:00:00 2001 From: morsch Date: Tue, 27 Jun 2000 08:53:02 +0000 Subject: [PATCH] SetMaxAdc passes integer value consistent with AliMUONResponse and AliMUONChamber --- MUON/AliMUON.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUON/AliMUON.h b/MUON/AliMUON.h index bc8dd4704c2..1b2a9aae8ee 100644 --- a/MUON/AliMUON.h +++ b/MUON/AliMUON.h @@ -74,7 +74,7 @@ class AliMUON : public AliDetector { virtual void SetSigmaIntegration(Int_t id, Float_t p1); virtual void SetChargeSlope(Int_t id, Float_t p1); virtual void SetChargeSpread(Int_t id, Float_t p1, Float_t p2); - virtual void SetMaxAdc(Int_t id, Float_t p1); + virtual void SetMaxAdc(Int_t id, Int_t p1); // Set Segmentation and Response Model virtual void SetSegmentationModel(Int_t id, Int_t isec, AliMUONSegmentation *segmentation); -- 2.43.0