Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Davide Di Croce
athena
Commits
27c9f373
Commit
27c9f373
authored
1 year ago
by
Shaun Roe
Committed by
Melissa Yexley
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
remove pseudo copy constructor
parent
46b56aac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ForwardDetectors/ZDC/ZDC_SimEvent/ZDC_SimEvent/ZDC_SimFiberHit.h
+2
-2
2 additions, 2 deletions
...Detectors/ZDC/ZDC_SimEvent/ZDC_SimEvent/ZDC_SimFiberHit.h
with
2 additions
and
2 deletions
ForwardDetectors/ZDC/ZDC_SimEvent/ZDC_SimEvent/ZDC_SimFiberHit.h
+
2
−
2
View file @
27c9f373
...
...
@@ -42,13 +42,13 @@ class ZDC_SimFiberHit
/**
* @brief Copy constructor
*/
ZDC_SimFiberHit(const ZDC_SimFiberHit *right) : ZDC_SimFiberHit(*right){};
Identifier getID () const { return m_ID; }
double getEdep () const { return m_Edep; }
int getNPhotons() const { return m_Nphotons; }
*/
/**
* @brief Assignment operator
*/
...
...
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