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
ece5cd07
Commit
ece5cd07
authored
7 years ago
by
local1
Browse files
Options
Downloads
Patches
Plain Diff
replaced G4int by G4long for m_index as m_index can be very large
parent
6add44e8
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
NPSimulation/Scorers/SiliconScorers.hh
+3
-3
3 additions, 3 deletions
NPSimulation/Scorers/SiliconScorers.hh
with
3 additions
and
3 deletions
NPSimulation/Scorers/SiliconScorers.hh
+
3
−
3
View file @
ece5cd07
...
@@ -157,7 +157,7 @@ namespace SILICONSCORERS {
...
@@ -157,7 +157,7 @@ namespace SILICONSCORERS {
G4int
m_DetectorNumber
;
G4int
m_DetectorNumber
;
G4int
m_StripLengthNumber
;
G4int
m_StripLengthNumber
;
G4int
m_StripWidthNumber
;
G4int
m_StripWidthNumber
;
G4
int
m_Index
;
G4
long
m_Index
;
};
};
...
@@ -219,7 +219,7 @@ namespace SILICONSCORERS {
...
@@ -219,7 +219,7 @@ namespace SILICONSCORERS {
G4int
m_StripRingNumber
;
G4int
m_StripRingNumber
;
G4int
m_StripSectorNumber
;
G4int
m_StripSectorNumber
;
G4int
m_StripQuadrantNumber
;
G4int
m_StripQuadrantNumber
;
G4
int
m_Index
;
G4
long
m_Index
;
};
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
...
@@ -271,7 +271,7 @@ namespace SILICONSCORERS {
...
@@ -271,7 +271,7 @@ namespace SILICONSCORERS {
G4ThreeVector
m_Position
;
G4ThreeVector
m_Position
;
G4int
m_DetectorNumber
;
G4int
m_DetectorNumber
;
G4int
m_StripWidthNumber
;
G4int
m_StripWidthNumber
;
G4
int
m_Index
;
G4
long
m_Index
;
};
};
...
...
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