nuisance is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 7 years ago

Last modified 7 years ago

#49 new task

Lots of cloned THXs where the original pointer is lost

Reported by: lp208 Owned by: somebody
Priority: minor Milestone: Tuning paper, vxry
Component: component1 Version:
Keywords: code maintenance Cc:

Description

Lots of times in the InputHandler? (but i suspect elsewhere as well) a TH1D is cloned, edited and then the original pointer is set to the cloned one... the original histo is then non referencible. This is fine in pyROOT (assume they can refcount) as that histo should get swept up... but here we just end up with loads of cloned histos that are float-ie like... they probably get killed when the containing TFile kills them but might be worth cleaning them up for memories sake.

Change History (2)

comment:1 Changed 7 years ago by Patrick Stowell

Milestone: milestone2

comment:2 Changed 7 years ago by Clarence Wret

Milestone: milestone2Tuning paper, vxry

Milestone renamed

Note: See TracTickets for help on using tickets.