ATLAS Offline Software
|
=============================================================== More...
#include <ROBDataProviderSvc.h>
===============================================================
ROBDataProvider class for accessing ROBData
Requirements: define a ROBData class in the scope provide a method void getROBData(const vector<uint>& ids, vector<ROBData*>& v) Implementation: Use an interal map to store all ROBs We can not assume any ROB/ROS relationship, no easy way to search. This implementation is used in offline
Created: Sept 19, 2002 By: Hong Ma Modified: Aug. 18 2003 (common class for Online/Offline) By: Werner Wiedenmann Modified: Apr 21 2005 (remove dependency on data flow repository) By: Werner Wiedenmann