From 5b89d5f3c41c1135413f05f06b67a59f60e6b537 Mon Sep 17 00:00:00 2001
From: HEITZ Louis <louis.heitz@ijclab.in2p3.fr>
Date: Mon, 3 Jun 2024 14:22:11 +0200
Subject: [PATCH] Update DSSDScorers.hh

---
 NPSimulation/Scorers/DSSDScorers.hh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/NPSimulation/Scorers/DSSDScorers.hh b/NPSimulation/Scorers/DSSDScorers.hh
index 303657911..afc83a754 100644
--- a/NPSimulation/Scorers/DSSDScorers.hh
+++ b/NPSimulation/Scorers/DSSDScorers.hh
@@ -169,8 +169,7 @@ namespace DSSDScorers {
 
    public: // with description
     PS_Rectangle(G4String name, G4int Level, G4double StripPlaneLength, G4double StripPlaneWidth,
-                 G4int NumberOfStripLength, G4int NumberOfStripWidth, G4int depth = 0, G4String axis = "xy",
-               G4double TimeThreshold = 0, G4double InterStripLength = 0,G4double InterStripWidth = 0);
+                 G4int NumberOfStripLength, G4int NumberOfStripWidth, G4int depth = 0, G4String axis = "xy");
     ~PS_Rectangle();
 
    private:
@@ -194,9 +193,6 @@ namespace DSSDScorers {
     unsigned int m_NumberOfStripWidth;
     double m_StripPitchLength;
     double m_StripPitchWidth;
-    double m_TimeThreshold;
-    double m_InterStripLength;
-    double m_InterStripWidth;
     // Level at which to find the copy number linked to the detector number
     int m_Level;
 
-- 
GitLab