Helper class for finding the active TStore object. More...
#include <TActiveStore.h>
Static Public Member Functions | |
static TStore * | store () |
Access the currently active TVirtualEvent object. | |
Friends | |
class | TStore |
Allow the TStore class to register itself at the right time. |
Helper class for finding the active TStore object.
The idea here is very similar to the one in Athena. Some code needs to access the currently "active" store, without receiving a pointer/reference to the store directly. This code always makes sure that the currently active TStore object is returned to the user. (In case multiple TStore objects are being used to read multiple input files at the same time.)