#include <IRFrameSelector.h>
|
long | check (o2::dataformats::IRFrame fr, size_t bwd=0, size_t fwd=0) |
|
long | check (const o2::InteractionRecord &ir, size_t bwd=0, size_t fwd=0) |
|
gsl::span< const o2::dataformats::IRFrame > | getMatchingFrames (const o2::dataformats::IRFrame &fr) |
|
template<typename SPAN > |
void | setSelectedIRFrames (const SPAN &sp, size_t bwd=0, size_t fwd=0, long shift=0, bool removeOverlaps=true) |
|
void | clear () |
|
size_t | loadIRFrames (const std::string &fname) |
|
void | applyMargins (size_t bwd, size_t fwd, long shift, bool removeOverlaps=true) |
|
void | print (bool lst=false) const |
|
auto | getIRFrames () const |
|
bool | isSet () const |
|
void | setOwnList (const std::vector< o2::dataformats::IRFrame > &lst, bool toBeSorted) |
|
Definition at line 24 of file IRFrameSelector.h.
◆ applyMargins()
void IRFrameSelector::applyMargins |
( |
size_t |
bwd, |
|
|
size_t |
fwd, |
|
|
long |
shift, |
|
|
bool |
removeOverlaps = true |
|
) |
| |
◆ check() [1/2]
◆ check() [2/2]
◆ clear()
void IRFrameSelector::clear |
( |
| ) |
|
◆ getIRFrames()
auto o2::utils::IRFrameSelector::getIRFrames |
( |
| ) |
const |
|
inline |
◆ getMatchingFrames()
◆ isSet()
bool o2::utils::IRFrameSelector::isSet |
( |
| ) |
const |
|
inline |
◆ loadIRFrames()
size_t IRFrameSelector::loadIRFrames |
( |
const std::string & |
fname | ) |
|
◆ print()
void IRFrameSelector::print |
( |
bool |
lst = false | ) |
const |
◆ setOwnList()
◆ setSelectedIRFrames()
template<typename SPAN >
void o2::utils::IRFrameSelector::setSelectedIRFrames |
( |
const SPAN & |
sp, |
|
|
size_t |
bwd = 0 , |
|
|
size_t |
fwd = 0 , |
|
|
long |
shift = 0 , |
|
|
bool |
removeOverlaps = true |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: