00001 #ifndef _ots_Visual3DData_h 00002 #define _ots_Visual3DData_h 00003 00004 #include "otsdaq-core/MonicelliInterface/Visual3DEvent.h" 00005 00006 #include <map> 00007 #include <string> 00008 #include <vector> 00009 00010 namespace ots 00011 { 00012 00013 00014 class Visual3DData 00015 { 00016 public: 00017 Visual3DData(){;} 00018 virtual ~Visual3DData(void){;} 00019 00020 private: 00021 map<int,Visual3DEvents> theData_; 00022 }; 00023 00024 } 00025 00026 #endif