Skip to content
Snippets Groups Projects
Commit c6a13b05 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Fixing the micrometer issue for Example1

parent d2aa5982
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment