Project
Loading...
Searching...
No Matches
ROFViews.h File Reference
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <string>
#include <format>
#include "CommonConstants/LHCConstants.h"
#include "CommonDataFormat/RangeReference.h"
#include "DataFormatsITS/TimeEstBC.h"
#include "DataFormatsITS/Vertex.h"
#include "GPUCommonMath.h"
#include "GPUCommonDef.h"
#include "Framework/Logger.h"

Go to the source code of this file.

Classes

struct  o2::itsmft::tracking::ROFTimingLayer
 
struct  o2::itsmft::tracking::ROFOverlapView< TableEntry, TableIndex >
 
struct  o2::itsmft::tracking::ROFVertexLookupView< TableEntry, TableIndex >
 
struct  o2::itsmft::tracking::ROFMaskView< TableEntry, TableIndex >
 
struct  o2::itsmft::tracking::RuntimeROFViews
 

Namespaces

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

Typedefs

using o2::itsmft::tracking::RuntimeROFTableEntry = o2::dataformats::RangeReference< ROFTimingLayer::BCType, ROFTimingLayer::BCType >
 
using o2::itsmft::tracking::RuntimeROFOverlapView = ROFOverlapView< RuntimeROFTableEntry, RuntimeROFTableEntry >
 
using o2::itsmft::tracking::RuntimeROFVertexLookupView = ROFVertexLookupView< RuntimeROFTableEntry, RuntimeROFTableEntry >
 
using o2::itsmft::tracking::RuntimeROFMaskView = ROFMaskView< uint8_t, uint32_t >