#include <vector>#include <iosfwd>#include "TObject.h"Go to the source code of this file.
Namespaces | |
| namespace | rawdata |
Classes | |
| class | rawdata::DAQHeader |
Enumerations | |
| enum | det_id_ { kNear, kFar, kIPND, kNDet } |
|
|
Definition at line 19 of file DAQHeader.h. 00019 {
00020 kNear,
00021 kFar,
00022 kIPND,
00023 kNDet
00024 };
|
1.3.9.1