T * ADF::StackOfObjects< T >::New | ( | Bool_t | do_reset = true | ) |
It pops up a new object on the top of the stack.
If the size of the current stack is not large enough it creates a new object (default constructor). If the object has been allocated in a previous call, it just call its Reset method (if do_reset is set to true)
Definition at line 131 of file StackOfObjects.h.