diff --git a/core/data/psd/CbmPsdDigi.cxx b/core/data/psd/CbmPsdDigi.cxx
index 490424835aaa2368ad1bc4e5f5f248d8650aacdc..d2ff74bd3fad932b8ed96224c7d797b460dc51bf 100644
--- a/core/data/psd/CbmPsdDigi.cxx
+++ b/core/data/psd/CbmPsdDigi.cxx
@@ -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)