Project
Loading...
Searching...
No Matches
o2::dataformats::bcRanges Struct Reference

#include <BCRange.h>

Public Types

using limits = o2::dataformats::Pair< uint64_t, uint64_t >
 

Public Member Functions

 bcRanges (const char *label)
 
void reset ()
 
char status ()
 
auto size ()
 
void add (uint64_t first, uint64_t last)
 
void sort ()
 
template<typename BCs >
uint64_t getnNotCompBCs (BCs bcs)
 
void merge (bool toForce=false)
 
template<typename BCs >
void compact (BCs bcs, Double_t fillFac, bool toForce=false)
 
bool isInRange (uint64_t index)
 
auto operator[] (int index)
 
auto begin ()
 
auto end ()
 
auto name ()
 
auto list ()
 

Public Attributes

const charmlistName
 
std::vector< limitsmbcRangesList
 
bool isSorted
 
bool isMerged
 
bool isExtended
 

Detailed Description

Definition at line 21 of file BCRange.h.

Member Typedef Documentation

◆ limits

Definition at line 23 of file BCRange.h.

Constructor & Destructor Documentation

◆ bcRanges()

o2::dataformats::bcRanges::bcRanges ( const char label)
inline

Definition at line 34 of file BCRange.h.

Member Function Documentation

◆ add()

void o2::dataformats::bcRanges::add ( uint64_t  first,
uint64_t  last 
)
inline

Definition at line 61 of file BCRange.h.

◆ begin()

auto o2::dataformats::bcRanges::begin ( )
inline

Definition at line 221 of file BCRange.h.

◆ compact()

template<typename BCs >
void o2::dataformats::bcRanges::compact ( BCs  bcs,
Double_t  fillFac,
bool  toForce = false 
)
inline

Definition at line 153 of file BCRange.h.

◆ end()

auto o2::dataformats::bcRanges::end ( )
inline

Definition at line 225 of file BCRange.h.

◆ getnNotCompBCs()

template<typename BCs >
uint64_t o2::dataformats::bcRanges::getnNotCompBCs ( BCs  bcs)
inline

Definition at line 80 of file BCRange.h.

◆ isInRange()

bool o2::dataformats::bcRanges::isInRange ( uint64_t  index)
inline

Definition at line 204 of file BCRange.h.

◆ list()

auto o2::dataformats::bcRanges::list ( )
inline

Definition at line 237 of file BCRange.h.

◆ merge()

void o2::dataformats::bcRanges::merge ( bool  toForce = false)
inline

Definition at line 107 of file BCRange.h.

◆ name()

auto o2::dataformats::bcRanges::name ( )
inline

Definition at line 231 of file BCRange.h.

◆ operator[]()

auto o2::dataformats::bcRanges::operator[] ( int  index)
inline

Definition at line 217 of file BCRange.h.

◆ reset()

void o2::dataformats::bcRanges::reset ( )
inline

Definition at line 41 of file BCRange.h.

◆ size()

auto o2::dataformats::bcRanges::size ( )
inline

Definition at line 55 of file BCRange.h.

◆ sort()

void o2::dataformats::bcRanges::sort ( )
inline

Definition at line 70 of file BCRange.h.

◆ status()

char o2::dataformats::bcRanges::status ( )
inline

Definition at line 49 of file BCRange.h.

Member Data Documentation

◆ isExtended

bool o2::dataformats::bcRanges::isExtended

Definition at line 30 of file BCRange.h.

◆ isMerged

bool o2::dataformats::bcRanges::isMerged

Definition at line 29 of file BCRange.h.

◆ isSorted

bool o2::dataformats::bcRanges::isSorted

Definition at line 28 of file BCRange.h.

◆ mbcRangesList

std::vector<limits> o2::dataformats::bcRanges::mbcRangesList

Definition at line 27 of file BCRange.h.

◆ mlistName

const char* o2::dataformats::bcRanges::mlistName

Definition at line 26 of file BCRange.h.


The documentation for this struct was generated from the following file: