Skip to content
Snippets Groups Projects
Commit 27c9f373 authored by Shaun Roe's avatar Shaun Roe Committed by Melissa Yexley
Browse files

remove pseudo copy constructor

parent 46b56aac
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment