PSXtcInput/include/DgramPieces.h

Go to the documentation of this file.
00001 #ifndef PSXTCINPUT_DGRAMPIECES_H
00002 #define PSXTCINPUT_DGRAMPIECES_H
00003 
00004 #include <vector>
00005 #include "XtcInput/Dgram.h"
00006 
00007 namespace PSXtcInput {
00008 
00009 class DgramPieces {
00010 public:
00011   void reset() {eventDg.clear(); nonEventDg.clear();}
00012   std::vector<XtcInput::Dgram> eventDg;
00013   std::vector<XtcInput::Dgram> nonEventDg;
00014 };
00015 
00016 }
00017 
00018 #endif // PSXTCINPUT_DGRAMPIECES_H

Generated on 19 Dec 2016 for PSANAclasses by  doxygen 1.4.7