Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
np
nptool
Commits
5b89d5f3
Commit
5b89d5f3
authored
9 months ago
by
HEITZ Louis
Browse files
Options
Downloads
Patches
Plain Diff
Update DSSDScorers.hh
parent
aaf68bbb
No related branches found
No related tags found
1 merge request
!27
Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline
#323804
failed
9 months ago
Stage: build-NPLib
Stage: build-NPSimulation
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NPSimulation/Scorers/DSSDScorers.hh
+1
-5
1 addition, 5 deletions
NPSimulation/Scorers/DSSDScorers.hh
with
1 addition
and
5 deletions
NPSimulation/Scorers/DSSDScorers.hh
+
1
−
5
View file @
5b89d5f3
...
...
@@ -169,8 +169,7 @@ namespace DSSDScorers {
public:
// with description
PS_Rectangle
(
G4String
name
,
G4int
Level
,
G4double
StripPlaneLength
,
G4double
StripPlaneWidth
,
G4int
NumberOfStripLength
,
G4int
NumberOfStripWidth
,
G4int
depth
=
0
,
G4String
axis
=
"xy"
,
G4double
TimeThreshold
=
0
,
G4double
InterStripLength
=
0
,
G4double
InterStripWidth
=
0
);
G4int
NumberOfStripLength
,
G4int
NumberOfStripWidth
,
G4int
depth
=
0
,
G4String
axis
=
"xy"
);
~
PS_Rectangle
();
private:
...
...
@@ -194,9 +193,6 @@ namespace DSSDScorers {
unsigned
int
m_NumberOfStripWidth
;
double
m_StripPitchLength
;
double
m_StripPitchWidth
;
double
m_TimeThreshold
;
double
m_InterStripLength
;
double
m_InterStripWidth
;
// Level at which to find the copy number linked to the detector number
int
m_Level
;
...
...
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