AlcapDAQ  1
TWFDRawIsland.h
Go to the documentation of this file.
1 #ifndef TWFDRawIsland_h
2 #define TWFDRawIsland_h
3 
4 #include <vector>
5 #include "Rtypes.h"
6 
12  public:
13  Int_t fTime;
14  std::vector<UChar_t> fADC;
15 };
16 
17 #endif