ROOT collections (cont)

Pasha Murat (murat@cdfsga.fnal.gov)
Mon, 6 Oct 1997 21:17:11 GMT


One more question:

- is it possible to store in any of the collection classes not pointers,
but the objects themselves (like STL does it)? - reconstruction codes,
for example, deal with ~n*10**4 hits per event, so by all means I'd try
to avoid calling 'new' per hit...

Thanks a lot, Pasha.