Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

userDataEvent.cpp

Go to the documentation of this file.
00001 
00002 #include "Event/userDataEvent.h"
00003 #include "Event/dataManager.h"
00004 
00005 #include "reconstruction/sirClusterList.h"
00006 #include "reconstruction/sirTrackList.h"
00007 
00008 //####################################
00009 userDataEvent::userDataEvent()
00010 //####################################
00011 {
00012         dataEventServer* d = dataManager::instance()->evt();
00013         d->addData("sirClusterList",   new sirClusterList());
00014         d->addData("sirTrackList",     new sirTrackList());
00015 }

Generated at Thu Jun 22 16:53:26 2000 for Centella Framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000