Container to hold extra-event user data. More...
#include "fwk/UserData.h"
Public Member Functions | |
UserData & | GetInstance () |
virtual | ~UserData () |
Protected Member Functions | |
UserData () | |
Static Private Attributes | |
static UserData * | fUserDataSingleInstance =0 |
Container to hold extra-event user data.
This is a container that the user can fill with all the data structures he wants to define. From any of the modules, the UserData class can be retrieved with:
This entry point can then be used to access user defined structures. Procedure:
Definition at line 48 of file UserData.h.
|
inlinevirtual |
Definition at line 52 of file UserData.h.
References fUserDataSingleInstance.
|
protected |
Referenced by GetInstance().
UserData & UserData::GetInstance | ( | ) |
Definition at line 17 of file UserData.cc.
References fUserDataSingleInstance, and UserData().
|
staticprivate |
Definition at line 62 of file UserData.h.
Referenced by GetInstance(), and ~UserData().