ICP
1
|
Go to the source code of this file.
Classes | |
struct | DAEEventHeaderInfo |
Sutucture of an Event in DAE memory (32bits) More... | |
struct | DAEEventHeaderVetos |
struct | DAEEventHeader |
fixed header marker for DAEEventHeader More... | |
struct | DetectorEvent32 |
struct | DetectorEvent64 |
class | Ievent |
Namespaces | |
Ievent_conditions | |
Enumerations | |
enum | DAEEventHeaderMarker { DummyEndOfRunMarker =0xcfffffff, DummyHeaderMarker =0xdfffffff, EndOfRunMarker =0xefffffff, AllValuesFilledInMarker =0xffffffff, EndOfRunMarker =0xefffffff, AllValuesFilledInMarker =0xffffffff } |
Functions | |
Ievent_conditions::BOOST_STATIC_ASSERT (sizeof(DAEEventHeaderInfo)==4) | |
Ievent_conditions::BOOST_STATIC_ASSERT (sizeof(DAEEventHeaderVetos)==4) | |
Ievent_conditions::BOOST_STATIC_ASSERT (sizeof(DAEEventHeader)==40) | |
Ievent_conditions::BOOST_STATIC_ASSERT (sizeof(DetectorEvent32)==4) | |
Ievent_conditions::BOOST_STATIC_ASSERT (sizeof(DetectorEvent64)==8) | |
Variables | |
static const int | DAEEventHeaderFixedMarker = 0xffffffff |
enum DAEEventHeaderMarker |