Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cosmic-rays
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geant4-projects
cosmic-rays
Commits
89e565e9
Commit
89e565e9
authored
Jul 24, 2019
by
MARCOS ANTONIO DE OLIVEIRA DEROS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed stepping
parent
4926d0ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
B1SteppingAction.hh
include/B1SteppingAction.hh
+2
-2
B1SteppingAction.cc
src/B1SteppingAction.cc
+0
-1
No files found.
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