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
89e565e9
Commit
89e565e9
authored
Jul 24, 2019
by
MARCOS ANTONIO DE OLIVEIRA DEROS
Browse files
changed stepping
parent
4926d0ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/B1SteppingAction.hh
View file @
89e565e9
...
...
@@ -38,14 +38,14 @@ class B1EventAction;
class
G4LogicalVolume
;
/// Stepping action class
///
///
class
B1SteppingAction
:
public
G4UserSteppingAction
{
public:
B1SteppingAction
(
B1EventAction
*
eventAction
);
virtual
~
B1SteppingAction
();
// method from the base class
virtual
void
UserSteppingAction
(
const
G4Step
*
);
...
...
src/B1SteppingAction.cc
View file @
89e565e9
...
...
@@ -73,7 +73,6 @@ void B1SteppingAction::UserSteppingAction(const G4Step* step)
// check if we are in scoring volume
if
(
volume
!=
fScoringVolume
)
{
G4cout
<<
"AAAAAA"
<<
G4endl
;
return
;
}
...
...
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