THistSvc: cache TObject types
All threads resolved!
All threads resolved!
The TObject::InheritsFrom
call can be quite slow. Since we already
deduce the object type (TH1
, TTree
, etc.) during registration, save
this information and use it instead of re-deriving it every time.
Also avoid calling updateFiles
if no TTrees are registered.
Both these changes significantly speed up the EndEvent
incident
handling for jobs with large (>10k) number of histograms. Thanks to @rbielski for reporting this.
Also re-organize struct THistID
to avoid padding (using Pahole), delete unused reset
method and include debug message protections from @smh (!1283 (closed)).
Merge request reports
Activity
Filter activity
changed milestone to %v36r3
- Resolved by Frank Winklmeier
- Resolved by Frank Winklmeier
added lhcb-gaudi-head label
- [2021-12-09 11:28] Validation started with lhcb-gaudi-head#3114
mentioned in commit 81ceb46b
mentioned in merge request atlas/atlasexternals!909 (merged)
Please register or sign in to reply