diff --git a/NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc b/NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc
index 5f373ac8f4ef41094d3882eaf5905807c96c3c06..17ae2b0621bfd0d51d8bb93a7c03873a1d58a4de 100644
--- a/NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc
+++ b/NPSimulation/Detectors/GeTAMU/GeTAMUScorers.cc
@@ -15,8 +15,9 @@ using namespace GETAMUSCORERS;
 
 
 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
-PS_GeTAMU::PS_GeTAMU(G4String name,G4int Level,G4int depth)
-  :G4VPrimitiveScorer(name, depth),HCID(-1){
+PS_GeTAMU::PS_GeTAMU(G4String name,G4int ,G4int depth)
+  :G4VPrimitiveScorer(name, depth){
+  HCID=-1;
 	m_Position = G4ThreeVector(-1000,-1000,-1000);
   m_LocalPosition = G4ThreeVector(-1000,-1000,-1000);
 	m_CloverNumber  = -1;