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 }