Skip to content
Snippets Groups Projects

Nicafemto

Merged Daniel Wielanek requested to merge wielanek_AT_if.pw.edu.pl/cbmroot:nicafemto into master
@@ -86,8 +86,8 @@ NicaPackage* CbmDeltaPhiDeltaThetaStarCut::Report() const {
return pack;
}
CbmDeltaPhiDeltaThetaStarCut& CbmDeltaPhiDeltaThetaStarCut::operator=(
const CbmDeltaPhiDeltaThetaStarCut& other) {
CbmDeltaPhiDeltaThetaStarCut& CbmDeltaPhiDeltaThetaStarCut::
operator=(const CbmDeltaPhiDeltaThetaStarCut& other) {
if (this == &other) return *this;
fDataType = other.fDataType;
return *this;
Loading