Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
Peter Sherwood
athena
Commits
01ecd430
Commit
01ecd430
authored
5 years ago
by
Liangliang Han
Browse files
Options
Downloads
Patches
Plain Diff
modify indent issue for DerivedG4PhysicalVolume.h
parent
02f2a75c
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
Simulation/G4Atlas/G4AtlasTools/G4AtlasTools/DerivedG4PhysicalVolume.h
+19
-13
19 additions, 13 deletions
...Atlas/G4AtlasTools/G4AtlasTools/DerivedG4PhysicalVolume.h
with
19 additions
and
13 deletions
Simulation/G4Atlas/G4AtlasTools/G4AtlasTools/DerivedG4PhysicalVolume.h
+
19
−
13
View file @
01ecd430
...
@@ -33,20 +33,26 @@ public:
...
@@ -33,20 +33,26 @@ public:
copyNo
=
CopyNo
;
copyNo
=
CopyNo
;
}
}
G4bool
IsMany
()
const
final
{
return
true
;}
G4bool
IsMany
()
const
final
{
return
true
;
}
G4bool
IsReplicated
()
const
final
{
return
true
;}
G4bool
IsParameterised
()
const
final
{
return
true
;}
G4bool
IsReplicated
()
const
final
{
return
true
;
}
G4VPVParameterisation
*
GetParameterisation
()
const
final
{
return
nullptr
;}
G4bool
IsParameterised
()
const
final
{
return
true
;
}
G4VPVParameterisation
*
GetParameterisation
()
const
final
{
return
nullptr
;
}
void
GetReplicationData
(
EAxis
&
axis
,
G4int
&
nReplicas
,
G4double
&
width
,
G4double
&
offset
,
G4bool
&
consuming
)
const
final
void
GetReplicationData
(
EAxis
&
axis
,
G4int
&
nReplicas
,
G4double
&
width
,
G4double
&
offset
,
G4bool
&
consuming
)
const
final
{
{
axis
=
(
EAxis
)
1
;
axis
=
(
EAxis
)
1
;
nReplicas
=
0
;
nReplicas
=
0
;
width
=
0.0
;
width
=
0.0
;
offset
=
0.0
;
offset
=
0.0
;
consuming
=
true
;
consuming
=
true
;
}
}
G4bool
IsRegularStructure
()
const
final
{
return
true
;}
G4int
GetRegularStructureId
()
const
final
{
return
0
;}
G4bool
IsRegularStructure
()
const
final
{
return
true
;
}
G4int
GetRegularStructureId
()
const
final
{
return
0
;
}
G4int
copyNo
;
G4int
copyNo
;
...
...
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