Project
Loading...
Searching...
No Matches
o2::dataformats::EvIndex< E, I > Class Template Reference

#include <EvIndex.h>

Public Member Functions

 EvIndex (E ev, I idx)
 
 EvIndex (const EvIndex< E, I > &src)=default
 
 EvIndex ()=default
 
 ~EvIndex ()=default
 
void set (E ev, I idx)
 
getEvent () const
 
getIndex () const
 
void setEvent (E ev)
 
void setIndex (I ind)
 
void shiftEvent (E inc)
 
void shiftIndex (I inc)
 

Detailed Description

template<typename E = int, typename I = int>
class o2::dataformats::EvIndex< E, I >

Definition at line 28 of file EvIndex.h.

Constructor & Destructor Documentation

◆ EvIndex() [1/3]

template<typename E = int, typename I = int>
o2::dataformats::EvIndex< E, I >::EvIndex ( ev,
idx 
)
inline

Definition at line 31 of file EvIndex.h.

◆ EvIndex() [2/3]

template<typename E = int, typename I = int>
o2::dataformats::EvIndex< E, I >::EvIndex ( const EvIndex< E, I > &  src)
default

◆ EvIndex() [3/3]

template<typename E = int, typename I = int>
o2::dataformats::EvIndex< E, I >::EvIndex ( )
default

◆ ~EvIndex()

template<typename E = int, typename I = int>
o2::dataformats::EvIndex< E, I >::~EvIndex ( )
default

Member Function Documentation

◆ getEvent()

template<typename E = int, typename I = int>
E o2::dataformats::EvIndex< E, I >::getEvent ( ) const
inline

Definition at line 40 of file EvIndex.h.

◆ getIndex()

template<typename E = int, typename I = int>
I o2::dataformats::EvIndex< E, I >::getIndex ( ) const
inline

Definition at line 41 of file EvIndex.h.

◆ set()

template<typename E = int, typename I = int>
void o2::dataformats::EvIndex< E, I >::set ( ev,
idx 
)
inline

Definition at line 35 of file EvIndex.h.

◆ setEvent()

template<typename E = int, typename I = int>
void o2::dataformats::EvIndex< E, I >::setEvent ( ev)
inline

Definition at line 42 of file EvIndex.h.

◆ setIndex()

template<typename E = int, typename I = int>
void o2::dataformats::EvIndex< E, I >::setIndex ( ind)
inline

Definition at line 43 of file EvIndex.h.

◆ shiftEvent()

template<typename E = int, typename I = int>
void o2::dataformats::EvIndex< E, I >::shiftEvent ( inc)
inline

Definition at line 44 of file EvIndex.h.

◆ shiftIndex()

template<typename E = int, typename I = int>
void o2::dataformats::EvIndex< E, I >::shiftIndex ( inc)
inline

Definition at line 45 of file EvIndex.h.


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