From c6a13b05341ec83a23ece57a0ab6a1f56fd41e59 Mon Sep 17 00:00:00 2001 From: adrien matta <matta@lpccaen.in2p3.fr> Date: Mon, 12 Dec 2016 09:19:52 +0100 Subject: [PATCH] * Fixing the micrometer issue for Example1 --- Examples/Example1/Analysis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Example1/Analysis.cxx b/Examples/Example1/Analysis.cxx index 41c67c0bb..b2690b081 100644 --- a/Examples/Example1/Analysis.cxx +++ b/Examples/Example1/Analysis.cxx @@ -58,7 +58,7 @@ void Analysis::Init(){ Si_X_M2 = 0; Si_Y_M2 = 0; ZTarget = 0; - TargetThickness = m_DetectorManager->GetTargetThickness()*micrometer; + TargetThickness = m_DetectorManager->GetTargetThickness(); // Energy loss table: the G4Table are generated by the simulation He3CD2 = EnergyLoss("Example/He3_CD2.G4table","G4Table",100 ); He3Al = EnergyLoss("Example/He3_Al.G4table","G4Table",10); -- GitLab