AlcapDAQ
1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
musun_analysis_code
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
11
class
TWFDRawIsland
{
12
public
:
13
Int_t
fTime
;
14
std::vector<UChar_t>
fADC
;
15
};
16
17
#endif
Generated by
1.8.4