Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModelG4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GeoModelDev
GeoModelG4
Commits
9b86e619
Commit
9b86e619
authored
5 years ago
by
Marilena Bandieramonte
Browse files
Options
Downloads
Patches
Plain Diff
Clean the code
parent
72ee0078
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeoModel2G4/src/Geo2G4SolidFactory.cxx
+2
-2
2 additions, 2 deletions
GeoModel2G4/src/Geo2G4SolidFactory.cxx
with
2 additions
and
2 deletions
GeoModel2G4/src/Geo2G4SolidFactory.cxx
+
2
−
2
View file @
9b86e619
...
...
@@ -573,14 +573,14 @@ G4VSolid *Geo2G4SolidFactory::Build(const GeoShape* geoShape, std::string name)
sharedShapes
[
geoShape
]
=
theSolid
;
return
theSolid
;
}
//
TODO
createLArWheelSolid
//createLArWheelSolid
G4VSolid
*
Geo2G4SolidFactory
::
createLArWheelSolid
(
const
std
::
string
&
name
,
const
LArWheelSolidDef_t
&
lwsdef
)
const
{
// LArWheelSolid_t wheelType, int zside
LArWheelSolid_t
wheelType
=
lwsdef
.
first
;
int
zside
=
lwsdef
.
second
;
LArWheelSolid
*
theLWS
=
new
LArWheelSolid
(
name
,
wheelType
,
zside
);
LArWheelSolidDDProxy
*
theLWS_p
=
new
LArWheelSolidDDProxy
(
theLWS
);
//
LArWheelSolidDDProxy * theLWS_p = new LArWheelSolidDDProxy(theLWS);
// ownership is passed to detStore
//if ( detStore()->record(theLWS_p, name).isFailure() ) {
// std::cout<<"Can't store proxy for LArWheelSolid to the DetectorStore"<<std::endl;
...
...
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