Skip to content

Commit e3a53fc

Browse files
author
Stefanie Mrozinski
committed
add copy constructor
1 parent cf65b5e commit e3a53fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PWGEM/PhotonMeson/Tasks/photonhbt.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ struct Photonhbt {
372372
usedPhotonIdsPerCol.clear();
373373
truthGammaPool.clear();
374374
}
375+
Photonhbt(const Photonhbt&) = delete;
375376

376377
HistogramRegistry fRegistry{"output", {}, OutputObjHandlingPolicy::AnalysisObject, false, false};
377378
HistogramRegistry fRegistryPairQA{"outputPairQA", {}, OutputObjHandlingPolicy::AnalysisObject, false, false};

0 commit comments

Comments
 (0)