Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zdcLG
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel R. MacLean
zdcLG
Commits
1d93aa22
Commit
1d93aa22
authored
3 years ago
by
Chad Lantz
Browse files
Options
Downloads
Patches
Plain Diff
Removed G4GDML
parent
72ebb0a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/DetectorConstruction.hh
+0
-1
0 additions, 1 deletion
include/DetectorConstruction.hh
src/DetectorConstruction.cc
+1
-2
1 addition, 2 deletions
src/DetectorConstruction.cc
with
1 addition
and
3 deletions
include/DetectorConstruction.hh
+
0
−
1
View file @
1d93aa22
...
@@ -38,7 +38,6 @@
...
@@ -38,7 +38,6 @@
#include
"G4LogicalVolume.hh"
#include
"G4LogicalVolume.hh"
#include
"G4VUserDetectorConstruction.hh"
#include
"G4VUserDetectorConstruction.hh"
#include
"G4SubtractionSolid.hh"
#include
"G4SubtractionSolid.hh"
#include
"G4GDMLParser.hh"
#include
"G4RunManager.hh"
#include
"G4RunManager.hh"
#include
"Materials.hh"
#include
"Materials.hh"
...
...
This diff is collapsed.
Click to expand it.
src/DetectorConstruction.cc
+
1
−
2
View file @
1d93aa22
...
@@ -60,7 +60,6 @@
...
@@ -60,7 +60,6 @@
#include
"G4VisExtent.hh"
#include
"G4VisExtent.hh"
#include
"G4Colour.hh"
#include
"G4Colour.hh"
#include
"G4UImanager.hh"
#include
"G4UImanager.hh"
#include
"G4GDMLParser.hh"
/*
/*
*
*
...
@@ -269,7 +268,7 @@ void DetectorConstruction::BuildDefaultLG( ){
...
@@ -269,7 +268,7 @@ void DetectorConstruction::BuildDefaultLG( ){
* Make the PMT logical volume and Sensitvie Detector
* Make the PMT logical volume and Sensitvie Detector
*/
*/
void
DetectorConstruction
::
BuildPMT
(){
void
DetectorConstruction
::
BuildPMT
(){
G4SDManager
*
SDman
=
G4SDManager
::
GetSDMpointer
();
G4SDManager
*
SDman
=
G4SDManager
::
GetSDMpointer
();
m_SDnames
.
push_back
(
"MyPMT"
);
m_SDnames
.
push_back
(
"MyPMT"
);
PMTSD
*
PMT
=
new
PMTSD
(
m_SDnames
.
back
(),
false
);
// isIntermediate set to false. This is the final detector
PMTSD
*
PMT
=
new
PMTSD
(
m_SDnames
.
back
(),
false
);
// isIntermediate set to false. This is the final detector
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment