Project
Loading...
Searching...
No Matches
o2::ctf::CTFIOSize Struct Reference

#include <CTFIOSize.h>

Public Member Functions

bool operator== (const CTFIOSize &other) const
 
bool operator!= (const CTFIOSize &other) const
 
CTFIOSize operator+ (const CTFIOSize &other) const
 
CTFIOSize operator- (const CTFIOSize &other) const
 
CTFIOSizeoperator+= (const CTFIOSize &other)
 
CTFIOSizeoperator-= (const CTFIOSize &other)
 
std::string asString () const
 
 ClassDefNV (CTFIOSize, 1)
 

Public Attributes

size_t rawIn = 0
 
size_t ctfIn = 0
 
size_t ctfOut = 0
 

Detailed Description

Definition at line 22 of file CTFIOSize.h.

Member Function Documentation

◆ asString()

std::string CTFIOSize::asString ( ) const

Definition at line 19 of file CTFIOSize.cxx.

◆ ClassDefNV()

o2::ctf::CTFIOSize::ClassDefNV ( CTFIOSize  ,
 
)

◆ operator!=()

bool o2::ctf::CTFIOSize::operator!= ( const CTFIOSize other) const
inline

Definition at line 28 of file CTFIOSize.h.

◆ operator+()

CTFIOSize o2::ctf::CTFIOSize::operator+ ( const CTFIOSize other) const
inline

Definition at line 29 of file CTFIOSize.h.

◆ operator+=()

CTFIOSize & o2::ctf::CTFIOSize::operator+= ( const CTFIOSize other)
inline

Definition at line 32 of file CTFIOSize.h.

◆ operator-()

CTFIOSize o2::ctf::CTFIOSize::operator- ( const CTFIOSize other) const
inline

Definition at line 30 of file CTFIOSize.h.

◆ operator-=()

CTFIOSize & o2::ctf::CTFIOSize::operator-= ( const CTFIOSize other)
inline

Definition at line 40 of file CTFIOSize.h.

◆ operator==()

bool o2::ctf::CTFIOSize::operator== ( const CTFIOSize other) const
inline

Definition at line 27 of file CTFIOSize.h.

Member Data Documentation

◆ ctfIn

size_t o2::ctf::CTFIOSize::ctfIn = 0

Definition at line 24 of file CTFIOSize.h.

◆ ctfOut

size_t o2::ctf::CTFIOSize::ctfOut = 0

Definition at line 25 of file CTFIOSize.h.

◆ rawIn

size_t o2::ctf::CTFIOSize::rawIn = 0

Definition at line 23 of file CTFIOSize.h.


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