Skip to content
Snippets Groups Projects
Commit a77bbe77 authored by Pascal Raisig's avatar Pascal Raisig Committed by Pierre-Alain Loizeau
Browse files

Fix implicit copy assignment operator warning

Add copy assignment operator definition for CbmTrdDigi
parent 38347afc
No related branches found
No related tags found
1 merge request!415Include all unpackers in the new /reco/steer/ based scheme
......@@ -85,6 +85,13 @@ public:
*/
CbmTrdDigi(const CbmTrdDigi&);
/**
* @brief Assignment operator
*
* @return CbmTrdDigi&
*/
CbmTrdDigi& operator=(const CbmTrdDigi&) = default;
/** \brief Charge addition in case of pile-up (FASP simulation only)
* \param[in] sd previous digi absorbed by current
......
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