Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
userDataDetector Class Reference
Class left to the user to create his/her transient detector Data.
More...
#include <userDataDetector.h>
List of all members.
Detailed Description
Class left to the user to create his/her transient detector Data.
userDataDetector
should be implemented by the USER
- The user detector transient data classes should be created in the constructor of this class.
- The user detector transient data classes should be added into the dataDetectorServer of the dataManager in the constructor of this class. For that use the following code line:
dataManager::instance()->det()->addData("nameData", new dataClass());
This a similar process of adding algorithms or cuts. See userAlgorithms. - All the user detector transient data classes should inherit from trsDataVI.
Definition at line 25 of file userDataDetector.h.
Constructor & Destructor Documentation
userDataDetector::userDataDetector ( ) |
|
userDataDetector::~userDataDetector ( ) [inline] |
|
destructor - destroies the user detector transient data.
Definition at line 34 of file userDataDetector.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