Skip to content
Snippets Groups Projects
Commit 9b48ffe6 authored by Nikolay Karpushkin's avatar Nikolay Karpushkin Committed by Florian Uhlig
Browse files

4-par constructor fix

parent 21604cb9
No related branches found
No related tags found
1 merge request!387Psd digi update & moni + unpack update
......@@ -26,7 +26,7 @@ CbmPsdDigi::CbmPsdDigi(UInt_t address, Double_t time, Double_t edep) : fuAddress
// --- Constructor with module and section number
CbmPsdDigi::CbmPsdDigi(UInt_t moduleId, UInt_t sectionId, Double_t edep, Double_t time)
CbmPsdDigi::CbmPsdDigi(UInt_t moduleId, UInt_t sectionId, Double_t time, Double_t edep)
: fuAddress(0)
, fdTime(time)
, fdEdep(edep)
......
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