Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geant4-projects
cosmic-rays
Commits
ced79486
Commit
ced79486
authored
Jul 24, 2019
by
MARCOS ANTONIO DE OLIVEIRA DEROS
Browse files
changed
parent
af13ef22
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/B1TrackingAction.cc
View file @
ced79486
...
...
@@ -25,6 +25,7 @@ B1TrackingAction::~B1TrackingAction() {
void
B1TrackingAction
::
PreUserTrackingAction
(
const
G4Track
*
track
)
{
//pega o nome da partícula relacionado ao seu TrackID.
particle_def
=
track
->
GetParticleDefinition
();
G4int
particle_track
=
track
->
GetTrackID
();
//const G4String& particle_name = particle_def->GetParticleName();
//se a variável fworldRegio não possui a regiao do mundo, fazer isso
if
(
fworldRegion
==
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment