Berkeley Nuclear Data Software
MesyDAQEvent.h
Go to the documentation of this file.
1 #ifndef _MESY_DAQ_EVENT_
2 #define _MESY_DAQ_EVENT_
3 #include "MDPP16DataStructures.h"
4 
6 {
7 public:
9  //link module id to data for the module for scp data
10  map<unsigned int, vector<MDPP16Event > > m_modules;
11 
12 };
13 
14 #endif
Definition: MesyDAQEvent.h:6
MesyDAQEvent()
Definition: MesyDAQEvent.h:8
map< unsigned int, vector< MDPP16Event > > m_modules
Definition: MesyDAQEvent.h:8