Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
userDataEvent Class Reference
Class left to the user to create his/her transient EVENT Data.
More...
#include <userDataEvent.h>
List of all members.
Detailed Description
Class left to the user to create his/her transient EVENT Data.
userDataEvent
should be implemented by the USER
- The user event transient data classes should be created in the constructor of this class.
- The user event transient data classes should be added into the dataEventServer of the dataManager in the constructor of this class. For that use the following code line:
dataManager::instance()->evt()->addData("nameData", new dataClass());
This a similar process of adding algorithms or cuts. See userAlgorithms. - All the user event transient data classes should inherit from trsDataVI.
- An careful programer will keep the pointer to the created class in this class an will destroyed it in the destructor of this class. The same apply to userDataDetector, userAlgorithms and userCuts.
Definition at line 28 of file userDataEvent.h.
Constructor & Destructor Documentation
userDataEvent::userDataEvent ( ) |
|
userDataEvent::~userDataEvent ( ) [inline] |
|
destructor - destroies the user event transient data classes.
Definition at line 36 of file userDataEvent.h.
The documentation for this class was generated from the following files:
Generated at Fri Aug 18 12:57:42 2000 for centella framework by
1.1.3 written by Dimitri van Heesch,
© 1997-2000