otsdaq  v2_01_00
Visual3DData.h
1 #ifndef _ots_Visual3DData_h
2 #define _ots_Visual3DData_h
3 
4 #include "otsdaq-core/MonicelliInterface/Visual3DEvent.h"
5 
6 #include <map>
7 #include <string>
8 #include <vector>
9 
10 namespace ots
11 {
12 
13 
15 {
16 public:
17  Visual3DData(){;}
18  virtual ~Visual3DData(void){;}
19 
20 private:
21  map<int,Visual3DEvents> theData_;
22 };
23 
24 }
25 
26 #endif