Project
Loading...
Searching...
No Matches
Triggers.h File Reference

Definition of the 32 Central Trigger System (CTS) Trigger Types defined in https://twiki.cern.ch/twiki/pub/ALICE/NoteForFEDevelopers/CTS_CRU_FE_interface.pdf. More...

#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::trigger
 

Variables

constexpr uint32_t o2::trigger::ORBIT = 0x1 << 0
 
constexpr uint32_t o2::trigger::HB = 0x1 << 1
 
constexpr uint32_t o2::trigger::HBr = 0x1 << 2
 
constexpr uint32_t o2::trigger::HC = 0x1 << 3
 
constexpr uint32_t o2::trigger::PhT = 0x1 << 4
 
constexpr uint32_t o2::trigger::PP = 0x1 << 5
 
constexpr uint32_t o2::trigger::Cal = 0x1 << 6
 
constexpr uint32_t o2::trigger::SOT = 0x1 << 7
 
constexpr uint32_t o2::trigger::EOT = 0x1 << 8
 
constexpr uint32_t o2::trigger::SOC = 0x1 << 9
 
constexpr uint32_t o2::trigger::EOC = 0x1 << 10
 
constexpr uint32_t o2::trigger::TF = 0x1 << 11
 
constexpr uint32_t o2::trigger::TPC = 0x1 << 29
 
constexpr uint32_t o2::trigger::TPCrst = 0x1 << 30
 
constexpr uint32_t o2::trigger::TOF = 0x1 << 31
 

Detailed Description

Definition of the 32 Central Trigger System (CTS) Trigger Types defined in https://twiki.cern.ch/twiki/pub/ALICE/NoteForFEDevelopers/CTS_CRU_FE_interface.pdf.

Definition in file Triggers.h.