diff --git a/Debug/run_from_to.sh b/Debug/run_from_to.sh index 87cabdb..c571c79 100755 --- a/Debug/run_from_to.sh +++ b/Debug/run_from_to.sh @@ -20,14 +20,14 @@ echo "$all //all step" >> start.txt #for i in {$((start))..$((end))} #do # echo "tube: 10 cone: $i" -#./medtech -s 100 -t 10 -c $i +#./medtech -n 100000000 -s 100 -t 10 -c $i #done for ((i=cstart; i FindParticle("e-"); diff --git a/src/MedtechSteppingAction.cc b/src/MedtechSteppingAction.cc index 01b1e57..90a3f2d 100644 --- a/src/MedtechSteppingAction.cc +++ b/src/MedtechSteppingAction.cc @@ -84,7 +84,7 @@ void MedtechSteppingAction::UserSteppingAction(const G4Step* step) if(preName == "sphere") { MedtechAnalysis *man = MedtechAnalysis::getInstance(); - std::cout << "Globe to sphere" < Fill(2, postX, postY, postZ, postkinE); } }