Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Sep 15, 2017
1 parent d208ed8 commit 8687ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimG4Core/CustomPhysics/src/ToyModelHadronicProcess.cc
Expand Up @@ -75,7 +75,6 @@ G4VParticleChange* ToyModelHadronicProcess::PostStepDoIt(const G4Track& track,

//This will contain RHadron Def + RHad momentum
const G4DynamicParticle* incidentRHadron = track.GetDynamicParticle();
const G4ThreeVector& aPosition = track.GetPosition();

CustomParticle* CustomIncident = dynamic_cast<CustomParticle*>(incidentRHadron->GetDefinition());

Expand Down

0 comments on commit 8687ed4

Please sign in to comment.