CbmRoot
|
#include <Rtypes.h>
#include <RtypesCore.h>
#include <cstdint>
#include <vector>
#include <boost/serialization/access.hpp>
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/vector.hpp>
Go to the source code of this file.
Classes | |
class | CbmTrdRawMessageSpadic |
Base class for storing raw information which comes from the Spadic v2.2 trough flib or from a tsa file. More... | |
Namespaces | |
Spadic | |
Enumerations | |
enum | Spadic::MsMessageType : uint8_t { Spadic::MsMessageType::kEPO, Spadic::MsMessageType::kSOM, Spadic::MsMessageType::kRDA, Spadic::MsMessageType::kINF, Spadic::MsMessageType::kNUL, Spadic::MsMessageType::kUNK = 0x01 } |
enum | Spadic::TriggerType : uint8_t { Spadic::TriggerType::kGlobal = 0, Spadic::TriggerType::kSelf = 1, Spadic::TriggerType::kNeigh = 2, Spadic::TriggerType::kSandN = 3 } |
enum | Spadic::MsInfoType : uint8_t { Spadic::MsInfoType::kBOM, Spadic::MsInfoType::kMSB, Spadic::MsInfoType::kBUF, Spadic::MsInfoType::kUNU, Spadic::MsInfoType::kMIS } |
Definition in file CbmTrdRawMessageSpadic.h.